Dev Compass

Create a Next.js app

Bun starter

Lightning-fast create flow with sensible defaults.

bun create next-app@latest my-bun-app
cd my-bun-app
bun --bun run dev

npm starter

Classic setup with the official initializer.

npx create-next-app@latest my_app
cd my_app
npm run dev