Skip to main content

DevInit CLI

Next-Gen Stack Setup Assistant

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