An AaaS product built with the MVP Factory template.
- Clone this repo
cp .env.example .envand configurepip install -e .PRODUCT_ENABLE_DEV_AUTH=true python -m product_app.webapp- Open http://127.0.0.1:8000
- Create a file in
product_app/research/my_agent.py - Subclass
ResearchStyleBasefromproduct_app/research/base.py - Implement
build_pipeline(),get_stages(),get_section_titles() - Add
STYLE = MyStyle()at the bottom - The registry auto-discovers it!
See product_app/research/hello_world.py for a complete example.
- FastAPI web application with bilingual UI (EN/ES)
- Google ADK agent pipeline with auto-discovery
- Cloud Run deployment with GitHub Actions CI/CD
- Cloud SQL PostgreSQL database
- Stripe credit-based billing
- Magic Link authentication (email OTP)
- SSE real-time progress streaming
- MCP server for AI-to-AI integration
Built by MVP Factory Studio