Supabase UI - React component library for enterprise dashboards

by
Supabase UI is a collection of UI components built in React and TailwindCSS that is used by Supabase to build our internal applications

Add a comment

Replies

Best
Nicely done on the Forms!
We'll release the Form component real soon 😳 I haven't got around to finishing it yet.
This is amazing!
Thank you so much for the support ! 😍
This has the potential to bootstrap new products at lightning speed. Love it!
Exactly! We think it could help anyone get set up really fast, even if they don't use the library in the long term.
Slick design. Congrats on the launch!
Thanks - Meta looks so cool btw!
Thank Jonny! We’d love to get you the current beta version of Meta. Let me know if you’re interested!
Congratulations on beta launch, really like the product.
Thanks so much ! Really appreciate this :)
Always impressed by the quality of your products, congratulation! Supabase is a true inspiration in terms of Developer Experience 😉
Hope you're reading this + 😍
You're making a really good job, congrats for the launch !
thanks so much. we have a lot of work ahead of us 🛠😅
the best is coming!
🔥🔥
I am in the process of moving 4 products to Supabase, really loving it so far! Great work, this is a product that is really needed out there. I can't wait to see where it goes from here.
We really love working on Supabase - I came from my own startup using Firebase so it's so refreshing to work on a product that solves even my own problem 😀 If you have any trouble migrating to Supabase, just ping us on and one of us will be happy to help.
?makers looks great! What would be the main reason to use supabase inatead of firestore and the likes?!
Hey ! I used to use Firebase on a startup I founded a year ago - it was great to begin with, easy to set up and get going but I quickly found myself entangled in problems using a NoSQL database. I realised I couldn't dump the database and move elsewhere easily and it became increasingly difficult to work with a 'documents' structure when really I needed a relational database. The main reason to consider Supabase over Firebase (Firestore) is to have a project built around a PostgreSQL database, which you can easily interact with through a Supabase library (like supabase-js, but there's also community maintained libraries in Python, and a few other languages in the works). Supabase also has a hosted solution, so you can manage your Supabase project from the Supabase dashboard app. With these tools, Supabase makes data querying, realtime subscriptions, authentication, and user sessions so much easier than when I used Firebase - and I get to build on an amazing database from day 0.
Got it, makes sense. I myself have come to the same conclusion as you regarding PostgreSQL and Firebase in general. Although they have some nice analytics features etc.