System Architecture
MindCradle is built on a modern, decoupled, and stateless cloud architecture.
+--------------------+ Vercel Reverse Proxy +--------------------+
| Vite React SPA | ─────────────────────────────────> | FastAPI Server |
| (www.mindcradle) | <─ (HTTPS / CORS / SameSite=None) | (Google Cloud Run) |
+--------------------+ +--------------------+
│
▼
+--------------------+
| Supabase Database |
| (PostgreSQL) |
+--------------------+