Introduction
A powerful CLI for scaffolding production-ready JavaScript full-stack projects.
@vipinyadav02/createjsstack is a modern CLI that scaffolds production-ready
JavaScript & TypeScript full-stack projects in seconds — pick a frontend, a
backend, a database, and go.
Zero config to start
Run one command and get a working project with sensible defaults, a clean structure, and best practices baked in.
npx @vipinyadav02/createjsstack@latest my-app --preset mern --yesWhy createjsstack
Composable stacks
Templates are layered — base + frontend + backend + database — and their
package.json files are deep-merged into one coherent project.
Presets
Named bundles like mern and next-fullstack get you started instantly,
and any flag can override a preset.
Every major tool
React, Next, Vue, Svelte, Express, Hono, Nest, Prisma, Drizzle, Mongoose, and more — mix and match.
Interactive builder
Prefer clicking? Build your stack visually and copy the exact command.
Next steps
Head to Getting Started to create your first project, or browse the CLI Options reference.