Icon
generic
beta →

generic

A basic fullstack Python template for shipping user-facing websites. Includes UI, OAuth, and Postgres - everything up to your first CRUD entity.

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.

Coming soon

Near-term additions to make this even more useful

Server-side rendering for SEO

Intermittent SSR for better search engine visibility and initial page loads.

Background jobs with ARQ + Redis

Async task queue for handling long-running processes and scheduled jobs.

LLM workflow patterns + WebSockets

Basic patterns for AI integrations with real-time streaming responses.