Hey everyone,
As a developer, I got tired of the constant setup friction when starting new projects—specifically the loop of creating a Supabase instance, navigating the dashboard, copy-pasting API keys into .env files, and running manual SQL schema migrations before writing any real code.
We’ve been building an agent layer (Norva + Antigravity) to automate developer workflows, and we just got the end-to-end Supabase integration working.
Would love to hear your thoughts or edge cases you think we should watch out for with database automation!
Devastation_21 shares a new AI agent workflow designed to automate the setup of Supabase projects, including syncing .env keys and running SQL migrations. The user seeks feedback on potential edge cases for this database automation tool, which integrates with Norva and Antigravity.
Most decent AI code platforms do this already for any DB, under instruction or using MCP services.
True, MCP works well if you take the time to set up and configure servers for each project. Norva's focus is eliminating that config setup layer entirely—browser auth, .env injection, and live migrations happen automatically out-of-the-box. if you want to know what actually norva is https://www.reddit.com/r/Norva_OS/ checkout this link! we will be dropping beta soon here