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:
- Create a Supabase project
- Add
SUPABASE_URLandSUPABASE_ANON_KEYsecrets to Cloudflare Pages - Use client SDK from the frontend as needed
Notes:
- Keep primary persistence on D1 to align with edge runtime and latency goals.