> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lovable.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How Lovable hosts your app

> Lovable hosts your published app for you: no servers to set up, HTTPS included, and delivery from locations around the world. Learn how hosting works.

Lovable hosts your app. When you [publish](/features/publish), your app goes live on its own URL, and Lovable takes care of everything behind it: there are no servers to set up, no hosting provider to choose, and nothing to configure. Hosting is part of Lovable, not a separate product or add-on.

This page explains what that means in practice: what happens when you publish, how your live site is delivered to visitors, and how hosting relates to [your app's built-in backend (Cloud)](/features/cloud).

## 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](/features/custom-domain), or a [branded workspace URL](/features/branded-workspace-urls)).
* 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.

Publishing to a `lovable.app` URL is free and available on all plans. [Custom domains](/features/custom-domain) require a paid plan, and [branded workspace URLs](/features/branded-workspace-urls) are available on Business and Enterprise plans.

A live site does not consume credits on its own. Usage-based [Run credits](/introduction/credits-and-usage) 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](/features/publish#internal-and-external-publishing-and-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](/features/publish#how-to-unpublish-your-project) 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](/features/cloud#region-selection), 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.

Readable pages are the baseline. How well they rank depends on their content, metadata, and structure. Use the built-in [SEO review](/features/seo-aeo) to check how your live site looks to search engines and what to improve.

<Note>
  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.
</Note>

## 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.

<Tip>
  Expecting a major traffic spike, such as a product launch or a TV appearance? [Contact support](https://lovable.dev/support) beforehand so your domain is prepared for it.
</Tip>

## Hosting and the built-in backend

Hosting serves your app's pages to visitors. The [built-in backend (Cloud)](/features/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](/introduction/credits-and-usage) as your app is used.
* [Pausing the backend](/features/advanced-settings#pause-cloud) affects your app's data and logic, not the hosting of its pages.

Running out of credits does not remove your published site. Building stops, and apps that rely on the backend or AI features can pause until credits are available again. Your site and its URL remain in place, and normal operation resumes once credits are added. See [What happens when you run out of credits](/introduction/credits-and-usage#what-happens-when-you-run-out-of-credits) for the full breakdown, the alerts you receive along the way, and the options for adding credits.

## Preview vs published

The [preview](/features/projects/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](/features/share-project) 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](/tips-tricks/deployment-hosting-ownership) for the trade-offs and [Deploying and hosting outside Lovable](/tips-tricks/external-deployment-hosting) for the walkthroughs.

## FAQ

<AccordionGroup>
  <Accordion title="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.
  </Accordion>

  <Accordion title="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.
  </Accordion>

  <Accordion title="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](/features/cloud#region-selection) chosen when the backend was enabled.
  </Accordion>

  <Accordion title="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](/features/publish).
  </Accordion>

  <Accordion title="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](https://lovable.dev/support) in advance.
  </Accordion>

  <Accordion title="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.
  </Accordion>

  <Accordion title="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](/features/custom-domain).
  </Accordion>
</AccordionGroup>
