project-setup-agent
v1.0.6
Published
AI-powered CLI to scaffold any project — React, Next.js, Vue, RN, FastAPI, Django & more
Maintainers
Readme
🚀 project-setup-agent
AI-powered CLI that scaffolds any project, sets up your full environment, and pushes to GitHub — zero config needed.
Usage
# No install needed — run instantly
npx project-setup-agent
# Or install globally once
npm install -g project-setup-agent
psaWhat it does
The interactive wizard asks you 5 questions then does everything automatically:
| Step | What happens |
|------|-------------|
| 1 | Pick a tech stack |
| 2 | Type your project name |
| 3 | Choose package manager |
| 4 | Select add-ons |
| 5 | Choose output folder |
| ✨ | Claude AI generates setup script, .env.example, .gitignore, README.md |
| ⚙️ | Setup script runs automatically — installs all packages |
| 🐙 | Creates GitHub repo and pushes (if gh CLI is logged in) |
Supported Stacks
| Stack | Add-ons available | |-------|-------------------| | ⚛️ React (Vite) | TypeScript, Tailwind, React Router, Zustand, React Query, Shadcn/ui… | | ▲ Next.js | TypeScript, Tailwind, Prisma, NextAuth, Shadcn/ui, Stripe… | | 💚 Vue 3 | TypeScript, Vue Router, Pinia, Tailwind, VueUse… | | ◆ Nuxt 3 | TypeScript, Tailwind, Pinia, Nuxt UI, Supabase… | | 🔥 SvelteKit | TypeScript, Tailwind, Prisma, Auth.js, Drizzle… | | 📱 React Native (Expo) | TypeScript, Expo Router, NativeWind, Zustand… | | 🟢 Node.js + Express | TypeScript, Mongoose, Prisma, JWT, Zod, Docker… | | 🐍 FastAPI | SQLAlchemy, JWT, Redis, Celery, pytest, Docker… | | 🎸 Django | DRF, JWT, PostgreSQL, Celery, Redis, Docker… | | 🐱 NestJS | Prisma, TypeORM, JWT, Swagger, Redis, Docker… | | 🔺 T3 Stack | NextAuth, Tailwind, Shadcn/ui, Stripe… | | 🍃 MERN Stack | TypeScript, JWT, Redux Toolkit, Tailwind, Docker… |
Prerequisites
- Node.js ≥ 18
- GitHub CLI (optional — for auto repo creation) → cli.github.com
No API key setup required — it's built in.
License
MIT
