Skip to content

Timmsy1998/fuse-stream-overlay-preview

Repository files navigation

FUSE Stream Overlay Preview

Public-safe preview build of my League broadcast overlay system.

This repo is designed for portfolio/demo use:

  • Runs fully in mock mode (no private websocket backend required).
  • Cycles through overlay states to show behavior over time.
  • Keeps the real private/live infrastructure out of this repository.

What This Repo Shows

  • Full overlay composition and transitions
  • Global scoreboard + team scoreboard
  • Side strips, side info, objective timers, alerts
  • Gold graph, damage graph, runes, teamfight cards
  • Mock scene indicator + preview background for readability checks

Quick Start

1) Install

npm install

2) Configure

Create .env.local:

NEXT_PUBLIC_DATA_MODE=mock
NEXT_PUBLIC_MOCK_SCENE=cycle
NEXT_PUBLIC_MOCK_PHASE_SECONDS=15
NEXT_PUBLIC_OVERLAY_PREVIEW_BG_URL=/mock-bg/league-in-game.jpg

3) Run

npm run dev

Open:

  • http://localhost:6996/overlays/full

Mock Controls

  • NEXT_PUBLIC_DATA_MODE:
    • mock (recommended for this repo)
    • live (only if you have a compatible LB backend)
  • NEXT_PUBLIC_MOCK_SCENE:
    • cycle, sideInfo, goldGraph, runes, damageGraph, teamfight
  • NEXT_PUBLIC_MOCK_PHASE_SECONDS:
    • Scene duration when cycle is enabled
  • NEXT_PUBLIC_OVERLAY_PREVIEW_BG_URL:
    • Optional background image under mock overlay for visual review

Other Pages

  • /overlays/debug
  • /overlays/debug-logo
  • /overlays/test

Scripts

npm run dev
npm run build
npm run start
npm run lint

Scope Notes

  • This is a preview/demo repository, not the private production control repo.
  • Mock data is intentionally synthetic and tuned for UI coverage, not match accuracy.

About

FUSE Stream Overlay Preview is a public-safe Next.js showcase of my League broadcast HUD system, running on a mock data engine that simulates live websocket updates (scoreboard, teamfight, runes, gold graph, side-info, alerts) so the full overlay can be reviewed without private infrastructure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors