AI-native SaaS framework that builds full-stack apps using autonomous AI agents
# Add to your Claude Code skills
git clone https://github.com/jatingargiitk/saas-builderGenerate production-ready SaaS apps instantly, powered by autonomous AI Agents.
SaaS-Builder is an AI-native framework designed to transform high-level ideas into fully functional SaaS applications rapidly, effortlessly, and at scale.
Powered by cutting-edge AI models, SaaS-Builder automatically scaffolds full-stack React apps with Flask backend and SQLite database, built-in authentication, real-time features, complete TypeScript integration, and production-grade database schemas.
Watch our project demo to see SaaS-Builder in action:
See how easily you can:
Install from PyPI:
pip install saas-builder
Or install from source:
git clone https://github.com/jatingarg619/saas-builder.git
cd saas-builder
pip install -e .
Start a new SaaS project effortlessly:
saas-builder init
Running saas-builder init guides you through:
✅ Project Name & Description
📋 Template Selection
🧩 Tech Stack Selection
🔑 Database Configuration
🤖 AI Model Selection
Create a .env file with your API key(s):
# Claude
ANTHROPIC_API_KEY=your_anthropic_api_key
# GPT-4.1
OPENAI_API_KEY=your_openai_api_key
# Gemini
GOOGLE_API_KEY=your_google_api_key
Only one API key (for your chosen model) is required.
The SaaS-Builder CLI handles:
| Task | Details | |------|---------| | Project Initialization | Scaffold React + Flask project with TypeScript integration | | Authentication Setup | Integrated Flask Auth with UI & route protection | | Database Schema | Automatic SQLite DB setup, models, and migrations | | Dependency Installation | npm & pip dependencies and d...