Supabase Vector: the open source Vector Toolkit for Postgres
Storing vector embeddings in Postgres with 'pgvector' is becoming increasingly popular for AI applications, so we're building out a collection of tools to store, index, and query embeddings at scale.
Vault is now available for all projects
Vault is a Postgres extension and accompanying Supabase UI that makes it safe and easy to store encrypted secrets and other data in your database.
Auth Helpers now include server-side Auth and full support for the Next.js App Router
We have updated the Next.js Auth Helpers package to make it available across the client and server of the App Router. They also now implement server-side auth by default with PKCE - meaning the entire auth flow is now possible server-side.
Improving our dashboard with user feedback
As we plan the next few months of Dashboard development, we're reaching out to users to see all the different ways people use the Dashboard in their work.
Last month, we opened up a public RFC for the Dashboard SQL Editor. It's been amazing to see how people use this tool to build their projects. If you're a heavy user of the SQL Editor, we'd love to get your feedback.
We also started doing user interviews to understand how users use the Dashboard. Our goal is to build the best possible Dashboard for all of our users, and you can help! Reach out to Terry you would like to share your experience.
Quick product announcements
-
[Auth] You can now use Turnstile as a Captcha provider. Doc
-
[Auth] How to send a password reauthentication nonce. Doc
-
[Dashboard] Supabase Wrappers UI that supports pulling data in from Firebase, Stripe, S3, and Clickhouse. Create a Wrapper
-
[Edge Functions] Support for deploying all Edge Functions via CLI. Doc
-
[Edge Functions] Custom domains and vanity domains support for Edge Functions. PR
-
[Storage] Image Transformation is now out of Beta. Doc
-
[Postgres Extensions] pg_cron 1.5.2 (new projects only) now supports sub-minute schedules. PR
New Integrations, templates, and examples
- We worked with Cloudflare on a new integration that makes it super easy to connect your Supabase database from Cloudflare Workers. Doc
- Deno Fresh Starter: ChatGPT-style doc search. Template
-
Vector Similarity Search in Bubble using Supabase Vector. Integration
-
Our friends from 1Password announced Passage and wrote an integration guide with Supabase. Doc
-
Supabase Vecs: a vector client for Postgres. Blog post
-
ChatGPT plugins now support Postgres & Supabase. Announcement
-
Building ChatGPT Plugins with Supabase Edge Runtime. Template