One command.
Any stack.
Choose a template, add addons, and ship a production-ready Node, Web, or AI-ready app from a cozy developer workbench.
Next.js SaaS AI Starter
The most complete production-ready SaaS boilerplate in the ecosystem
$ npx create-awesome-node-app my-saas \
--template nextjs-saas-ai-starter
# ✅ Multi-tenant SaaS scaffold ready
# ✅ Auth, DB, AI, RBAC — all configured
# ✅ Zero-config DevContainer included
▊
Start with a solid foundation
Curated starters for frontend, full-stack, and SaaS — not a dump of every option.
Choose a path. Ship faster.
Curated template + addon combinations with copy-paste commands.
npm create awesome-node-app@latest my-spa -- --template react-vite-boilerplate --addons tailwind-css zustand --no-interactivenpm create awesome-node-app@latest my-app -- --template nextjs-starter --addons nextjs-auth nextjs-drizzle-postgres --no-interactivenpm create awesome-node-app@latest my-api -- --template nestjs-boilerplate --addons docker-compose-setup github-setup --no-interactivenpm create awesome-node-app@latest my-saas -- --template nextjs-saas-ai-starter --no-interactiveFind your stack
Browse by category when you already know the shape of the project.
Pick these when you need a browser UI without a full-stack framework — React + Vite for SPAs, Astro for content sites.
Use when the deliverable is an HTTP API or worker — NestJS for modular services, Hono for lean edge/serverless handlers.
Choose Next.js or React Router (Remix) when UI and server routes should live in the same codebase.
Start here when you need apps and packages in one repo with Turborepo pipelines and Changesets.
Use when the repo itself is a WebdriverIO (or similar) test harness, not an application under test.
Scaffold popup, options, and newtab surfaces that target Chrome, Firefox, and Edge via WebExtension APIs.
Compose, then generate
Select a template, add extensions, and generate your project with a single command — interactive or headless for CI.
$ npm create awesome-node-app@latest my-app \
--template react-vite-boilerplate \
--addons tailwind-css zustand github-setup
Generates a React app with Tailwind, Zustand, GitHub setup, and AI-ready conventions when enabled.
Build with us
Users scaffold with one command. Contributors improve the CLI, templates, and docs in the open.
Ready when you are
One command to scaffold. Browse templates when you want inspiration.