Two separate developer submissions describe passion-focused platforms that connect AI narration and live or simulated sports data to interactive dashboards around the 2026 FIFA World Cup. One project, PassionPulse, presents an AI-powered live dashboard with a real-time knockout bracket, upcoming match cards, and live score animations. It adds a “fan passion heatmap” on a world map and uses Google Gemini to generate one-sentence, context-aware commentary from live scores. The generated text is then converted to spoken audio through ElevenLabs Text-to-Speech. PassionPulse is built with vanilla HTML, CSS, and JavaScript on the frontend, and a Node.js serverless setup on Netlify Functions to fetch match data from an open API and merge it with local team metadata.

The second project, FanForge, describes a plugin-based “passion-scoring engine” that watches live events starting with the World Cup, converts moments into a 0–100 passion score, and makes each scored moment searchable. It uses Google AI for structured passion scoring with a JSON schema, backed by a deterministic heuristic fallback, stores results in MongoDB, and narrates “hype clips” using ElevenLabs. For verification and rewards, it uses Solana devnet badges and includes fallback behavior that can rely on a seeded dataset when live feeds are delayed. Both projects position AI-generated commentary and fan engagement metrics at the center of their user experience.