What happens when you publish
Publishing takes a snapshot of your project and puts it live. You publish with the Publish button in the top right of the editor, or by asking Lovable in chat. Either way:- Your app gets a public URL on
lovable.app, with a web address you can customize (or your custom domain, or a branded workspace URL). - HTTPS is included automatically: visitors always connect securely (the padlock in the browser). Lovable sets up the SSL certificate, the file that makes that secure connection possible, for every published URL, including custom domains.
- The published site is a snapshot. Changes you make after publishing don’t affect the live site until you open the Publish dialog again and click Update, so you can keep building without breaking what your visitors see.
lovable.app URL is free and available on all plans. Custom domains require a paid plan, and branded workspace URLs are available on Business and Enterprise plans.
A live site does not consume credits on its own. Usage-based Run credits cover the work your app does while it runs, such as backend activity and AI features.
Who can visit your published app
By default, anyone with the link can visit your published app, on every plan. On Business and Enterprise plans, you can instead restrict the published app to workspace members, or to specific people and groups, so visitors have to sign in. See website access control for the options. Who can visit the live site is separate from who can open the project in the editor: publishing never exposes your source code, chat history, or unpublished work. You can also take your site down at any time: click Publish → Edit settings → Unpublish, or go to Project settings → Unpublish project. You can publish again later.Your site is delivered globally
Published apps are served from locations around the world, close to your visitors, so your site loads fast regardless of where your users are. You do not set any of this up. It is simply how every published app is served. This is separate from the region setting, which controls where your app’s backend data is stored. Choosing a hosting region for a project affects the built-in backend (Cloud), such as its database and storage. It does not restrict where your site itself is delivered: the frontend is always served globally.How search engines and AI see your site
Crawlers only index what they can read, and many tools struggle with JavaScript-heavy apps. Lovable hosting solves this for you: search engines, social platforms, and AI crawlers all receive readable, fully rendered pages.- Apps created from May 13, 2026 use server-side rendering: every visitor and crawler receives fully rendered pages.
- Older apps serve rendered pages to verified search engines, social preview bots, and AI crawlers, so your content is indexed and link previews work.
For older apps, rendered pages are served only to verified crawlers. Third-party SEO scanner tools are not verified crawlers, so they may report your pages as empty even though Google, social platforms, and AI search engines see the full content.
Traffic and scale
Your published app handles traffic automatically. Your plan does not cap visitors, requests, or bandwidth. Your subscription governs things like custom domains and who can access the site, not how much traffic it can take. Automated abuse protection runs on every published app. It targets attack patterns, not real audiences, but unusually aggressive traffic from a single source can be challenged or slowed down.Hosting and the built-in backend
Hosting serves your app’s pages to visitors. The built-in backend (Cloud) is what those pages talk to: the database, authentication, storage, and functions behind your app. They work together, but they are separate:- Every published app is hosted, whether or not it uses a backend.
- Backend activity, such as database work and AI calls, is what consumes Run credits as your app is used.
- Pausing the backend affects your app’s data and logic, not the hosting of its pages.
Preview vs published
The preview is your live working view inside the editor: it updates as you build, and it can differ from what visitors see on the published site. Share preview links let you show that work in progress to someone before publishing, but they are view-only and expire after 7 days. Neither is hosting: only publishing puts your app on a permanent public URL.Hosting somewhere else
You own your code and data, and you can host parts or all of your app outside Lovable. See Deployment, hosting, and ownership options for the trade-offs and Deploying and hosting outside Lovable for the walkthroughs.FAQ
Do I need my own hosting provider or server?
Do I need my own hosting provider or server?
No. Publishing your project is all it takes: Lovable builds your app, puts it on a public URL with HTTPS, and serves it to your visitors. You don’t need to install, rent, or configure anything.
Do I need to keep Lovable open for my site to stay up?
Do I need to keep Lovable open for my site to stay up?
No. Your published app runs on Lovable’s infrastructure, not on your machine. You can close the editor, and your site keeps serving visitors.
Where is my app hosted?
Where is my app hosted?
Your site is delivered from locations around the world, close to each visitor. If your project uses the built-in backend (Cloud), its data lives in the region chosen when the backend was enabled.
How do I update my live site?
How do I update my live site?
Publish again. The live site is a snapshot from your last publish, so edits in the editor don’t affect it until you republish. See Publish.
How many visitors can my site handle?
How many visitors can my site handle?
Your plan does not limit visitors or bandwidth. Published apps scale with traffic automatically. If you’re planning something unusually large, contact support in advance.
Can I take my site down?
Can I take my site down?
Yes. Click Publish → Edit settings → Unpublish, or go to Project settings → Unpublish project. The site stops serving, and you can publish again whenever you’re ready.
Is HTTPS included?
Is HTTPS included?
Yes. Every published URL is served over HTTPS, and Lovable sets up the SSL certificate automatically, including for custom domains. See Custom domain.