┌─ Current (Base44-hosted)
│ ├─ Frontend: Vite + React + Tailwind → epoxyquotenearme.base44.app
│ ├─ Database: Base44 Entities (MongoDB-backed, SDK: base44.entities.*)
│ ├─ Auth: Base44 AuthProvider + JWT tokens
│ ├─ Functions: 39 backend functions → /api/functions/*
│ ├─ Workflows: 11 automations → Base44 workflow engine
│ ├─ AI: base44.integrations.Core.InvokeLLM / GenerateImage / SendEmail
│ └─ Payments: Base44 Payments (Wix Checkout)
┌─ External (already independent)
│ ├─ Railway: Browser engine (CLOUD_BROWSER_ENGINE_URL + ENGINE_API_KEY)
│ ├─ Browserbase: Headless browser scraping (BROWSERBASE_API_KEY)
│ ├─ RentCast: Property records API (RENTCAST_API_KEY)
│ ├─ Telnyx: Voice AI + SMS (TELNYX_API_KEY)
│ ├─ Xtreme Comms: Multi-channel comms (XTREME_COMMUNICATION_API_KEY)
│ ├─ Google: OAuth (GOOGLE_CLIENT_ID/SECRET) — Calendar, Gmail, Sheets, Drive
│ └─ HubSpot: CRM sync (OAuth connector)
┌─ Migration Targets (planned)
│ ├─ Vercel: Frontend hosting + API routes + AI Gateway
│ ├─ Supabase: Postgres database + Auth + RLS + Storage
│ ├─ Railway: Long-running workers (swarm, scrapers, cron)
│ └─ Google Workspace: Direct OAuth (bypass Base44 connectors)