Home

Awesome

SyncTube

Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally.

Default channel example: https://synctube.onrender.com/

Features

Supported players

Setup

Setup (Docker)

As alternative, you can install Docker and run:

docker build -t synctube .
docker run --rm -it -p 4200:4200 -v ${PWD}/user:/usr/src/app/user synctube

or

docker compose up -d

Configuration

It's just works, but you can also check user/ folder for server settings and additional customization.

Plugins

How to use

Intergations

Heroku:

Development

About