Welcome
A production-ready starter template with FastAPI, Next.js, and background workers.
API Service
FastAPI backend
REST API with CRUD endpoints, PostgreSQL database, and Redis integration. Async SQLAlchemy with Alembic migrations.
Web Service
Next.js frontend
Server-rendered React app with App Router, TypeScript, Tailwind CSS, and shadcn/ui components.
Worker Service
ARQ background jobs
Async background job processor using ARQ and Redis. Processes records and runs async workflows.
Getting Started
Records — Go to the Records page to create, view, update, and delete records. New records are automatically enqueued for background processing.
Status — Check the health of the API service and verify all connections are working.
Settings — View application configuration and environment details.