What you get
Supabase Auth for email/password and social login
Row-level security policies for data access
Real-time subscriptions for live updates
File storage for user uploads
Typed client with supabase-js
FAQ
Can I use Supabase Auth instead of InBuild's built-in auth?
Yes. The exported code can be configured to use Supabase Auth. Replace the JWT-based auth with Supabase's session management — the Supabase docs walk through the Next.js integration.
Does Supabase work with InBuild's free tier?
Yes. Both InBuild's free tier and Supabase's free tier work together. You can build and deploy a complete app at zero cost.