Step 1 of 5

Right after you remix

The five-minute housekeeping pass. Do this before you change anything visual β€” it makes every later step (rebrand, payments, deploy) work without surprises.

1

Enable Lovable Cloud so your data persists

Out of the box, a fresh remix has no database of its own β€” sign-ups, orders, uploads, and form submissions have nowhere to go. Turning on Lovable Cloud gives your build its own private backend (database, auth, file storage) in one click. Without this, nothing your users do will save.

β€Ί_Enable Lovable Cloud for this project.
Tip: You'll see a green "Cloud enabled" badge in the top bar. Your data is now isolated from the original template β€” buyers can't see your customers, and you can't see theirs.
Done when…
  • βœ“Cloud is enabled on your remixed project
  • βœ“You can open the Backend panel and see empty tables (products, profiles, etc.)
  • βœ“A test signup from the live preview creates a row in the users table
2

Rename the project & give it a clean URL slug

The remix inherits the original name. Rename it now so your preview URL, GitHub repo, and published domain all match your brand.

β€Ί_Rename this project to "[Your Brand]" β€” update the slug, page titles, and the site name in __root.tsx meta tags.
Heads up: Renaming after you've shared a preview link will break the old link. Do it before you send anything to clients or post on social.
3

Connect GitHub (your safety net)

Every change you or Lovable makes will be committed to your own GitHub repo. This is your undo button for big mistakes, and it's required if you ever want to self-host or hand the codebase to a developer.

Done when…
  • βœ“GitHub is connected from Project Settings β†’ Integrations
  • βœ“You can see commits flowing into your new repo as you edit
  • βœ“The repo is private (unless you want it public)
4

Audit secrets & environment variables

The original template may have placeholder API keys (Stripe test keys, AI provider keys, webhook secrets). Replace any inherited values with your own before you publish β€” otherwise charges, emails, or API calls could route to the original seller.

β€Ί_Show me every secret this project uses and tell me which ones I need to replace with my own.
Heads up: Never paste secrets into chat messages or commit them to code. Always add them via the Secrets panel β€” Lovable will store them encrypted.
5

Take a baseline snapshot

Before you start rebranding, publish once (or just note the current preview). If a later edit breaks the layout, you'll have a known-good version to roll back to from the Version History panel.

Done when…
  • βœ“Cloud enabled, project renamed, GitHub connected, secrets owned by you
  • βœ“A baseline version is bookmarked in Version History
  • βœ“You can sign up, log in, and submit forms on the preview without errors
Next: Rebrand your build β†’
Unlock every Lovable build β€” current and future. $37/mo or $297/yr (save 33%).Cancel anytime. Access lasts as long as your membership is active.Become a member β†’