Documentation Index
Fetch the complete documentation index at: https://dhanurgo.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Environment Variables
Copy.env.example to .env.local and fill in the values.
Required Variables
| Variable | Description | Where to Get It |
|---|---|---|
NEXT_PUBLIC_SUPABASE_URL | Supabase project URL | Supabase Dashboard > Settings > API |
NEXT_PUBLIC_SUPABASE_ANON_KEY | Supabase anonymous/public key | Supabase Dashboard > Settings > API |
Optional Variables
| Variable | Description | When Needed |
|---|---|---|
SUPABASE_SERVICE_ROLE_KEY | Supabase admin key (bypasses RLS) | E2E test user setup, admin scripts |
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY | Stripe public key (test mode) | Billing features |
STRIPE_SECRET_KEY | Stripe secret key (test mode) | Billing API calls |
STRIPE_WEBHOOK_SECRET | Stripe webhook signing secret | Processing Stripe events |
TEST_USER_EMAIL | E2E test user email | Running Playwright tests |
TEST_USER_PASSWORD | E2E test user password | Running Playwright tests |