Web Analytics

jukebox

⭐ 185 stars English by skeptrunedev

🌐 Language

Trieve Logo

Docker Pulls GitHub stars Follow on X (Twitter)


Turn Any Device Into a Collaborative Jukebox

Jukebox lets you instantly create a shared music playlist with friends—no app, no login, no ads. Just create a box, share a link, and start adding songs together. Perfect for parties, road trips, or any group hangout!

---

Try It Now

---

Features

Docker Compose Deployments

Spin up all services:

docker-compose up -d

Redeploy services with zero downtime after updating images:

bash ./redeploy.sh

Getting Started

Prerequisites

YouTube API Setup

Installation

# Clone the repository
git clone 
cd jukebox

Install server dependencies

cd server yarn install

Install frontend dependencies

cd ../frontend yarn install

Configure environment variables

cd ../server cp .env.example .env

Edit .env and add your YouTube API key

Run database migrations

yarn migrate

Start the development servers

Backend:

cd server yarn dev

Worker:

cd server yarn dev:worker

Frontend (in a new terminal):

cd frontend yarn dev ```


License

MIT


Contributing & Feedback

---

Changelog

See the Changelog for the latest updates and features. --- Tranlated By Open Ai Tx | Last indexed: 2025-07-13 ---