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
Replies