Overview of Litestar Fullstack Reference Application
mainThe Litestar Fullstack Reference Application provides a production-ready boilerplate for web APIs. Key features include:
- Backend: Latest Litestar configured with best practices, integrated with SQLAlchemy 2.0, SAQ (Simple Asynchronous Queue), Structlog, and Granian.
- Frontend: Vite-integrated SPA mode and React Email templates compiled to static HTML.
- Authentication: JWT auth with refresh tokens, MFA, OAuth, and admin surfaces.
- Architecture: Team and role management using service/repository patterns and Advanced Alchemy filters.
- Deployment: Multi-stage Docker builds using minimal Python 3.13 runtime images (including distroless variants).