Your personal screening room. A multi-tenant video hosting app where each user gets their own subdomain.
- Personal subdomain (yourname.cinema.computer)
- Unlimited video hosting
- Share with anyone
- Dark cinema experience
- No ads
- Cloudflare Workers (wildcard subdomain routing)
- Cloudflare Pages (static hosting)
- Cloudflare KV (tenant data)
- Clerk (authentication & billing)
- Node.js
- Wrangler CLI (
npm install -g wrangler) - Cloudflare account
- Clerk account
- Create KV namespace:
wrangler kv namespace create TENANTS - Update
wrangler.tomlwith your namespace ID - Set Clerk secret:
wrangler secret put CLERK_SECRET_KEY - Deploy worker:
wrangler deploy
Private