Andrea Orrù

How do you manage Dev vs Prod in Lovable?

by•

Hey everyone! šŸ‘‹

I’ve been using Lovable to build and test ideas, and it’s been awesome. I’ve never coded before, but I can create and deploy stuff fast, sometimes I even ask ChatGPT for tips on GitHub or Supabase. šŸ˜…

But I have a question: how do you handle development vs production?

Code: I can use GitHub branches (main / dev ).

Database: I’m on Supabase, but it’s just one database. If I add tables or columns in dev and something goes wrong, how do I roll back without hurting production?

Do you…

  • Duplicate the entire database and deploy by hand, maybe with Vercel or similar?

  • Use Lovable to manage separate ā€œdevā€ and ā€œprodā€ setups, if so, how?

Or something else?

Would love to hear your simple workflows or tips. Thanks!

884 views

Add a comment

Replies

Be the first to comment