- experimental software project that tracks march madness games
- fun and simple. explores agents, automations, and hyperspecialized personal software (not prod-grade, not a multitenant solution)
- dropped pool CSV into claude, extracted matchups relevant to me
- transformed data into a simple list, scraped web for game times and broadcast networks
- spun up a simple nextjs app to store the list and display my matchups
- deployed to vercel with a public domain
- set up codex automations (agent cron jobs) to scrape spreads, score, and results throughout the tournament. codex updates the data in the nextjs app code directly and pushes to github. vercel listens for changes and deploys to prod.
