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
- pnpm install && pnpm dev
- Chat: “Create a real-time dashboard with auth”
- Confirm SSE events and WS connections
- 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
