Upgrade to Pro — share decks privately, control downloads, hide ads and more …

What's new in Supabase LW14

Avatar for Trust Jamin Trust Jamin
May 03, 2025
2

What's new in Supabase LW14

Avatar for Trust Jamin

Trust Jamin

May 03, 2025
Tweet

Transcript

  1. Take a photo of you and the person next to

    you and make a post on Twitter/X using the hashtag #SupabaseLagos

 @supabase @codejaban Tag and you just might get a free T-shirt SMM post
  2. You can now create, test, edit, and deploy Edge Functions

    directly from the Supabase Dashboard without having to spin up the CLI and Docker. There is also templates for common use cases like uploading files to Supabase Storage, OpenAI proxying, and Stripe WebHooks. Edge functions ty Deploy edge functions directly from your Dashboard + Deno2.1
  3. DB Broadcast 3 Realtime Broadcast from Database Scales Database Changes

    Realtime Broadcast to enable sending messages from database triggers to give you better control over the database change payload while making sure that the workflow is secure and scalable.
  4. Performance ) Data API Routes to Nearest Read Replica You

    can now route your Data API (PostgREST) requests to the nearest Read Replica to minimize network latency. This is available today as the default for all load balancer endpoints.
  5. Frontend  Supabase UI Library Building in a weekend becomes

    much easier with the new Supabase UI Library - a collection of ready-to-use components built on top of shadcn/ ui and integrated with Supabase products like Auth, Storage, and Realtime.
  6. Some UI you should check out components Password-based authentication Password-based

    authentication block for Next.js applications Easy file uploads Displays a control for easier uploading of files directly to Supabase Storage Social Authentication Quickly implement various social authentication for your React applications using a single implementation Infinite Query Hook React hook for infinite lists, fetching data from Supabase.
  7. DB Schema 1' Declarative Schemas for Simpler Database Management Use

    declarative schemas - version-controlled, source of truth for your database structure in the form of .sql files. This can help you reduce errors, maintains consistency across environments, and increases development velocity.
  8. Components " Supabase Third party auth Bring your own auth

    system like Clerk. Integrations are now way better
  9. Subtitle Supabase for AI Builders AI tools like Loveable, Bolt.new,

    Vercel (V0), Tempo AI are all build with Supabase