create-stackkit-app
v0.4.4
Published
Create a new StackKit project with modular composition
Downloads
1,334
Maintainers
Readme
create-stackkit-app
Create production-ready projects with your preferred stack in seconds.
Usage
npx create-stackkit-app my-appInteractive wizard helps you choose:
- Framework: Next.js, Express, or React + Vite
- Database: Prisma (PostgreSQL/MongoDB), Mongoose (MongoDB)
- Authentication: Better Auth, Clerk
- Package manager: pnpm, npm, or yarn
Quick Start
# Create project
npx create-stackkit-app my-app
# Navigate and run
cd my-app
npm run devFeatures
- TypeScript configured
- ESLint + Prettier set up
- Tailwind CSS included
- Database client configured
- Auth flows ready (if selected)
- Environment variables templated
Documentation
Full documentation available at stackkit.dev or GitHub
