🪸 Open Source Jellyfin Ecosystem

Your media server.
Reimagined.

A reef of independent modules and shared packages that extend Jellyfin with modern UX. Build your own with pnpm create coral@latest and reuse components with @get-coral/ui.

7
Modules
MIT
Licensed
No quotas
CLI
create-coral
5
NPM packages
🐳
Docker native

The Reef

Every module is independent.
Together they're an ecosystem.

Each one runs as a Docker container, talks to your Jellyfin server, and does one thing brilliantly.

🎬

Aurora

High-end cinematic Jellyfin frontend

The Netflix-quality client Jellyfin deserves. Full-bleed backdrops, smooth transitions, rich playback, and a proper big-screen feel.

🎤

KAPOW!

Comic-book karaoke queue manager for bars and parties

Hosts create a room, guests scan a QR code, search for tracks, and vote songs up the queue while the host controls the night from a booth view.

🌊

Tide

Torrent downloads with a calmer control surface

Add torrents fast, enforce active queue limits, reprioritize files by piece selection, and inspect peers, trackers, and a piece map when you need the deep view.

📖

Fathom

Modern reading room for Jellyfin libraries

A calm, cover-first interface for books, manga, comics, PDFs, and grouped collections pulled from your Jellyfin reading libraries.

📺

Marquee

Ambient now-playing display for Jellyfin spaces

A passive, always-on screen for TVs and monitors that surfaces what is playing, what is next, and what was recently added without demanding interaction.

🎶

Encore

Moderated guest music requests for house-party mode

Guests browse Jellyfin music and send queue requests while the host approves, rejects, and controls what actually plays next.

🗂️

Librarian

Media hygiene and enrichment for self-hosted libraries

Scan, organize, enrich, and maintain your Jellyfin library with a management layer focused on metadata quality and long-term cleanliness.

Shared Packages

Build once, reuse everywhere.

Coral also ships reusable NPM packages so modules can share UI, typed APIs, and tooling standards.

🧩

@get-coral/ui

Shared React component library and design tokens for consistent Coral interfaces.

Read docs
🔌

@get-coral/jellyfin

Typed Jellyfin API client used across Coral modules and custom apps.

Read docs
🛠️

Developer Standards

Shared TypeScript and Biome presets keep all Coral repos aligned.

View package catalog

Philosophy

Built on three rules.

🐳

Docker native

Every module ships as a Docker image. One Compose file, one command, running on your NAS. No cloud dependency, no internet required at the bar.

🪸

Jellyfin as source of truth

Modules never share a database. If two need to talk, they do it through the Jellyfin API. Clean boundaries, no tight coupling.

🔓

MIT forever

Open source, no paid tier, no SaaS. GitHub Sponsors if you get value from it. The code belongs to everyone.

docker-compose.yml

services:
  kapow:
    image: ghcr.io/get-coral/kapow:latest
    ports: ["3000:3000"]
    environment:
      JELLYFIN_URL: http://your-nas:8096
      JELLYFIN_API_KEY: your_key
  db:
    image: postgres:alpine

How it started

"Built because a superhero-themed bar in Ghent was still using coasters to manage their karaoke queue."

KAPOW! was the first module — made for Comic Sans bar. Coral grew from there.