Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Frostbyte Docs

Watch party sync service. Keeps video playback (play / pause / seek) in lockstep across friends watching the same content on Netflix, YouTube, Twitch, Disney+, Prime Video, and others.

The project is split into a browser extension (the client) and an Elixir sync server. Users still watch the video through their own account on the real platform. Frostbyte never touches the video stream itself, only the playback events.

Map

Repo layout

frostbyte/
├── branding/         brand assets (logo, icons, favicon)
├── docs/             you are here
├── server/           phoenix sync server (elixir 1.19 / otp 28)
└── extension/        browser extension (later)

Status

v1 scope: sync play / pause / seek across rooms with role-based control. No accounts, no chat, no persistence. Desktop only (Chrome + Firefox extension).

Contributing

The project is open source. Bug reports and PRs welcome once the first working build is out.