olore-supabase-latest

star 67

Local Supabase documentation reference (latest). Supabase Auth, Database, Storage, Edge Functions, Realtime, and client SDKs.

olorehq By olorehq schedule Updated 6/14/2026

name: olore-supabase-latest description: Local Supabase documentation reference (latest). Supabase Auth, Database, Storage, Edge Functions, Realtime, and client SDKs.

Supabase Documentation

Supabase is an open-source Firebase alternative providing Postgres database, authentication, storage, edge functions, and realtime subscriptions.

Quick Reference

Task Entry Point
Getting started contents/guides/getting-started/quickstarts/nextjs.mdx
Auth setup contents/guides/auth.mdx
Row Level Security contents/guides/database/postgres/row-level-security.mdx
Edge Functions contents/guides/functions/quickstart.mdx
Storage contents/guides/storage/quickstart.mdx
Realtime contents/guides/realtime/getting_started.mdx
pgvector / AI contents/guides/ai/vector-columns.mdx
Local dev / CLI contents/guides/local-development/overview.mdx
Self-hosting contents/guides/self-hosting/docker.mdx
Troubleshooting contents/troubleshooting/

When to use

Use this skill when the user asks about:

  • Supabase Auth (email/password, OAuth, magic links, MFA, SSO, JWT)
  • Postgres database, tables, functions, triggers, RLS policies, extensions
  • Row Level Security (RLS) policies and security rules
  • Supabase Storage (file uploads, buckets, CDN, image transforms)
  • Edge Functions (Deno, deployment, secrets, CORS, webhooks)
  • Realtime (broadcast, presence, Postgres change listeners)
  • pgvector, embeddings, semantic/hybrid search, AI integrations
  • Supabase CLI, local development, migrations, branching
  • Self-hosting Supabase with Docker
  • Client SDKs (supabase-js, Flutter, Python, Kotlin, Swift)
  • Queues (PGMQ), cron jobs, scheduled tasks
  • Connecting to Postgres (connection pooling, Supavisor, serverless)

How to find information

  1. First, read TOC.md for complete file listing organized by directory
  2. Identify relevant section based on user's question
  3. Read specific files for details

TOC.md contains all files organized by directory - always check it first.

Install via CLI
npx skills add https://github.com/olorehq/olore --skill olore-supabase-latest
Repository Details
star Stars 67
call_split Forks 4
navigation Branch main
article Path SKILL.md
More from Creator