
A production-ready full-stack starter for Nuxt 4. Modern tooling, best practices, zero boilerplate — go from idea to running app in minutes.
npx nuxt-bakeFollow the prompts to choose your project name, template, package manager, and whether to initialize a Git repo.
cd <project-name>
npm installcp .env.example .env Edit .env and fill in your database URL, OAuth credentials, and any other required values.
npm run db:migrate
# or for prototyping:
npm run db:push Use db:push instead of db:migrate for quick prototyping without migration files.
npm run dev Your app will be available at http://localhost:3000.