#1 · Primary category: Vector Databases

supabase

ai alternative auth database deno embeddings example firebase nextjs oauth2 pgvector postgis postgres postgresql postgrest realtime supabase vectors websockets

The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

Project last updated:08/29/26

GitHub Stars

108.6K

Forks

13.7K

Contributors

2.0K

License

Apache-2.0

Why we included this project

Supabase is a good fit when you want semantic search without running a second database. It keeps Postgres as the core and adds the pgvector extension, so embeddings sit in the same tables as your relational data and you can filter them with the SQL you already know. The bundled AI toolkit handles the rest of the pipeline, from generating vectors through OpenAI, Hugging Face, or LangChain to running similarity queries, and a Python client makes managing collections straightforward. Since auth, realtime subscriptions, edge functions, and file storage ship alongside the database, a full-stack app can grow in one place rather than being assembled from half a dozen services. It is also self-hostable, which matters for teams that want the same stack on their own infrastructure.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category