fastapi/full-stack-fastapi-template

Full-stack web application template with FastAPI, React, SQLModel, PostgreSQL, Vite, Tailwind CSS, shadcn/ui, FastAPI Cloud, and Docker Compose.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 59 minutes ago
Added to GitGenius on August 31st, 2026
Created on February 23rd, 2019
Open Issues & Pull Requests: 8 (+0)
GitHub issues: Enabled
Number of forks: 8,992
Total Stargazers: 45,254 (+1)
Total Subscribers: 297 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.0 days
Mean response time: 227.2 days
90th percentile: 1058.8 days
Tracked items: 188

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 3% of issues opened in the past year have been closed. Three people close 87% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • investigate (69)
  • invalid (4)
  • waiting (4)
  • maybe-ai (2)
  • answered (1)
  • bug (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Full Stack FastAPI Template is a full-stack web application template that combines FastAPI, React, SQLModel, PostgreSQL, Vite, Tailwind CSS, shadcn/ui, and Docker Compose into a ready-to-use project structure.

The template addresses the challenge of setting up a modern full-stack application by providing pre-configured integration between a Python backend and TypeScript frontend. The backend uses FastAPI with SQLModel for database interactions and Pydantic for data validation, while the frontend is built with React, Vite, and TypeScript. The frontend is built into the backend application and served by FastAPI on the same domain as the API, eliminating the need for separate deployments. The template includes JWT authentication, secure password hashing, email-based password recovery using React Email templates, and local email testing via Mailpit. An automatically generated frontend client reduces manual API integration work.

The template suits developers building full-stack web applications who want to avoid boilerplate setup and prefer a cohesive technology stack. It works well for projects requiring both a REST API and a modern web interface, with built-in support for dark mode and responsive design through Tailwind CSS and shadcn/ui components. The template provides deployment options through FastAPI Cloud or self-hosted Docker Compose with Traefik as a reverse proxy for automatic HTTPS. It includes end-to-end testing with Playwright and unit testing with Pytest, plus CI/CD pipelines configured through GitHub Actions.

The project maintains active development with regular updates documented in release notes. The template includes comprehensive documentation split across multiple files covering backend development, frontend development, local development workflows, and deployment strategies for both cloud and self-hosted environments. The codebase demonstrates production-ready patterns including environment configuration, Docker Compose services for local development, and automated testing infrastructure.