SpicyTube Core is a free, open-source PHP starter for adult tube sites. It ships categories, tags, search, channels and an adaptive HLS player, ready to extend with your own monetization and CDN.
SpicyTube Core gives you the skeleton of a tube site without the bloat of the usual paid scripts. Clean code, no obfuscation, easy to extend.
What it does
Video catalog with categories and tags, full-text search, channel pages, an adaptive HLS player and a simple admin. Bring your own CDN and monetization.
Why use it
Most tube scripts are encrypted, slow and impossible to customize. This is the opposite: readable PHP you actually own.
Extending it
Hook points for ads, payments and content protection. Pairs well with our content protection approach.
Conversation
```bash
git clone https://github.com/spicyhtml/spicytube-core
composer install
cp .env.example .env
php artisan migrate
```
Point your web root to `/public` and configure the CDN URL in `.env`.