Hire Lovable Xperts
Account & Billing

How to Cancel Your Lovable Subscription

Cancelling Lovable is not obvious — the platform buries the Downgrade option three menus deep, and there is no simple 'Cancel' button on the billing page. Before you cancel, you should also export your app's source code so you do not lose access to months of work. This guide covers the exact UI path, what happens to your projects, and how to take your code with you.

By Founder Name · Last verified: 2026-06-24

Where is the Lovable cancel or downgrade button?

Lovable does not surface a prominent Cancel button on the billing page. The downgrade option is reached via Profile icon (top-right of the editor) → Settings → Plans & Billing → Downgrade to Free. If you are on a paid plan, 'Downgrade to Free' is the mechanism that stops future billing. There is no dedicated cancel flow separate from this.

This design pattern — placing the downgrade action inside a settings sub-menu rather than on the billing page itself — is a documented dark pattern in SaaS. Lovable's billing page shows your current plan and renewal date but does not offer a direct cancellation link. You must navigate to Plans & Billing and look for the downgrade option, which appears as a secondary button below the plan comparison table.

If you do not see the Downgrade to Free option, your account may be on an annual plan. Annual subscriptions typically require contacting Lovable support directly to cancel before the renewal date. Check your confirmation email for your billing cycle before assuming you can self-serve cancel.

  1. Open the Lovable editor and click your profile icon in the top-right corner.
  2. Select Settings from the dropdown menu.
  3. Navigate to the Plans & Billing section in the left sidebar.
  4. Scroll past the plan comparison table to find the Downgrade to Free option.
  5. Click Downgrade to Free and confirm in the dialog that appears.
  6. Check your email for a cancellation confirmation within a few minutes.
Before you cancel: export your project's code to GitHub or download it as a ZIP. Once downgraded, you may lose access to private projects or prompt history depending on your plan. Take your code out first — this is the single most important step.

What happens to my projects after I cancel?

When you downgrade to the free tier, your projects are not deleted — but access may change. Public projects remain accessible, private projects may become view-only or inaccessible depending on your plan limits, and your prompt history and version timeline may be truncated. Lovable's terms allow them to archive projects that are inactive on the free plan.

The specific project limits on the free tier change with Lovable's pricing updates, so verify the current plan comparison table before cancelling. As of mid-2026, the free tier allows a limited number of projects and restricts private project access. Any project that exceeds free-tier limits may become read-only.

Your Supabase connection is not affected by cancelling Lovable — your database, auth, and storage remain active as long as your Supabase project is open. The only thing that changes is your ability to make new prompts and edits inside the Lovable editor.

How do I export my Lovable project before cancelling?

Exporting your code to GitHub is the most important thing to do before cancelling. Once your code is in a GitHub repository, you own it completely — regardless of what happens to your Lovable plan. Lovable supports GitHub sync directly from the editor, and this should be your first action, not your last.

  1. In the Lovable editor, open the project you want to export.
  2. Click the GitHub icon in the top toolbar to open the GitHub integration panel.
  3. If not already connected, authenticate your GitHub account and authorise Lovable.
  4. Choose 'Push to GitHub' to create a new repository or sync to an existing one.
  5. Wait for the sync to complete and then verify the repository on GitHub contains your full source code.
  6. Optionally, clone the repository locally: git clone https://github.com/your-org/your-repo.git
  7. Repeat for each project you want to preserve before cancelling.
GitHub export gives you the full source — React components, Supabase config, edge functions, and all. Once it is in GitHub, a developer can deploy it anywhere: Vercel, Netlify, Railway, or a custom server. Your app is not locked to Lovable's hosting.

Can I get a refund when I cancel Lovable?

Lovable's refund policy covers charges made in error or duplicate charges, but not general dissatisfaction with the platform. If you were charged after you believed you had already cancelled, or charged an incorrect amount, you have a stronger case for a refund. See the refund article linked below for the exact steps and email template.

If you cancelled before your renewal date and were still charged, this is likely a billing system error — Lovable support resolves these when you contact them with proof of the cancellation date and the charge date. Keep your cancellation confirmation email as documentation.

What is the alternative to cancelling — should I migrate instead?

