fracktron

A loose collection of streaming infrastructure, multi-tenant overlays, and Twitch research surfaces. Everything below shares one login.

Public

Operators

Developers

Research surfaces

Built incrementally by one person over a couple of years. The overlay system speaks WebSocket + a small JSON-RPC vocabulary; the brain pipeline accepts text, image, audio, and video drops; identity is a small server with its own dashboard and a handful of OAuth providers wired in. Read the API docs or grep the source.

Stack notes: aiohttp + FastAPI + websockets on the Python side, Express + socket.io + mediamtx on the Node side, Caddy in front, WireGuard for the tunnel back to the lab box that runs the heavy stuff. Single-tenant origin → multi-tenant happened in late 2025 / early 2026.