create-stackjet
v1.0.2
Published
Create a new StackJet project with interactive setup
Maintainers
Readme
create-stackjet
Interactive CLI to scaffold a new StackJet project — the AI-native SaaS starter kit.
Quick Start
npx create-stackjetFollow the interactive prompts to configure your project.
Non-Interactive Mode
npx create-stackjet --yes --name my-app --ai both --features blog,waitlistOptions
| Flag | Description |
|------|-------------|
| --name <name> | Project name (default: my-saas) |
| --description <text> | App description |
| --ai <provider> | openai, anthropic, or both (default: openai) |
| --features <list> | Comma-separated: blog, teams, file-uploads, waitlist, api-keys, webhooks, i18n, analytics-dashboard, notifications |
| --deploy | Show deployment guide after creation |
| --no-install | Skip npm install |
| --yes, -y | Accept all defaults (non-interactive) |
| --help, -h | Show help |
| --version, -v | Show version |
What It Does
- Clones the StackJet template
- Generates a customized
CLAUDE.mdwith your project details and selected features - Creates a comprehensive
.env.local.examplewith all required environment variables - Installs dependencies
- Optionally walks you through deployment setup (Supabase + Stripe + Vercel)
Development
cd cli
npm install
node index.mjs --helpLicense
MIT
