
Today we’re releasing our Platform Kit, new components in the Supabase UI Library that makes it incredibly easy to build platforms on top of Supabase.
What’s Supabase UI?
Earlier this year we released Supabase UI Library. This was designed mostly for building apps. Since we released it, we have had a strong pull - not from app builders, but from platform builders, such as AI Builders.
What’s the Platform Kit?
You can think of the Platform Kit as a bunch of UI components that sit on top of our Management API. Who is it for? Well, anyone who is providing Supabase projects to their users.
It includes the following components:
Database components
Display all the data in your database:
Storage components
Authentication components
AI components
How does Supabase UI work?
The library is 100% shadcn/ui compatible by leveraging the component registry feature. Components are styled with shadcn/ui and Tailwind CSS and are completely customizable. Read the original launch post for more details, or check out the docs: ui.supabase.com
Supabase as a Service
While we started Supabase as Service directly for developers, more and more companies are building on top of Supabase to provide critical infrastructure for their own users. Today, 30% of Supabase sign ups can be attributed to some sort of AI Builder:
We’re in the process of adding more features so that you can use Supabase as a “Platform as a Service” for many other tools:
*Platform as a service (PaaS) is a cloud computing model where users run a modular bundle of a computing platform and applications, without the complexity of building and maintaining the infrastructure associated with developing and launching applications.
Source: Wikipedia
If you’re building your own plaform, reach out to the team: supabase.com/solutions/ai-builders
Getting started with Platform UI
Head on over to the docs to get started: ui.supabase.com
You can also check out the repo to download and run the app yourself to see how it works, or just pull key files and components to use in your own implementation. The code is yours to use and improve however you see fit.