v2.0 is now live

Ship Full-Stack Python & React Apps Faster.

Production-ready boilerplate for Next.js, FastAPI, and PostgreSQL. Dockerized, type-safe, and ready to deploy in minutes, not days.

Deploy Now
localhost:3000

Powered by modern standards

Next.js
Python
FastAPI
PostgreSQL

Architecture & Data Flow

A robust, type-safe data pipeline from client to persistence.

Next.js Client

SSR React pages with React Query for data fetching.

FastAPI Gateway

Async endpoints with Pydantic validation & Auto-docs.

PostgreSQL

Relational persistence with Alembic migrations.

Docker Compose

Orchestrate the entire stack with a single command.

bash — 80x24
$git clone https://github.com/foundry-hq/template.git
Cloning into 'foundry-hq'...
$cd foundry-hq
$make up
Ready in minutes

Spin it up in seconds.

Don't waste weeks setting up authentication, database connections, and types. We've done the heavy lifting so you can focus on building features.

Local Development Optimized

Hot-reloading for both frontend and backend inside containers.

Secure by Default

JWT authentication, password hashing, and CORS pre-configured.

Type-Safe Everywhere

End-to-end type safety from your SQL schema to your React props.