> ## 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

> End-to-end guides to build, integrate, and deploy real-time applications with ChromaFlow.

# 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](troubleshooting).
