What problem does it solve?
Scaffold production-grade full-stack web apps by providing an integrated FastAPI backend and React frontend scaffold, including OAuth, RBAC, and cloud storage integration, with a Docker Compose dev workflow.
Core Features & Use Cases
- Backend stack: FastAPI, SQLModel, PostgreSQL, Alembic migrations, JWT-based authentication with Google OAuth, and boto3/S3 for file uploads.
- Frontend stack: Vite + React + TypeScript, shadcn/ui + Tailwind, TanStack Router/Query/Table, Zod, Axios; wired with Docker Compose.
- Workflow and use cases: supports API-first apps, admin dashboards, file uploads to S3, and local docker-dev environments with seeded test users for RBAC.
Quick Start
Run the scaffold to generate the project and then start the local Docker Compose stack.