JH← All posts

Tag

Supabase

4 posts tagged Supabase.

June 29, 20266 min read

Supabase pgvector for RAG: The Complete Production Setup

How to set up pgvector in Supabase for a production RAG pipeline — embedding storage, similarity search, indexing strategy, chunking decisions, and the Postgres functions that tie it together.

June 29, 20267 min read

Multi-Tenant SaaS with Supabase Row-Level Security: The Complete Pattern

How to implement proper multi-tenancy in a Supabase-backed SaaS using Row-Level Security — the RLS policies, org-scoped data isolation, invitation flows, and the gotchas that break production.

June 28, 20265 min read

Building a RAG Q&A System with n8n + Supabase: Pipeline, Embeddings, and What Broke

A practical walkthrough of a retrieval-augmented generation pipeline using n8n for orchestration, sentence-transformer embeddings, and Supabase pgvector for semantic search — including what failed and the fixes.

June 28, 20264 min read

Supabase Auth and Sessions on Cloudflare Workers

Why node-assuming Supabase auth breaks on the Cloudflare Workers edge runtime, and a working pattern for JWT verification, cookies, CORS, and RLS enforcement at the edge.


Building something in this space?

I take web products from an empty repo to a live URL.