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
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.
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.
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.
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.
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.