Key principles
- You own your code.
All Lovable projects can be continuously synced to GitHub at any time using our GitHub integration. You can clone your repository, modify it outside Lovable, deploy it on your own infrastructure, or fully self-host without restriction. - You own your data.
Your database, storage, and configuration are portable. You can export schemas and data, migrate to another provider, or run everything on infrastructure you control. Lovable does not rely on proprietary data stores. - Lovable is built on open source technologies.
Everything runs on open standards and open-source technologies. Applications are standard Vite + React projects that can run on major cloud providers (AWS, GCP, Azure), managed hosting platforms, or self-hosted infrastructure. No proprietary frameworks, no hidden dependencies. - We earn your trust through quality, not control.
Lovable Cloud is optimized for speed, simplicity, and reliability. If your requirements change, you can move without friction. That freedom is intentional.
What you get with Lovable Cloud
While Lovable is designed to work with many hosting and infrastructure setups, Lovable Cloud is where the platform delivers the most value, especially during active development and iteration. When you host on Lovable Cloud, development, previews, and production operate together in one integrated environment. You focus on building. We handle the platform. Running your app on Lovable Cloud provides:- AI-assisted development tightly integrated with your application
- Visual editing and real-time preview environments
- Production hosting with custom domains, automatic SSL, and global delivery
- Automatic deployments and environment management
- Fully managed backend, databases, and infrastructure
- Built-in authentication and data isolation
- Integrated integrations and secrets management
- Managed AI provider access for runtime features
- Automated security scanning and compliance-ready infrastructure (SOC 2 Type 2 and ISO 27001 certified)
- Minimal operational overhead
What changes if you stop using Lovable
If you stop using Lovable entirely (editor, agent, previews, and hosting), Lovable no longer manages your development and deployment workflow. You will be responsible for:- Configuring and maintaining development environments and debugging workflows
- Building and managing CI/CD pipelines and release processes
- Operating production infrastructure, SSL certificates, CDN configuration, and scaling
- Running databases, storage systems, backups, and access controls
- Implementing authentication and enforcing data isolation policies
- Managing OAuth flows, secrets, and external API integrations
- Managing AI provider accounts, credentials, billing, and rate limits
- Maintaining security audits, monitoring, and compliance posture
How Lovable fits into your stack
Applications built with Lovable consist of three independent parts:| Part | Default | Can also run on |
|---|---|---|
| Code | Managed in Lovable, synced to GitHub | Any Git-based workflow |
| Frontend | Lovable Cloud with custom domain support | Managed providers (for example, Netlify, Cloudflare Pages, S3 + CDN), or self-managed infrastructure (containers, virtual machines, or Kubernetes) |
| Backend and data | Lovable Cloud | Managed Supabase, self-hosted Supabase, or other PostgreSQL-based backends with equivalent auth, storage, and edge services |
Lovable platform compatibility
Lovable applications are standard Vite + React projects built on open-source technologies. The frontend can be deployed to infrastructures that support Node.js builds and static file hosting, including:- Amazon Web Services (AWS):
Static hosting + CDN (S3 + CloudFront), container services (ECS), managed Kubernetes (EKS), application hosting (Amplify) - Google Cloud Platform (GCP):
Static hosting + CDN (Cloud Storage + Cloud CDN), container services (Cloud Run), managed Kubernetes (GKE) - Microsoft Azure:
Static site hosting (Static Web Apps), container services (Azure Container Apps), managed Kubernetes (AKS) - Self-hosted infrastructure:
Containers (Docker), Kubernetes clusters, virtual machines running Nginx or Apache - Managed frontend hosting platforms:
Netlify, Cloudflare Pages, Vercel
Common deployment and hosting setups
Most people end up in one of these configurations:Lovable Cloud only (recommended)
- Preview and production hosted on Lovable Cloud
- Backend and frontend fully managed by Lovable
- Custom domains fully supported
- No infrastructure setup or maintenance required
Lovable + managed platforms (hybrid)
- Lovable used for development, previews, and tooling
- One or more production components deployed to managed services:
- Managed backend (for example, managed Supabase, or cloud-managed PostgreSQL combined with your own authentication, storage, and backend services)
- Managed frontend hosting platforms (for example, Cloudflare Pages, Netlify, or cloud-provider static hosting)
- GitHub used as the bridge between Lovable and production
Fully self-managed infrastructure (advanced)
- Code synced via GitHub
- Backend services and database run on infrastructure you operate (for example, self-hosted Supabase, or managed PostgreSQL combined with your own authentication, storage, and edge services)
- Frontend deployed via containers, VMs, or internal platforms
- Lovable may still be used for development, or development can fully move to other tools
The Lovable platform itself (the editor and AI agent) is a managed service and cannot be self-hosted or deployed inside a customer VPC.
The applications you build with Lovable can be hosted anywhere.
The applications you build with Lovable can be hosted anywhere.
Setup comparison
| Setup | Code | Frontend | Data | Backend |
|---|---|---|---|---|
| Lovable Cloud only (recommended) | Managed in Lovable (GitHub sync optional) | Fully managed by Lovable with custom domain support | Fully managed by Lovable | Fully managed by Lovable |
| Lovable + managed platforms (hybrid) | Two-way sync between Lovable and your GitHub repository | Hosted by your chosen platform (for example, Netlify, Cloudflare Pages, S3 + CDN) | Hosted by your chosen provider (typically managed Supabase) | Hosted by your chosen provider (managed Supabase or equivalent backend services) |
| Fully self-managed infrastructure (advanced) | Your Git repository (Lovable optional during development) | Hosted on your infrastructure (containers, virtual machines, or Kubernetes) | Hosted on your infrastructure (typically self-hosted Supabase or PostgreSQL-based database with equivalent services) | Hosted on your infrastructure (self-hosted Supabase or equivalent auth, storage, realtime, and edge services you operate) |
Recommended adoption path
You do not need to decide everything upfront. Lovable lets you start simple and move incrementally as requirements change. The recommended path:- Start on Lovable Cloud. This is the fastest path to production with minimal operational overhead.
- Sync to GitHub. This ensures code ownership and enables external collaboration.
- Move components only when you hit a real constraint, not a hypothetical one.
- Compliance or data residency mandates tied to specific infrastructure providers
- Networking configurations not supported by Lovable (for example, VPC peering, private endpoints)
- Organizational policies requiring self-managed or audited hosting environments