
Lovable Cloud to Your Own Supabase, Without the Password Resets
We're big fans of Lovable . It's genuinely one of the best tools for going from an idea to a working app, and a lot of our customers build on it. Their Cloud feature takes things further by managing a Supabase instance for you. No database setup, no hosting headaches. It's a great experience right up until the moment you want to connect something external: Zapier, email automations, analytics that talk to Postgres directly. That's when you realize you don't have the database keys. The official migration path off Cloud is rough. CSV exports one table at a time. Storage files uploaded individually. Every user has to reset their password. If you have real users, that last part is a non-starter. We built an open-source exporter that handles the whole thing. Here's what we learned building it. The approach Both sides are Supabase, which means both sides are Postgres. That's the key insight: we don't need a custom migration format or intermediary API. Native Postgres tooling ( pg_dump and ps
Continue reading on Dev.to Webdev
Opens in a new tab




