This project is a boilerplate for building SaaS applications with a Voice AI engine backend using FastAPI.
- Multi-tenant user authentication
- Subscription and billing ready
- Voice AI API endpoints
- Background task processing
- Modular, scalable structure
app/- Main backend applicationtests/- Unit and integration testsalembic/- Database migrations
- Copy
.env.exampleto.envand configure your environment variables. - Install dependencies:
pip install -r requirements.txt - Run the app:
uvicorn app.main:app --reload