Running Supabase locally feels like having a full backend “starter kit” living right next to your code.
I spin it up and suddenly I’ve got Postgres, auth, file storage, and realtime all running together, plus a clean web dashboard so I’m not wrestling with random containers or config files. It still feels like my stack though - it’s just Postgres and open-source services under the hood, so there’s no weird lock-in or mystery billing later.
For side projects and experiments, local Supabase has basically become my default backend: I start it, point my app at it, and I’m off building features instead of wiring up yet another database + auth + storage combo.
Supabase
Supabase
@ivasilov ⚡️⚡️⚡️
Letterbase Resources
@ivasilov @jon_summers_muir real
Supabase
@ivasilov great work Ivan!
Let us know what else you'd like to see y'all!
@ivasilov ⚡️⚡️⚡️⚡️⚡️
Supabase
@ivasilov This makes so much sense and will empower so many builders 🔥 Awesome work y'all!
Supabase
The best thing about this new product is @jon_meyers hands. Truly unrivaled.
Supabase
@jon_meyers @antwilson more hands please
SVB News Hub
@jon_meyers @antwilson The next video is going to be wild!
@antwilson You tried to slow these hands down with your giant sleeves, but it only made them stronger!
@jon_meyers @antwilson We added these in post. Do they look good?
Letterbase Resources
@jon_meyers @antwilson youtube tutorial soon?
SVB News Hub
I love the chat UI! The subtle animations are so slick!
Supabase
@dshukertjr ⚡️⚡️⚡️
Letterbase Resources
@dshukertjr thank you i made those
@dshukertjr ✅🚀
Equip AI Interview
Hey, this looks like a great start! The components you've already added seem like a fantastic way to simplify complex querying. I'm working on a custom query builder and have been exploring more advanced filtering options—think multi-tiered filters that integrate dynamic conditions. shows operators based on datatypes etc. Will there be plans to expand the library to support more complex filter setups like this? It would be great to see these advanced options, especially for scenarios involving multi-column conditions and nested logic. Would love to hear your thoughts on this!
Supabase
@faizanjan_ We're you thinking a dynamic filter that would eventually populate a supabase-js query, or thinking building a raw SQL query based on the filter selection?
Equip AI Interview
@jon_summers_muir
I am trying to build a query builder that will show operands based on the table schema, and the operators for those operands based on the datatypes of the operand. If the table column is json, then the filter will be nested. And we can group the filters together to make a condition group. Eventually, I convert the whole filter state into a single SQL query which queries the relevant data from sqlite in-browser database (hence no network requests), hence making filtering much much faster even with thousands of records.
It is a little difficult to articulate this, you can checkout my first prototype here. I am building it for filtering resumes at the moment, but usecase can easily expand later.
Supabase
@faizanjan_ this is nice!
Some other thoughts - we could do a mix as well, in which there is manual filter UI (like this) and then an additional option is to write an AI prompt which could return results but then also set the filter UI to the right options for the query. I think Linear app does this as well.
Supabase
hey @faizanjan_, thank you for the kind words! Yes, we're planning on releasing a more generic hook to query the database! Can't wait to see what you build!
@faizanjan_ I fully agree, that's great!
Supabase
@thefullstack ⚡️⚡️⚡️
Letterbase Resources
@thefullstack we are acquiring react next year
And we are first to hear? w00t!
Letterbase Resources
can you add a component that gets me users
Supabase
@jordienric ⚡️⚡️⚡️
Supabase
Great work @ivasilov!!
The concept of being able to insert working code into your favorite framework with 1 command is mindblowing.
Letterbase Resources
@ivasilov @jon_summers_muir ivan is the shadcn of frontend