Supabase Setup for Developers
DOC · 12·Developer setup

Schema overview

The tables that back each module.

Core tables

  • profiles, workspaces, workspace_members, brands
  • ai_visibility_prompts, ai_answer_snapshots
  • review_imports, reviews
  • competitors
  • customer_language_signals
  • risk_alerts
  • weekly_briefs
  • activity_events, docs_feedback
  • user_roles + has_role(uid, role) helper for admin checks
Every table has RLS enabled. See the migrations in supabase/migrations for exact policies.