tool
Supabase
created 2026-04-19 database · auth · storage · backend
Supabase
Open-source Firebase alternative. PostgreSQL database, auth, storage, edge functions, real-time subscriptions.
How We Use It
| Project | Supabase Features |
|---|---|
| fajb-next | Auth (SSR), PostgreSQL |
| manzas | Auth, PostgreSQL, Storage (file uploads), Edge Functions (Deno), pgvector |
Key Patterns
- SSR Auth: Supabase auth with server-side session handling in Next.js App Router
- Edge Functions: Deno-based serverless functions for AI workloads (manzas)
- pgvector: Vector embeddings stored in PostgreSQL for RAG similarity search
Related
- LangGraph — agents use Supabase-hosted PostgreSQL
- RAG Pipeline — vector search via pgvector