# Streamly > Documentation for Streamly — the white-label OTT / streaming SaaS platform. ## Docs - [Addons](https://docs.streamly.watch/admin-dashboard/addons.md): Install streaming source addons in Streamly Admin (/admin/streaming-providers) — full built-in catalog and plugin pairing rules. - [Ads](https://docs.streamly.watch/admin-dashboard/ads.md): Manage ads inventory and ad plugins in Streamly Admin (/admin/ads). - [Brand & Experience](https://docs.streamly.watch/admin-dashboard/brand-experience.md): Customize brand colors, logos, fonts, landing sections, pages, and SEO at /admin/landing-page. - [Catalog](https://docs.streamly.watch/admin-dashboard/catalog.md): Manage movies, TV shows, genres, metadata, and content sources — including managed addon sources. - [Live TV](https://docs.streamly.watch/admin-dashboard/live-tv.md): Configure Live TV channels in Streamly Admin and enable the Live TV feature plugin. - [Overview](https://docs.streamly.watch/admin-dashboard/overview.md): Operator Overview — platform growth, viewing, and subscription metrics at /admin/overview. - [Plans](https://docs.streamly.watch/admin-dashboard/plans.md): Configure viewer pricing tiers in Streamly Admin (/admin/plans). - [Plugins](https://docs.streamly.watch/admin-dashboard/plugins.md): Install trusted platform integrations from /admin/plugins — full MVP catalog, wired vs roadmap, and email env vs plugin. - [Posts](https://docs.streamly.watch/admin-dashboard/posts.md): Write and manage blog posts and categories in Streamly Admin (/admin/articles). - [Settings](https://docs.streamly.watch/admin-dashboard/settings.md): Platform configuration, account, integration status, onboarding, and inbox contact messages. - [Subscriptions](https://docs.streamly.watch/admin-dashboard/subscriptions.md): Viewer plans, renewals, and payment history in Streamly Admin (/admin/subscriptions). - [Themes](https://docs.streamly.watch/admin-dashboard/themes.md): Apply and preview Streamly storefront themes — packages, capabilities, presets, isolation, and roadmap for zip IO. - [Transactions](https://docs.streamly.watch/admin-dashboard/transactions.md): Payment transaction history in Streamly Admin (/admin/transactions). - [Users](https://docs.streamly.watch/admin-dashboard/users.md): Manage platform owners and viewers from Streamly Admin Users (/admin/users). - [Authentication Flow](https://docs.streamly.watch/authentication/authentication-flow.md): How Streamly authenticates operators and viewers — Envato activation, Resend magic-link, verify-email, and separate cookie scopes. - [Profiles / Who’s Watching](https://docs.streamly.watch/authentication/profiles.md): Viewer profiles in Streamly — viewer_profiles table, streamly_viewer_profile cookie, and manage routes. - [Roles & Permissions](https://docs.streamly.watch/authentication/roles-permissions.md): Operator, tenant owner, and viewer permissions — where each role is enforced in Streamly. - [Session Management](https://docs.streamly.watch/authentication/session-management.md): Viewer and operator session cookies, refresh endpoint, and recommended Supabase Auth timeouts for OTT. - [Domain & Multi-Tenant Hosting](https://docs.streamly.watch/configuration/domain.md): How Streamly resolves tenants from Host headers — platform host, reserved slugs, *.streamly.watch, and Cloudflare for SaaS. - [General Settings](https://docs.streamly.watch/configuration/general-settings.md): Platform settings in Streamly Admin — operator Settings page, platform settings store, and what belongs in Brand & Experience instead. - [Languages / i18n](https://docs.streamly.watch/configuration/languages.md): Built-in Streamly locales, RTL, locale cookie, and where operators switch language. - [Stripe / Billing](https://docs.streamly.watch/configuration/stripe.md): Configure Stripe checkout and Connect for Streamly via the payments.stripe plugin — required fields, webhooks, and plans. - [Supabase](https://docs.streamly.watch/configuration/supabase.md): Connect Streamly to a fresh Supabase project — migrations, Auth settings, and required environment keys. - [Billing FAQ](https://docs.streamly.watch/faq/billing-faq.md): Common questions about Streamly billing, Stripe fields, Connect, plans, and unfinished payment methods. - [Deployment FAQ](https://docs.streamly.watch/faq/deployment-faq.md): Common questions about deploying Streamly on Node, Docker, and Cloudflare Workers. - [General FAQ](https://docs.streamly.watch/faq/general-faq.md): General questions about Streamly — licensing, demo accounts, media rights, and platform scope. - [Themes / Branding FAQ](https://docs.streamly.watch/faq/themes-branding-faq.md): Questions about Streamly themes, presets, preview, isolation, zip packages, and Brand & Experience. - [Deploy Cloudflare](https://docs.streamly.watch/getting-started/deploy-cloudflare.md): Deploy Streamly to Cloudflare Workers with OpenNext and Wrangler — KV setup, wrangler personalization, and production checklist. - [Deploy (Node)](https://docs.streamly.watch/getting-started/deploy-node.md): Run Streamly on any Node.js 20+ server or Docker/OCI — build, start, reverse proxy, and cron. - [First Launch Checklist](https://docs.streamly.watch/getting-started/first-launch-checklist.md): End-to-end checklist after deploy — Supabase, env, Resend, admin login, theme apply, catalog, and go-live checks. - [Quick Start](https://docs.streamly.watch/getting-started/quick-start.md): Fastest path to a running Streamly: Supabase, environment variables, local or Cloudflare deploy, and first admin login. - [Requirements](https://docs.streamly.watch/getting-started/requirements.md): Software, accounts, and secrets you need before installing or deploying Streamly. - [Platform Architecture](https://docs.streamly.watch/introduction/platform-architecture.md): How Streamly’s operator admin, viewer storefront, tenant branding, and Supabase control plane fit together. - [Roles Overview](https://docs.streamly.watch/introduction/roles-overview.md): Operator, tenant owner, viewer, and platform roles in Streamly — who signs in where and what they can do. - [What is Streamly?](https://docs.streamly.watch/introduction/what-is-streamly.md): An overview of Streamly — white-label OTT streaming SaaS, operator admin, viewer storefront, and core platform capabilities. - [Getting Support](https://docs.streamly.watch/support/getting-support.md): How to get help with Streamly — what to include in reports and where to look first. - [Helpful Resources](https://docs.streamly.watch/support/helpful-resources.md): Links to the most useful Streamly documentation pages for buyers, operators, and developers. - [Addons & Plugins](https://docs.streamly.watch/technical/addons-and-plugins.md): Hierarchy, packaging, registries, and catalogs for Streamly streaming addons vs platform plugins. - [API Reference](https://docs.streamly.watch/technical/api-reference.md): Buyer overview of Streamly HTTP APIs — OpenAPI docs, /api/v1 tenant APIs, operator routes, and auth scopes. - [Cloudflare Workers](https://docs.streamly.watch/technical/cloudflare-workers.md): OpenNext Cloudflare adapter notes for Streamly — wrangler personalization, KV, queues, minify, and Workers constraints. - [Database Schema](https://docs.streamly.watch/technical/database-schema.md): Streamly Supabase schema overview from numbered migrations — apply in order; there is no single schema.sql. - [Environment Variables](https://docs.streamly.watch/technical/environment-variables.md): Environment variables for Streamly from .env.example and .dev.vars.example — local, Node, and Cloudflare. - [Folder Structure](https://docs.streamly.watch/technical/folder-structure.md): High-level Streamly repository layout for operators and developers extending themes, addons, and plugins. - [Security](https://docs.streamly.watch/technical/security.md): Security practices for Streamly — secrets, RLS, auth scopes, cron auth, and license activation. - [Themes Package System](https://docs.streamly.watch/technical/themes-package-system.md): Developer reference for Streamly theme packages — layout, APIs, zip format, presets, preview, and UI roadmap. - [Brand & Experience Presets](https://docs.streamly.watch/viewer/brand-presets.md): Per-theme look memory with theme_presets — Apply snapshots, Brand & Experience sync, and global SEO keys. - [Legal & Marketing Pages](https://docs.streamly.watch/viewer/legal-and-marketing.md): About, contact, articles, terms, privacy, and cookies — platform /site rewrites and Workers-safe bundled markdown. - [Live TV Viewer](https://docs.streamly.watch/viewer/live-tv.md): How viewers browse and watch Live TV channels on /live when the Live TV plugin is enabled. - [Viewer Profiles](https://docs.streamly.watch/viewer/profiles.md): Who’s Watching on the storefront — pick and manage viewer_profiles. - [Storefront Overview](https://docs.streamly.watch/viewer/storefront-overview.md): Viewer storefront routes — home, browse, movies, shows, title detail, watch, search, pricing, account, and my list. - [Themes & Skins](https://docs.streamly.watch/viewer/themes-and-skins.md): How Streamly storefront themes work — packages, templateEntry, pageShell, CSS isolation, capabilities, and preview.