@@ -7,18 +7,19 @@ Production-ready fullstack monorepo template with Next.js 16, FastAPI, Flutter,
77
88| Layer | Technology |
99| -------| ------------|
10- | ** Frontend** | Next.js 16, React 19, TailwindCSS v4, shadcn/ui, TanStack Query, Jotai |
11- | ** Backend** | FastAPI, SQLAlchemy (async), PostgreSQL 16, Redis 7 |
12- | ** Mobile** | Flutter 3.38, Riverpod 3, go_router 17, Firebase Crashlytics, Fastlane |
10+ | ** Frontend** | Next.js 16, React 19, TailwindCSS v4, shadcn/ui, TanStack Query, Jotai, next-intl |
11+ | ** Backend** | FastAPI, SQLAlchemy (async), PostgreSQL 16, Redis 7, Alembic |
12+ | ** Mobile** | Flutter 3.38, Riverpod 3, go_router 17, Firebase Crashlytics, Fastlane, Flutter intl |
1313| ** Worker** | FastAPI + CloudTasks/PubSub |
14- | ** Infrastructure** | Terraform, GCP (Cloud Run, Cloud SQL, Cloud Storage , CDN) |
14+ | ** Infrastructure** | Terraform, GCP (Cloud Run, Cloud SQL, Memorystore, GCS, Cloud Tasks, Pub/Sub , CDN) |
1515| ** CI/CD** | GitHub Actions, Workload Identity Federation |
1616| ** Tool Management** | mise (unified Node 24, Python 3.13, Flutter 3, pnpm 10, uv, Terraform 1) |
1717
1818## Key Features
1919- Type Safety: TypeScript, Pydantic, Dart
2020- Authentication: better-auth OAuth (Google, GitHub, Facebook)
2121- Internationalization: next-intl (web), Flutter ARB (mobile), shared i18n package
22+ - Design Tokens: OKLCH color space, shared tokens for web (TailwindCSS v4) and mobile (Material3)
2223- Auto-generated API Clients: Orval (web), swagger_parser (mobile)
2324- Infrastructure as Code: Terraform + GCP
2425- CI/CD: GitHub Actions + Workload Identity Federation (keyless deployment)
0 commit comments