Deployment
Loop Health services are deployed across multiple platforms depending on the service type. This section covers deployment configuration for all apps and services.
Deployment Overview
| Service | Platform | Region | URL |
|---|---|---|---|
| Consumer App (my-loop-health) | Vercel | Auto | my.loop.health |
| Admin CMS | Vercel | Auto | admin.loop.health |
| Luna AI | Vercel | Auto | luna.loop.health |
| Marketing Site (loop-health) | Vercel | Auto | loop.health |
| Patient Graph API | Fly.io | iad (Virginia) | patient-graph.loop.health |
| Embeddings API | Fly.io | iad | embeddings.loop.health |
| Documentation | Vercel | iad1 | docs.loop.health |
| Background Jobs | Trigger.dev Cloud | — | — |
| Database | Supabase | — | *.supabase.co |
Quick Links
- Patient Graph (Fly.io) — Fly.io deployment for the Patient Graph API
- CI/CD Pipelines — GitHub Actions workflows
- Environment Variables — Complete environment variable reference
- Docker — Docker configuration for containerized services