generic
A fullstack Python template with AI chat, background jobs, and real-time streaming. Built with FastAPI, htmx, and pydantic-ai.
What you get
A good starting base for long-term projects that's easy to maintain and extend
FastAPI + Postgres
Modern async Python backend with database migrations and type safety built in.
OAuth Ready
User authentication and sessions handled. Just connect your OAuth provider.
Clean UI Foundation
Tailwind CSS with UIkit components. Dark mode and responsive design included.
Development Ready
Type checking, linting, testing, and hot reload configured out of the box.
Deploy Anywhere
Docker containerized with simple deployment configurations included.
What's built
Production patterns included out of the box
AI Chat with Streaming
Admin-only AI assistant with SSE streaming, tool calling, and Redis-based cancellation.
Background Jobs with TaskIQ
Async task queue with Redis broker, declarative cron jobs, and distributed locking.
Monorepo with Turbo
Shared py-core library with SQLAlchemy 2.0, PgEnum types, and uuid7 IDs.