HoloPlay is a Youtube alternative app using Invidious API. You can save music to favoris or create your playlists. This project is fully open source.
If you want add more feature, PM, MR or PR are welcome :)
- Search on Invidious or Youtube Music
- Search videos, playlists and channels
- Create your playlists
- Save videos, playlists and channels in favorites
- Download source
- Data Syncing between devices (by using Holoplay Serverless)
- Internationalization : 🏴 English, 🇫🇷 French, 🇯🇵 Japanese, 🇷🇺 Russian and 🇩🇪 German
- Respect your privacy
- Sponsor Block
- Responsive
- Dark Theme
- Background mode with PWA installation
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
First, use Node.js 18 or higher.
Copy .env.dist to .env and change REACT_APP_API_URL:
REACT_APP_API_URL=http://localhost:3001 # Or https://holoplay-serverless.vercel.appThen, install dependencies:
npm iAnd start project in development mode:
npm startIf you prefer Docker, HoloPlay can be run in a container from official Docker hub:
docker run -d -p 3000:3000 spout8301/holoplay:latestOr locally:
docker build -t holoplay .
docker run -d -p 3000:3000 holoplayAnd others libraries, see package.json. Thank you to all contributors of these libraries 🔥 !
HoloPlay use Plausible Analytics, an transparent and fully open source privacy-friendly analytics software.
Analytics page is public : HoloPlay Plausible page
Invidious is an alternative front-end to YouTube. HoloPlay use all Invidious public instances. All instances are retrieved each time HoloPlay is launched.
This project is licensed under the MIT.
This README was partly generated with easyreadme.