Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.chromaflow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Tutorials

Build a Real-Time App

  1. pnpm install && pnpm dev
  2. Chat: “Create a real-time dashboard with auth”
  3. Confirm SSE events and WS connections
  4. Deploy: pnpm run deploy

Integrate Supabase + Auth0

  • Use FRODO_SUPABASE_URL and FRODO_SUPABASE_ANON_KEY for local dev
  • Trim environment variables; remove trailing characters like %
  • Verify RLS is active and user session flows end-to-end

Stripe Subscriptions + Metering

  • Create checkout sessions
  • Verify webhook events and plan enforcement
  • Test upgrade/downgrade flows
See also: Troubleshooting.