Scaffold Kito projects with style. Fast, modern, and beautiful CLI for bootstrapping your next web server.
- 🎨 Beautiful CLI with colors and animations
- âš¡ Multiple runtime support (Node.js, Bun, Deno)
- 📦 Automatic package manager detection
- 🔧 TypeScript configured out of the box
- 🚀 Hot reload for development
Create a new Kito project with your favorite package manager:
With npm:
npm create kitojs@latestWith pnpm:
pnpm create kitojsWith yarn:
yarn create kitojsWith bun:
bun create kitojsWith deno:
deno init --npm kitojsSkip the prompts by providing a project name and template:
npm create kitojs my-app -- --template bunnodejs- Standard Node.js runtime with TypeScriptbun- Blazing fast JavaScript runtimedeno- A modern runtime for JavaScript and TypeScript
Licensed under the MIT License.