A production-ready fullstack web application built on Litestar, React 19, and Vite.
- SPA Frontend — React 19 + Vite + TailwindCSS (SPA mode via litestar-vite)
- JWT Auth — Refresh tokens, MFA (TOTP), OAuth, and admin tooling
- Service/Repository Pattern — UUIDv7 primary keys with Advanced Alchemy
- Background Jobs — SAQ workers with structured logging via structlog
- Docker Ready — Dockerized development and production workflows (distroless)
make install
cp .env.local.example .env
make start-infra
uv run app database upgrade
uv run app runOr run everything in Docker:
docker compose up| Document | Description |
|---|---|
| API Reference | OpenAPI endpoints & conventions |
| Contributing | Dev setup, Git strategy, versioning, testing |
| Changelog | Release history |
| Roadmap | Product planning |
This is a proprietary project. See Third-Party Licenses for open-source dependencies.