Video aggregation platforms are gaining popularity for lightweight access to entertainment. Today, I’ll show you how to build your own ad-free streaming portal using Cloudflare Pages and LibreTV—zero server costs, no subscriptions, and no ads. Enjoy seamless viewing anytime!
🧩 Key Tools
1.Cloudflare Pages
A free static site hosting platform by Cloudflare. Offers: ✅ Global CDN acceleration ✅ Free SSL certificates ✅ Automated GitHub deployments ✅ Unlimited bandwidth (free tier)
2.LibreTV
An open-source video aggregator: 🔍 Multi-source search (pulls content from 10+ providers) 🚫 Built-in ad-blocking 📱 Cross-device compatibility ⏱️ Local watch history (saves progress)
⚡ Why This Combo?
- $0 Cost: Both services are completely free
- 5-Minute Setup: No technical expertise needed
- No Data Collection: Zero user registration required
- Always Online: Git-managed and serverless
🛠️ Deployment Guide (5 Minutes)
1.Get Accounts
- GitHub (code hosting)
- Cloudflare (site hosting)
2.Fork LibreTV
Visit LibreTV GitHub → Click “Fork“.
3.Deploy on Cloudflare Pages
-
In Cloudflare Dashboard: Pages → Create Project → Link GitHub
-
Select your forked LibreTV repo
-
Build Settings:
-
Build Command: Leave blank
-
Output Directory: Leave blank
-
Click “Save and Deploy“
4.Add Password (Optional)
Under Settings → Environment Variables:
- Variable Name:
PASSWORD
- Value:
YourSecurePassword
(Re-deploy to activate)
5.Access Your Site!
Use the generated *.pages.dev
URL. Enter password → Start streaming!
🌟 Key Features
- Search 20+ Chinese Sources: Find content across providers
- Zero Ads: Clean playback interface
- Mobile-Friendly: Works on all devices
- Auto-Resume: Local progress tracking
📺 Video Source Examples
Add these APIs in LibreTV Settings → Custom Interfaces:
# Fantuan Video
https://www.fantuan.tv/api.php/provide/vod/
# Film Factory
https://cj.lziapi.com/api.php/provide/vod/
# 77 Resource
https://www.qiqidys.com/api.php/provide/vod/
⚙️ Pro Tips
- Use Custom Domain: Connect your own URL in Cloudflare settings
- Add More Sources: Find compatible APIs (Apple CMS format)
- Enable Recommendations: Activate “Content Suggestions” for trending shows
📢 Final Notes
Project Link: LibreTV GitHub Demo Site: LibreTV Demo (Password: see GitHub docs)
⚠️ Disclaimer: LibreTV is a tech demo. Video sources are third-party. Comply with local laws. Content availability/copyright rests with providers.
🚀 Try It Today: Fork the repo and binge-watch ad-free tonight!