A unified, real-time chat aggregator with clear per-message source labels — plus an AI co-pilot that moderates, highlights, and briefs the hosts. Shipped as 10 distinct architectures so the show can pick what fits.
Chrome MV3 — connects to all 3 sources from the service worker; native side panel.
Node + React — robust fan-in server, the safe shareable web app.
Cloudflare Worker — one DO holds the upstreams, fans out to all viewers.
Transparent broadcast overlay — chat on the stream with source badges.
Single binary, goroutine-per-source, native SSE — high throughput.
FastAPI + Claude — moderation, recaps, memory, sharing. The hero.
Electron — local-first, tokens stay on the host machine.
Pipes all 3 into a Telegram/Discord channel + a live web table.
Next.js + Prisma — multi-tenant rooms, history, analytics.
Bun + Hono — one-file server, fastest cold start.
Anonymous IRC over WebSocket (justinfan) — reads any channel, no key.
Pusher WebSocket on the channel's chatroom — no key.
API v2 recent-search polling (replies / mentions / hashtag).