Back to Supabase

Identify Lovable Cloud Or Supabase Backend

apps/docs/content/troubleshooting/identify-lovable-cloud-or-supabase-backend.mdx

1.26.044.8 KB
Original Source

Overview

When you create a project in Lovable, your app’s backend can be connected to one of two options:

  • Lovable Cloud — The backend (Supabase instance) is managed entirely by Lovable.
  • Your own Supabase project — The backend is a Supabase project you created and manage directly in your Supabase Dashboard.

Knowing which backend your project uses helps you understand where your database, API keys, and configuration are managed.

How to identify your backend

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:

Lovable Cloud backend

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.

Connected Supabase backend

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.

Summary

Backend TypeManaged ByAppears in Supabase DashboardService Role / DB Access
Lovable CloudLovable❌ No❌ No
Own Supabase ProjectYou✅ Yes✅ Yes

Frequently asked questions

<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>
</div> <div className="border-b mt-3 pb-3"> <AccordionItem header="Can I access my database URL or API keys if I'm on Lovable Cloud?" id="database-api-access" >
No. Lovable Cloud backend is managed entirely by Lovable, and connection credentials are not exposed.

</AccordionItem>
</div> <div className="border-b mt-3 pb-3"> <AccordionItem header="Can I switch from Lovable Cloud to my own Supabase backend?" id="switch-backend" >
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>
</div> </Accordion>

Lovable Cloud – specific questions

<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>
</div> <div className="border-b mt-3 pb-3"> <AccordionItem header="My project uses Lovable Cloud, but I can't see my Supabase project." id="cant-see-project" >
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>
</div> </Accordion>