Prompt Buddy logoPrompt Buddy

supabase · Supabase Docs

Supabase Realtime

Overview of the Supabase Realtime engine including database change subscriptions via CDC, user presence tracking, and low-latency message broadcasting.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Supabase Realtime

Overview of the Supabase Realtime engine including database change subscriptions via CDC, user presence tracking, and low-latency message broadcasting.

When To Use

Use when implementing live data synchronization, tracking user online status, or building low-latency messaging features like typing indicators and live cursors.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/supabase-realtime-workflow-guide.mdAn overview of Supabase Realtime capabilities including database changes, presence, and broadcast functionality.Questions about an overview of Supabase Realtime capabilities including database changes, presence, and broadcast functionality.

What This Skill Covers

  • Sync client state globally over WebSockets in real time.
  • Main sections: Capabilities, Database Changes, Presence, Broadcast, Technical Details.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://supabase.com/realtime.md