JS-Stack Documentation
A comprehensive CLI tool for scaffolding production-ready JavaScript and TypeScript full-stack applications.
Quick Start
npx create-js-stack@latest my-appThis will start the interactive setup process.
Examples
React + Express + PostgreSQL
npx create-js-stack@latest my-app --frontend react --backend express --database postgres --orm prismaNext.js Full-Stack
npx create-js-stack@latest my-app --frontend nextjs --database postgres --orm prisma --auth nextauthAvailable Technologies
Frontend
• React (Vite)
• Next.js
• Vue.js
• Svelte
• Angular
Backend
• Express.js
• Fastify
• NestJS
• Koa.js
Database
• PostgreSQL
• MongoDB
• MySQL
• SQLite
Command Options
--frontendChoose frontend framework--backendChoose backend framework--databaseChoose database system--preset saasUse SaaS application presetReady to Build?
Start creating your next JavaScript project with our interactive Stack Builder.
Try Stack Builder →