System Architecture

How MiseReady is built

A multi-tenant SaaS platform on Google Cloud. Every restaurant gets its own website, customer app, and employee app — generated from a single AI-guided onboarding wizard.

Data & Request Flow

Browser /
Mobile App
Route 53
DNS

● live

Cloud Run
Landing

● live

Cloud Run
API / Wizard

○ planned

Supabase
Postgres

○ planned

CI/CD:GitHub → Cloud BuildArtifact RegistryCloud Run deploy● live

Stack by Layer

🌐 Frontend

Next.js 15 — landing, wizard, tenant sites● live
React Native / Expo — customer + employee apps○ planned
nginx — static file serving in Docker● live

⚙️ Backend

FastAPI — core REST API on Cloud Run○ planned
Supabase — Postgres, Auth, RLS○ planned
Claude API — MiseLaunch wizard AI○ planned

☁️ Infrastructure

Cloud Run — all compute, managed, us-central1● live
Artifact Registry — Docker image storage● live
Cloud Storage — menu photos, logos○ planned

🔁 CI/CD & DNS

Cloud Build — push to main → deploy● live
Route 53 — DNS for miseready.com● live
Twilio — SMS per tenant○ planned