Overview
fastapi/full-stack-fastapi-template
Last analyzed 6/3/2026, 1:20:46 AM · default branch master
★ 43,4798,604 forksTypeScript0 open issues
A Cookiecutter-based template for bootstrapping production full-stack web applications with a FastAPI, SQLModel, and PostgreSQL backend alongside a React/TypeScript SPA frontend. It integrates Docker Compose orchestration, Traefik automatic HTTPS, GitHub Actions CI/CD, and an auto-generated OpenAPI client that type-binds the frontend to backend endpoints. The scaffold includes JWT authentication, shadcn/Tailwind UI components, and routable dashboard pages for building modern SaaS projects.
No change requests yet. Open one from the Issues page and gitgot will draft a PR to fix it.
- Backend API Serviceentryapi
Implements the FastAPI HTTP API, exposing REST endpoints for authentication, user/item management, and business logic backed by SQLModel and PostgreSQL.
- Frontend Dashboardentrypresentation
Delivers the browser-based React/TypeScript SPA with routed pages, Tailwind/shadcn UI components, and an auto-generated OpenAPI client that consumes the backend API.
- Template Scaffolding & Toolinginfraconfig
Houses the Cookiecutter post-generation hook, root-level orchestration scripts (client generation, local testing), and top-level project manifests used to maintain and instantiate the template.
- Alejandra38 commits
- Sebastián Ramírez18 commits
- Motov Yurii10 commits
- Sofie Van Landeghem4 commits
- serhiiur1 commits