StreamVoid is built on one principle: watching a video should never require creating an account, logging in, or handing over your data. We just show you the video.
The site itself is static — HTML, CSS, JS — hosted on Cloudflare Pages and GitHub Pages, both completely free. For the actual video files, we use a combination of free and affordable options:
The site is a static website with zero server costs. GitHub stores the code and Cloudflare Pages deploys it instantly on every push. Videos are embedded via iframe or direct URL from your chosen storage provider.
Creator accounts in production would use a Cloudflare Worker (free tier: 100K req/day) as a serverless API, with Cloudflare D1 (SQLite, free tier) storing user accounts and video metadata. This means zero monthly server bill.
Fork the repo on GitHub → connect it to Cloudflare Pages → push. Your site is live in under 2 minutes, globally distributed, with HTTPS and a CDN, all for free.