Skip to main content
DevInit CLI
Documentation
GitHub
DevInit CLI
Next-Gen Stack Setup Assistant
Get Started
GitHub
bash — devinit
$
npx devinit
🚀 Initializing DevInit CLI...
? What's your project name?
my-awesome-app
? Select your stack:
Next.js (App Router)
? Install dependencies?
Yes
✔ Successfully created my-awesome-app!
cd my-awesome-app && npm run dev