# Buzz Bingo Live Games Agent Context Last updated: 2026-06-04 ## What This Domain Is buzzbingo.fun is the Buzz Bingo app domain. It owns Public Live Games and the Private Games runtime. The central product hub is https://www.buzzbingo.xyz. Use the hub for the broad Buzz Bingo product map, Bingo Generator, and product overviews. ## Public Live Games Public Live Games are off-chain-first live event bingo. Players choose a public topic, build a card, submit it, and follow hits as outcomes resolve. Backend or admin-authoritative scoring controls results. Current public live-game statuses: - NBA Finals 2026: active public live game at /live/nba-playoffs-2026. - FIFA World Cup Games: active public live-game topic at /live/fifa-world-cup-2026. - Crypto Price Bingo: coming soon. The older Solana DevNet crypto flow is preserved as a secondary showcase, not the default funnel. - Eurovision Song Contest 2026: archived. - Champions League Final 2026: archived. ## Private Games Private Games are playable V1 runtime routes for closed small-group bingo. Creation starts at /private/create. Individual private games use secret links and are not public lobby listings. Private Games are separate from Public Live Games and separate from Creator Games. ## Public JSON Read-only public JSON endpoints: - GET /api/public/site-summary - GET /api/public/products - GET /api/public/games - GET /api/public/games/:id - GET /api/public/live-state These endpoints intentionally exclude admin routes, host tokens, private game secrets, Supabase internals, payment state, and player-sensitive data. ## JavaScript And Agents The interactive app requires JavaScript for normal users. This file, the no-JavaScript fallback in index.html, and the public JSON endpoints exist so LLMs, search crawlers, and agents can understand the current public product state without executing the React app.