Where it fits in our builds
Where the AI-heavy work happens
When a product has real ML in it, the Python service is where that lives: FastAPI in front, embedding and inference pipelines behind, deployed in containers next to the product API.
- FastAPI endpoints with typed contracts.
- Batch and queue work kept off the request path.
- Paired with NestJS, which owns the product API.
FastAPI
PyTorch
Docker
AWS
Supabase
GitHub




