Instant project scaffolding for modern web stacks — Next.js, MERN, Vite, Express.
well-ready is a CLI that generates fully-structured, production-ready starter templates for your project. Skip the boilerplate setup and start building instantly.
Run this command anywhere:
Select your preferred stack → enter project name → your full boilerplate is generated automatically. Jump in and start coding.
npm run dev
Hover cards to reveal project structure
Full-stack Next.js App Router with Prisma ORM and Tailwind CSS v4.
nextjs-prisma/├── app/├── prisma/schema.prisma├── next.config.ts└── package.json
Production-ready MERN stack with TypeScript, Tailwind v4, and JWT auth.
mern-ts/├── client/src/├── server/src/├── tsconfig.json└── .env
Blazing fast Vite + React setup with TypeScript and Tailwind v4.
react-vite-ts/├── src/├── vite.config.ts├── tailwind.config.js└── package.json
Robust Express.js backend with TypeScript, MongoDB, and security best practices.
express-ts/├── src/│ ├── controllers/│ ├── models/│ └── routes/└── package.json