hosting orchestrator™
Every product deploys independently
One pane for every product's hosting surface. Each row derives from the Dependency Registry™; values are UNKNOWN until a deployment exists.
export readiness: 95%
dependencies: 6
ORCHESTRATION SURFACE
- DomainsUNKNOWN
- SubdomainsUNKNOWN
- SSLUNKNOWN
- ProvidersUNKNOWN
- Monthly costUNKNOWN
- BackupsUNKNOWN
- Environment variablesUNKNOWN
- Restore pointsUNKNOWN
- Migration plansUNKNOWN
- Export packagesUNKNOWN
DEPENDENCIES & EXIT PLANS
hosting center →| Name | Type | Replaceable | Migration | Export |
|---|---|---|---|---|
| Lovable Cloud · Database | db | ACTIVE | Schema is plain Postgres. Migrate to any managed Postgres (Neon, Supabase self-hosted, RDS) via pg_dump + the migrations folder. | Per-table CSV export from the Cloud console; full schema captured in versioned migration files. |
| Lovable Cloud · Authentication | auth | ACTIVE | User records live in auth schema; export users + identities and re-import to any OIDC-capable provider (Auth0, Clerk, Keycloak, Cognito). | Admin export of users via Auth Admin API; roles export from public.user_roles. |
| Lovable Cloud · Object Storage | storage | ACTIVE | S3-compatible API surface. Mirror buckets to AWS S3, Cloudflare R2, or Backblaze B2 with rclone. | Bucket-level download via Cloud console or s3 client. |
| Lovable AI Gateway | ai | ACTIVE | Provider-agnostic call shape. Swap to direct OpenAI / Anthropic / Google AI SDK by replacing the gateway client. | All prompts/completions logged in operator-owned audit tables (when activated). |
| TanStack Start | tooling | PENDING | Framework migration is a rewrite. Mitigation: keep business logic in /lib pure modules, decoupled from route files. | Entire codebase is portable source — no proprietary runtime. |
| Lovable · Development Platform | tooling | ACTIVE | Source code is portable. Deploy to Cloudflare Workers, Vercel, Netlify, Docker, or self-hosted VPS. The Future Deployment Layer™ owns this. | Full git history + source code export. |