If the reason you are cancelling is cost, bugs, or platform limitations — not that your project is finished — migration to a proper React codebase may serve you better than cancelling. You keep everything you built, deploy on infrastructure you control, and stop paying Lovable's monthly fee. A developer can migrate a Lovable project in one to three days.

Migration means taking the GitHub-exported code and deploying it to a hosting provider like Vercel or Railway, with your existing Supabase backend untouched. The result is an identical app that runs independently of Lovable, with no per-prompt credit cost and no plan restrictions.

The migration decision comes down to one question: is your app finished and just needs hosting, or does it still need active development? If development is ongoing, migration to a standard React codebase gives you a stable foundation — a human engineer makes precise, targeted changes rather than AI prompts that can touch dozens of files at once. See the Move Off Lovable guide for the full step-by-step process.

How do I confirm my cancellation actually went through?

After clicking Downgrade to Free, Lovable should send a confirmation email within a few minutes. If you do not receive it, check your spam folder and then verify in the Settings → Plans & Billing page that your plan now shows as Free. Do not assume cancellation worked without one of these two confirmations.

  1. Check your inbox for a Lovable billing confirmation email within 5 minutes of downgrading.
  2. If no email arrives, check your spam or promotions folder.
  3. Log back into Lovable and navigate to Settings → Plans & Billing.
  4. Verify your current plan is shown as Free with no renewal date.
  5. If the plan still shows as paid, contact Lovable support at support@lovable.dev with a screenshot.
  6. Keep the confirmation email — you may need it if a charge appears on your next billing cycle.

Frequently asked questions

Is there a Cancel button on the Lovable billing page?
No. Lovable does not have a prominent Cancel button on the billing page. The downgrade option is accessed via Profile icon → Settings → Plans & Billing → Downgrade to Free. This three-menu path is the only self-serve cancellation route.
Will Lovable delete my projects if I cancel?
Not immediately — projects are not deleted on cancellation. However, private projects may become inaccessible or read-only on the free tier depending on plan limits. Export your code to GitHub before cancelling to ensure you always have a copy.
What if I am on an annual Lovable plan?
Annual plans typically cannot be self-serve cancelled mid-term. Contact Lovable support directly to discuss your options. Review your original purchase confirmation email to find your billing cycle end date.
Can I pause my Lovable subscription instead of cancelling?
Lovable does not currently offer a pause feature. Your options are to stay on your current paid plan, downgrade to the free tier, or cancel entirely. If cost is the issue, the free tier gives you continued access at zero cost with reduced prompt limits.
What happens to my Supabase data if I cancel Lovable?
Your Supabase project is independent of Lovable. Cancelling Lovable does not affect your database, auth users, or storage files. Supabase billing is separate — your Supabase project stays active as long as your Supabase account is active.
How do I prove I cancelled if I get charged after cancelling?
Save the cancellation confirmation email Lovable sends after you downgrade. It shows the date and time of your request. If you are charged after that date, forward the email to Lovable support with your invoice number as evidence of the error.
Can a developer take over my Lovable project if I cancel?
Yes. Once your code is in GitHub, any developer can clone it and continue development in a standard React environment. The code is standard TypeScript — there is no Lovable-specific runtime required to run or modify it.
What is the difference between Downgrade to Free and deleting my account?
Downgrading to Free stops billing and reduces your plan limits while keeping your account and projects. Deleting your account permanently removes your account, projects, and data. Downgrade is the right choice if you may want to return or still want to access your projects.
How long before renewal should I cancel to avoid being charged again?
Cancel at least 24 hours before your renewal date to be safe, and save the confirmation email with a timestamp. Lovable processes downgrades immediately, but payment processors can have a processing window. Check your Settings → Plans & Billing page to see your exact renewal date.
I cancelled but the Plans & Billing page still shows my paid plan — is something wrong?
Try a hard refresh of the page (Cmd+Shift+R or Ctrl+Shift+R). If the paid plan still shows after refreshing, you may still be within the current billing period — the downgrade often takes effect at the end of the billing cycle rather than immediately. Contact Lovable support if the status does not update within 24 hours.

Talk to a senior engineer — not a salesperson.

Book a free 30-minute audit call. We'll diagnose what's wrong and tell you exactly what it costs to fix.

Book a free audit call