Hello Product Hunt! ππ»
Supabase is an open-source Firebase alternative. Today, we are releasing Studio, our dashboard.
We always planned to make the dashboard public and investigated a few different approaches used in the open-source world. Eventually, we decided to open source all the front-end code, so both hosted and self-hosted front end is completely public. We deploy from the same app used for self-hosted, that is used for hosted - "one app to rule them all".
Studio is designed to work with existing deployments - either the local hosted, docker setup, or our CLI. Some of the features you can find Supabase Studio include:
βπ» Table Editor
Edit your data with the familiarity of a spreadsheet. Add, edit, and update your data with the simplicity of a no-code tool.
π» SQL Editor
Write, save, and execute SQL queries directly on our dashboard, with templates to save you time. Run common queries and even build applications using our growing list of templates.
π Database Management
Manage policies, roles, extensions, and replications conveniently from the dashboard.
π Automatic API Documentation
Apart from introspecting your database and providing instant APIs, we top it off with some auto-generated documentation.
With the dashboard now open-sourced, you get to watch us build in public and also be involved! Follow us on Twitter and Github to stay up to date with what's next for Studio.
Looking forward to your feedback and questions!
Cheers,
The Supabase Team
Fantastic work! Supabase is my favorite new product this year for sure. I am so much more efficient using it. The commitment to Open Source is amazing.
Watching @joshenjlek@jon_summers_muir@pham_hieu incrementally build this over the last two years has been a treat. The fact that you can plug this into any postgres deployment now is massive. Looking forward to the first community contributions to this repo
Nobody is doing what you all are in this space right now in the way you are. Amazing to see the massive efforts from everyone involved, marketing to engineering, well done! I can't wait to dive back into Supabase.
@notrab@joshenjlek This is amazing to hear. It really is just us building, marketing and answering support tickets. Huge shout out to @pham_hieu and @joshenjlek
?makers I am not familiar with Supabase but looking at the pitch of Supabase Studio it sounds like a GUI similar to TablePlus, DataGrip, etc. is my understanding correct?
If it is, where can I try Supabase Studio? The "GET IT" link is leading to Supabase's landing page but I can't find anything mentioning "Supabase Studio" on it (except for the link leading back to PH).
@poopman You're right! As a quick introduction, Supabase is an open source Firebase alternative which provides you a suite of tooling that gets you set up with a backend really quickly. What you get out of the box briefly are a Postgres database, an API, authentication, storage, and realtime subscriptions.
That's where Studio comes in - to manage your Supabase projects and databases conveniently. Apart from managing your data through a table or SQL editor, you're also able to manage other aspects of your DB such as policies, extensions and replications through a GUI, and also the other parts of your Supabase project like authentication and storage.
One of the main motivations when we were building Studio was making existing technologies easier to use, so you wouldn't necessarily need to know SQL to use Supabase.
Feel free to try out Studio over at https://app.supabase.io! ( The entire webapp is Studio) You'll just need to sign up and create a project with us π
One of my favorite, not-so-glamorous features of TablePlus is being able to copy SQL results as Markdown for docs and readme files, and Studio has that feature, too! π
Thank you @dthyresson! And if you've got any other features you want in mind, feel free to reach out at our Github or pop a feedback on the hosted dashboard - we definitely go through every single one of them π
Want to hear from the folks behind the Studio? Listen to the recording of our Twitter Space chat from earlier today, lots of behind the scenes insights in there: https://youtu.be/n1QGq75ZzvE
Supabase