Create a New Project in Hono
From the Hono cheat sheet ยท Getting Started ยท verified Jul 2026
Create a New Project
Initialize a Hono project with create-hono CLI
bash
# Create new Hono project
npm create hono@latest my-app
# or
bun create hono my-app
# or
yarn create hono my-app
# Select your runtime:
# - cloudflare-workers
# - cloudflare-pages
# - deno
# - bun
# - nodejs
# - vercel
# - aws-lambda๐ก Hono works on any JavaScript runtime with Web Standards support
โก Zero dependencies - ultrafast and lightweight (~14KB)
๐ TypeScript types are included - no @types package needed
๐ฅ Use Bun for fastest local development experience