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 on every InBuild plan?
Yes. Supabase integrates with Pro, Pro+, and Studio. Combined with Supabase's free tier, you can launch a full-stack app for $49/mo total.