Producer Dashboard

This repo provides HTML/CSS/JS overlays for OBS. Load overlay URLs as Browser Sources.

Active Sources (OBS)

Tip: Enable Refresh browser when scene becomes active if overlays should reset on scene switch.

Live URLs

OverlayLocal devProduction
Waiting Screen https://ps25-overlays.inygon.com/scenes/waiting/
Casters https://ps25-overlays.inygon.com/scenes/casters/

GFX Google Sheet / Doc

Data Flow (planned)

  1. Overlay pages poll a published Sheet URL (CSV/JSON) every 1–2s.
  2. Client-side JS updates the DOM—no backend needed.

Local Development

bundle exec jekyll serve
# http://127.0.0.1:4000/

Repo Conventions