Overview
The official curated list for the Supabase ecosystem. Covers the entire surface area: client libraries, monorepo patterns, RBAC architectures, pgTAP database testing, query optimization, Edge Functions, and migration guides.
Features
- Monorepo Patterns: How to structure a monorepo with a shared Supabase client across multiple apps.
- RBAC: Role-based access control patterns built on top of Supabase RLS.
- pgTAP Testing: Database-level unit tests for your Supabase schema and functions.
- Cache Helpers: Client-side caching utilities for Supabase queries.
- Edge Functions: Curated Deno-based edge function examples.
Use Cases
- Discovering the best community tools and libraries built on Supabase.
- Learning advanced patterns (RBAC, pgTAP, monorepo) not covered in official docs.
- Finding migration guides for moving from Firebase, PlanetScale, or other databases to Supabase.
Technical Advantages
- Officially maintained, so links stay valid and outdated resources get removed.
- Breadth of coverage means you can discover patterns you didn’t know you needed.
- pgTAP section alone is worth the bookmark — database testing is chronically underused.