Zero-Config Starter Hub
GitHub

๐Ÿš€ Zero-Config Starter Templates

Download, Install, Run - Start Building Instantly.

One Command. Instant Stack.

4 frontends ร— 3 backends ร— 7 databases = 84 stack combinations.

npx zero-config-cli my-project
npm versionGitHub stars

๐ŸŽจ Available Stacks

Mix and match any frontend with any backend and any database.

๐ŸŽจ Frontend

โš›๏ธ
React v19Port 5173 ยท Auth context, Protected routes, Token refresh
๐Ÿ…ฐ๏ธ
Angular v21Port 4200 ยท Auth guards, Signals, Tailwind CSS 4
๐Ÿ’š
Vue.js v3Port 5173 ยท Pinia store, Composition API, Oxlint
โ–ฒ
Next.js v15Port 3000 ยท SQLite auth, Server Actions, Full CRUD

โš™๏ธ Backend

๐Ÿš€
Express v4.18Port 5000 ยท Minimalist, unopinionated, Auto-migration
๐Ÿฑ
NestJS v11Port 5000 ยท Modular architecture, Passport.js
โšก
Fastify v5Port 5000 ยท High-performance, low overhead

๐Ÿ—„๏ธ Databases

๐Ÿ˜PostgreSQL
๐ŸฌMySQL
๐ŸชถMariaDB
๐ŸŸฆSQL Server
๐Ÿ—„๏ธSQLite
๐ŸƒMongoDB
๐ŸชณCockroachDB

๐Ÿ“ฆ What's Included

Every generated project comes production-ready.

๐Ÿ” JWT Auth (access + refresh tokens)
๐Ÿ“ Full CRUD with ownership verification
๐Ÿ—„๏ธ Prisma ORM โ€” 7 databases supported
๐Ÿ”‘ bcrypt password hashing
๐Ÿงช Pre-written tests (auth, CRUD, edge cases)
โš™๏ธ TypeScript, ESLint, CORS, env vars
๐Ÿš€ Zero config โ€” start coding immediately
๐Ÿ“ฆ Auto npm install (optional)

๐Ÿ’ป Interactive Walkthrough

5 prompts. One project. Zero hassle.

$ npx zero-config-cli my-project

? Select a frontend:   โš›๏ธ React  ๐Ÿ…ฐ๏ธ Angular  ๐Ÿ’š Vue.js  โ–ฒ Next.js
? Name your folder:    (defaults to framework name)
? Select a backend:    ๐Ÿš€ Express  ๐Ÿฑ NestJS  โšก Fastify
? Name your folder:    (defaults to framework name)
? Select a database:   ๐Ÿ˜ PostgreSQL  ๐Ÿฌ MySQL  ๐Ÿ“ SQLite  ...

[โณ] Generating...
[โœ”] Project ready!

โœจ cd my-project/frontend && npm run dev
โœจ cd my-project/backend && npm run dev
-f, --frontendreact, angular, vuejs, nextjs
-b, --backendexpress, nestjs, fastify
-d, --database7 databases โ€” Prisma auto-configured
--no-installSkip npm install step
-t, --templates-pathLocal folder or GitHub zip URL

โšก Why the CLI?

The same generator you know, now in your terminal.

๐ŸŒ
Works anywhere

No server needed. Everything runs on your machine.

๐Ÿ“‚
Custom folders

Name your frontend and backend whatever you want.

๐Ÿ“ฆ
Auto npm install

Both, frontend only, backend only, or skip.

๐Ÿ”Œ
Offline support

Works with local templates โ€” no internet needed.

๐Ÿค–
CI/CD ready

Flag-based mode for automation pipelines.

๐Ÿ’ฐ
Zero cost

No cloud bills. No server maintenance.