What problem does it solve?
Automates scaffolding of a FastAPI microservice inside an EXISTING monorepo, generating a complete domain layer, API endpoints, infrastructure wiring, Dockerfile, and CI/CD templates to accelerate service delivery.
Core Features & Use Cases
- Domain layer scaffolding with entities and repositories aligned to monorepo conventions.
- API layer generation including Pydantic schemas, CRUD routes, and OpenAPI documentation.
- Infrastructure wiring with DB configuration, migrations, and environment-based configs.
- Dockerfile boilerplate and a GitHub Actions CI/CD workflow to deploy the new service.
- Routing patterns support both a standalone Python API at /fastapi-api and a TypeScript SaaS service with DDD at /saas-microservice for multi-service architectures.
Quick Start
Run the scaffold to generate a new FastAPI service inside your existing monorepo, then customize the domain, endpoints, and deployment pipeline.