Skip to content

prompt-stack/prompt-stack-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prompt-stack

🚀 Turn Your Prompts Into Products - The official CLI for creating AI-powered applications.

npm version License: MIT

Quick Start

# 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

What You Get

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

Commands

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

Project Structure

my-ai-app/
├── frontend/          # Next.js application
├── backend/           # FastAPI server
├── supabase/          # Database migrations
└── scripts/           # Helper scripts

Want Production-Ready Code?

This CLI creates a basic starter. For a complete, production-ready solution:

  • 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
  • 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!

System Requirements

  • Node.js 18+
  • Python 3.9+ (for backend)
  • Git

Contributing

Found a bug? Have a suggestion? Open an issue!

License

MIT © Brandon Z. Hoff


Built with ❤️ for the AI development era

About

The AI Development Studio - Everything you need to build and ship AI products

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •