call.loop.health — Call booking (Vercel)
Production deployment for @loop/call-booking (apps/call-booking) at call.loop.health.
The canonical runbook with exact DNS records, Vercel settings, environment variables, verification steps, and monitoring lives in the monorepo at docs/deployment/CALL_LOOP_HEALTH.md (keep that file updated with operational changes).
Summary
| Item | Detail |
|---|---|
| Vercel project | call-booking (root apps/call-booking) |
| Production branch | main |
| Production DNS | CNAME call → cname.vercel-dns.com |
| Health check | GET /api/health |
Clerk (satellite)
If using Clerk as a satellite of my.loop.health, set NEXT_PUBLIC_APP_DOMAIN, NEXT_PUBLIC_CLERK_IS_SATELLITE, and NEXT_PUBLIC_CLERK_SIGN_IN_URL in Vercel per the runbook.
Related
- Deployment strategy — branch strategy and environments
- Environment variables