🚀 Turn Your Prompts Into Products - The official CLI for creating AI-powered applications.
# Install globally
npm install -g @prompt-stack/cli
# Create a new project
prompt-stack create my-ai-app
# Start development
cd my-ai-app
npm run dev
The CLI generates a minimal starter template with:
- ✅ Next.js 14 - Modern React framework
- ✅ TypeScript - Type-safe development
- ✅ Tailwind CSS - Utility-first styling
- ✅ FastAPI Backend - Python API structure
- ✅ Supabase Ready - Database setup
- ✅ AI Chat UI - Basic chat interface
prompt-stack create <project-name> # Create a new project
prompt-stack doctor # Check your environment
prompt-stack --version # Show version
prompt-stack --help # Show help
my-ai-app/
├── frontend/ # Next.js application
├── backend/ # FastAPI server
├── supabase/ # Database migrations
└── scripts/ # Helper scripts
This CLI creates a basic starter. For a complete, production-ready solution:
🚀 Prompt Stack Codebase - $97
- 300+ production files (vs 30 in starter)
- 4 AI providers integrated (OpenAI, Anthropic, Gemini, DeepSeek)
- Complete authentication system
- Payment processing (Stripe & LemonSqueezy)
- Vector database for RAG applications
- One-command deployment
- Setup video walkthrough
- Commercial license
📚 Prompt Stack Studio - $197
- Learn the VIBE Framework
- Video course (launching Q1 2025)
- Live workshops and Q&A
- Private community access
- Business templates and playbooks
💰 Bundle Deal - $247
Get both and save $47!
- Node.js 18+
- Python 3.9+ (for backend)
- Git
Found a bug? Have a suggestion? Open an issue!
MIT © Brandon Z. Hoff
Built with ❤️ for the AI development era