apps/docs/content/troubleshooting/identify-lovable-cloud-or-supabase-backend.mdx
When you create a project in Lovable, your app’s backend can be connected to one of two options:
Knowing which backend your project uses helps you understand where your database, API keys, and configuration are managed.
In the Lovable interface, click the Cloud icon on the top bar of your project editor. This section shows which backend your project is currently connected to.
<Admonition type="note">The Cloud icon appears for all projects, regardless of which backend type you're using. Click it to see your actual backend configuration.
</Admonition>Once you open the Cloud settings, you see one of two interfaces depending on your backend type:
If the page shows a menu and screens to manage your Database tables, and Users from within Lovable (similar to the screenshot below), then your backend is managed by Lovable Cloud.
Your Supabase instance in this case is owned and managed by Lovable, not by your personal Supabase account. You won’t see this project in your Supabase Dashboard, and you won’t have access to service role keys or direct database URLs.
If the page displays the Supabase icon, your Supabase project name, and some links that direct you to the Supabase Dashboard (similar to the screenshot below), then your Lovable project is connected to a Supabase project you manage directly.
| Backend Type | Managed By | Appears in Supabase Dashboard | Service Role / DB Access |
|---|---|---|---|
| Lovable Cloud | Lovable | ❌ No | ❌ No |
| Own Supabase Project | You | ✅ Yes | ✅ Yes |
<Accordion type="default" openBehaviour="multiple" chevronAlign="right" justified size="medium" className="text-foreground-light mt-8 mb-6"
<div className="border-b mt-3 pb-3"> <AccordionItem header="Does this affect where my app is hosted?" id="app-hosting" >
No. Lovable Cloud only affects your **backend connection** (database and APIs), not your app hosting or frontend.
</AccordionItem>
No. Lovable Cloud backend is managed entirely by Lovable, and connection credentials are not exposed.
</AccordionItem>
There's no automated way to transfer your backend. You can create a new Supabase project and connect your Lovable app to it manually.
See [Lovable's Project Migration Guide](https://docs.lovable.dev/tips-tricks/self-hosting) for detailed steps.
</AccordionItem>
<Accordion type="default" openBehaviour="multiple" chevronAlign="right" justified size="medium" className="text-foreground-light mt-8 mb-6"
<div className="border-b mt-3 pb-3"> <AccordionItem header="My project uses Lovable Cloud, can I move it to Supabase?" id="move-to-supabase" >
There's no automated way to transfer your backend from Lovable Cloud to your own Supabase account.
You can create a new Supabase project and migrate your data manually.
See [Can't Access Your Supabase Project When Using Lovable Cloud](/docs/guides/troubleshooting/cant-access-supabase-project-lovable-cloud) for more details.
</AccordionItem>
That's expected — Lovable Cloud backend is managed by Lovable and doesn't appear in your Supabase Dashboard.
Learn more in [Can't Access Your Supabase Project When Using Lovable Cloud](/docs/guides/troubleshooting/cant-access-supabase-project-lovable-cloud).
</AccordionItem>