WC26 Chat drops with Vercel Eve
Developer Rodrigo Belfiore released WC26 Chat, a web-based conversational assistant built using Vercel's new file-based AI agent framework, Eve. The application leverages Next.js and the Vercel AI SDK to expose live World Cup match data, standings, and events to the agent as typed tools.
WC26 Chat is a textbook demonstration of Vercel's new Eve framework in action, showing how a file-based convention can dramatically simplify building and deploying production-ready AI agents.
- –Uses Vercel's eve framework's folder structure conventions to wire up tools, dynamic instructions, and custom skills with zero boilerplate code
- –Leverages the Vercel AI Gateway for open model routing, sending queries to gpt-oss-120b with automated provider fallback and gateway analytics
- –Implements resumable conversations that restore from browser storage and generate clean, shareable URLs (/s/<id>) for easy collaboration
- –Features typed TypeScript tools to feed real-time World Cup scores, schedules, and live match events directly into the LLM context
DISCOVERED
2h ago
2026-06-23
PUBLISHED
2h ago
2026-06-23
RELEVANCE
AUTHOR
evilrabbit_