- β‘ 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.
- βοΈ React Email for email templates.
- π¬ Mailpit for local email testing during development.
- β Tests with Pytest.
- π CI (continuous integration) and CD (continuous deployment) based on GitHub Actions.
Click the Use this template button at the top of this page to create a new repository.
Backend docs: backend/README.md.
Frontend docs: frontend/README.md.
FastAPI Cloud deployment: deployment.md.
Self-hosted deployment with Docker Compose: deployment-docker-compose.md.
General development docs: development.md.
This includes the local FastAPI and Vite workflow, Docker Compose services, .env configuration, and more.
Check the file release-notes.md.
The Full Stack FastAPI Template is licensed under the terms of the MIT license.






