Skip to main content

Runtime

Accounts (by feature)

Secrets You Must Not Commit

Never commit .env.local or .dev.vars. Never expose to the browser:
  • SUPABASE_SERVICE_ROLE_KEY
  • TENANT_SECRETS_MASTER_KEY
  • STREAMLY_CRON_SECRET
  • Plugin payment secrets
  • ENVATO_PERSONAL_TOKEN
  • RESEND_API_KEY
NEXT_PUBLIC_* values are public build inputs.

Hosting Options

Streamly is not a static-only site. Auth, APIs, playback admission, and webhooks need a server runtime.