Skip to content

MelodyBridge docs

MelodyBridge is a self-hosted music toolbox. It saves the tracks of a Spotify or YouTube playlist, downloads the music through a waterfall of plugins, and publishes the result as an M3U file or a Jellyfin playlist.

Start here

  • Quick start: get MelodyBridge running in five minutes with Docker
  • Features: what the app does and how each part works
  • User guide: a walkthrough of every page in the web UI

Deploy and configure

Contribute

About this site

This site is built with VitePress. To preview it locally you need Node.js 18 or newer:

bash
npm install
npm run docs:dev

The dev server opens on http://localhost:5173. The production build runs in CI on every push to main that touches the docs.