Full Stack FastAPI Template
August 12, 2026 ยท View on GitHub
Technology Stack and Features
- โก FastAPI for the Python backend API.
- ๐งฐ SQLModel for the Python SQL database interactions (ORM).
- ๐ Pydantic, used by FastAPI, for the data validation and settings management.
- ๐พ PostgreSQL as the SQL database.
- ๐ React for the frontend.
- ๐งฉ Built into the backend application and served by FastAPI on the same domain as the API.
- ๐ Using TypeScript, hooks, Vite, and other parts of a modern frontend stack.
- ๐จ Tailwind CSS and shadcn/ui for the frontend components.
- ๐ค An automatically generated frontend client.
- ๐งช Playwright for end-to-end testing.
- ๐ฆ Dark mode support.
- โ๏ธ FastAPI Cloud for deployment.
- ๐ Docker Compose for local services and self-hosted deployment.
- ๐ Traefik as a reverse proxy with automatic HTTPS.
- ๐ Secure password hashing by default.
- ๐ JWT (JSON Web Token) authentication.
- ๐ซ Email-based password recovery.
- ๐ฌ Mailcatcher for local email testing during development.
- โ Tests with Pytest.
- ๐ญ CI (continuous integration) and CD (continuous deployment) based on GitHub Actions.
Dashboard Login

Dashboard - Admin

Dashboard - Items

Dashboard - Dark Mode

Interactive API Documentation

How to Use It
Click the Use this template button at the top of this page to create a new repository.
Backend Development
Backend docs: backend/README.md.
Frontend Development
Frontend docs: frontend/README.md.
Deployment
FastAPI Cloud deployment: deployment.md.
Self-hosted deployment with Docker Compose: deployment-docker-compose.md.
Development
General development docs: development.md.
This includes the local FastAPI and Vite workflow, Docker Compose services, .env configuration, and more.
Release Notes
Check the file release-notes.md.
License
The Full Stack FastAPI Template is licensed under the terms of the MIT license.