Step-by-step tutorials.
Copy, paste, ship.
Different from the blog. Guides are concrete recipes: paste these commands, get this result. Anything you might Google before lunch.
- GuideBeginner 5m to ship 8m read
Set Up Supabase with Cursor in 5 Minutes
An opinionated quickstart: Supabase project, Drizzle for type-safe queries, Cursor rules file, your first table. The same template we use to start every new vibe-coded project in 2026.
Start the guide - GuideIntermediate 30m to ship 11m read
Add RLS to an Existing Postgres Database Without Breaking Production
A step-by-step playbook for enabling Row-Level Security on a Postgres database that's already in production. With rollback strategy, testing patterns, and the gotchas.
Start the guide - GuideIntermediate 90m to ship 14m read
Build Your First RAG App with Postgres + pgvector
End-to-end tutorial: enable pgvector, design the schema, ingest documents, embed them, run hybrid search, and integrate with your LLM. All on Postgres, all in one afternoon.
Start the guide - GuideIntermediate 240m to ship 12m read
Build a Multi-Tenant SaaS on Supabase in a Day
From blank Supabase project to working multi-tenant SaaS: tenants, members, RLS, invites, and an admin tool pointed at it. The opinionated playbook for 2026.
Start the guide