!!! CASE STUDY: FANTASY GM !!!
← Back to Homepage

Fantasy GM

LIVE An AI general manager for a fantasy WNBA league

Source: FantasyGM
Website: https://pranava0x0.github.io/FantasyGM/


Background

This one started as a very practical problem in my fantasy WNBA league: who should I actually pick up off waivers this week, and what does my team really need?

Those two questions are easy to ask and annoying to answer well. ESPN gives you raw projections, but it won't tell you that you're stacked at guard and thin in the frontcourt, or which available player best closes that gap. So I built a little GM that does. It frames the answer as opportunity rather than weakness — here's your biggest upgrade, and here are the free agents who fill it — and it does the same read for every other team in the league, so you can see where everyone stands.

How It Works

The whole pipeline runs locally and ships its results as a static site, so there's no server to babysit and no secrets in the repo:

[View the Live Site] | [View the Code]

A Look Inside

Each view shown on mobile and desktop — tap any image to open the live site.

The waiver board ranks available free agents by projected weekly points (mobile) The waiver board ranks available free agents by projected weekly points (desktop)
The waiver board ranks available free agents by projected weekly points — per-game projection times the games actually on the schedule.
The Team Needs view reads every roster (mobile) The Team Needs view reads every roster (desktop)
The Team Needs view reads every roster, weighing guard against frontcourt production versus the league average to surface each team's biggest upgrade.

← Back to Homepage