Icon
generic
beta →

generic

A fullstack Python template with AI chat, background jobs, and real-time streaming. Built with FastAPI, htmx, and pydantic-ai.

generic

What you get

A good starting base for long-term projects that's easy to maintain and extend

Backend

FastAPI + Postgres

Modern async Python backend with database migrations and type safety built in.

Auth

OAuth Ready

User authentication and sessions handled. Just connect your OAuth provider.

UI

Clean UI Foundation

Tailwind CSS with UIkit components. Dark mode and responsive design included.

DevX

Development Ready

Type checking, linting, testing, and hot reload configured out of the box.

Deploy

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.