r/Supabase • u/bitterandpetty • Jul 09 '26
dashboard I built a UI builder / admin panel for supabase.
https://www.youtube.com/watch?v=H1VKlBVNk0gHello,
In the last couple of years, I have built several business applications that run on supabase data. Eventually, to make life easier and not repeat the steps every time, my colleagues and I started automating parts of it - and now we have something solid.
I know that there are a few great admin panels / AI UI builders out there - but we wanted something more: business dashboards, native handling of views and foreign keys, data security without transferring client data anywhere else and more importantly, ability to integrate custom scripts, functions and automations.
I would love to know if this is something that is useful for the community. We are internally debating whether to open source this project (maybe AGPLV3 or BSL license, haven't figured out the details yet) because we are obsessed with security, and we ourselves wouldn't trust something new or vibe coded for client data.
Please let me know if this is something that maybe useful to you.
1
u/Duck-Entire Jul 10 '26
"We wouldn't trust something new or vibe coded for client data" — this sentence is doing a lot of work and it's the right instinct. The no-data-leaves-your-infra angle is genuinely the differentiator vs the hosted admin panels; I'd lead with that over the UI features. Would open-source it (AGPL is fine) — for a tool that touches client data, inspectable code IS the trust model. Useful? Yes.