Skip to main content

Supabase (Optional Services)

Overview:

  • While ChyperAI uses Cloudflare D1, you may optionally integrate Supabase for realtime, auth, or Postgres-backed features.

Use cases:

  • Feature toggles or telemetry streams
  • External analytics pipelines

Setup:

  1. Create a Supabase project
  2. Add SUPABASE_URL and SUPABASE_ANON_KEY secrets to Cloudflare Pages
  3. Use client SDK from the frontend as needed

Notes:

  • Keep primary persistence on D1 to align with edge runtime and latency goals.