The Foundation for your
Python backend API
Built for teams who ship, not configure.
uvx copier copy --trust gh:balakmran/quoin-api my-api
High Performance
FastAPI, asyncpg, and Pydantic v2 — built for production-grade throughput from day one.
Database Native
PostgreSQL with SQLModel ORM and Alembic migrations pre-wired.
Strict Quality
ty, Ruff, and Pytest enforced on every commit via pre-commit hooks.
Observable
Distributed tracing with OpenTelemetry and structured logs with Structlog.
Modern Tooling
uv, just, prek, and Docker — fast installs, task runner, hooks, and shipping.
Golden Path
Ship on Day One
Copier scaffolds auth, migrations, observability, CI, and Docker before you write a line of business logic.
Quick start
-
$
just setup# install deps & wire commit hooks -
$
just dev# DB + OAuth + migrations + server -
$
just new order# scaffold a complete DDD module -
$
just check# format → lint → typecheck → test