Skip to content
QuoinAPI

The Foundation for your
Python backend API

Built for teams who ship, not configure.

uvx copier copy --trust gh:balakmran/quoin-api my-api
Async-first

High Performance

FastAPI, asyncpg, and Pydantic v2 — built for production-grade throughput from day one.

ORM · Migrations

Database Native

PostgreSQL with SQLModel ORM and Alembic migrations pre-wired.

Zero compromise

Strict Quality

ty, Ruff, and Pytest enforced on every commit via pre-commit hooks.

Built-in

Observable

Distributed tracing with OpenTelemetry and structured logs with Structlog.

DX-first

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