Olympic Mens Hockey Salary Explorer

An interactive dashboard comparing NHL cap hits across all 12 national teams at the 2026 Milan-Cortina Olympics. There's no single API for this data, so I built a custom pipeline: IIHF roster PDFs are parsed into structured CSVs, enriched with contract data from the CapWages via Python script, and loaded into a normalized PostgreSQL schema on Supabase. The schema was designed to extend to past Olympic years without rework. The frontend is a Next.js app on Vercel with country and player-level salary breakdowns, contract tooltips, and dark mode.

Click the image below to see the live site!