Scaffold fullstack applications with ease
Choose from React, Next.js, Vue, Angular, Express, TypeScript, JavaScript, and more with Vite for blazing fast development.
Install and run this command to get started:
npm install -g devstacker && npx create-fullstack-app
Support for React, Next.js, Vue, Angular on frontend and Express on backend.
Choose between TypeScript for type safety or JavaScript for flexibility.
Optional MongoDB or PostgreSQL setup with automatic .env creation, Mongoose, or Prisma.
Optional Tailwind CSS setup for styling (not available for Angular).
Optional code linting and formatting with automatic configurations.
Simple command-line interface to generate projects instantly.
| Framework | Setup Tool |
|---|---|
| React | CRA / Vite |
| Next.js | TypeScript + ESLint |
| Vue | Vite |
| Angular | Angular CLI |
Install the package globally or locally, then run the CLI.
npm install -g devstacker
Then run:
npx create-fullstack-app
Provide a name for your project (default: my-fullstack-app).
Select React, Next.js, Vue, or Angular.
Pick JavaScript or TypeScript for backend.
Choose Create React App or Vite for React projects.
Add MongoDB or PostgreSQL integration with auto .env setup.
Install Tailwind CSS for styling (not Angular).
Add ESLint and Prettier for code quality.
CLI creates folders, sets up package.json, and installs dependencies automatically.