v0.1.0
The roadmap is drained. Everything below is live and verified against the real APIs.
Grab draft-board.html and open it — 200 players, works offline, nothing to install.
At the table
- Will he last? Set your league size and slot; every player shows the odds of surviving to your next two picks, and the bar tracks the pick on the clock.
- Live value re-sorts each tier by value over replacement against who's actually left — the number that moves when a position dries up.
- Before your next pick lists every manager drafting ahead of you and the slots they still need. Two of them needing the same position is your warning.
- Your roster fills Yahoo's default lineup, flags bye-week clusters, and exports to CSV.
- Undo on everything, including Reset.
Data, refreshed on demand
fantasyleague refresh pulls ADP + spread + byes (Fantasy Football Calculator), season projections and auction values, injury designations, trending adds, and keeper ages — all from public APIs, no key, cached for a day, and it degrades to cache offline.
Live sync
fantasyleague serve --host 0.0.0.0 --sleeper DRAFT_ID puts the board on your phone and follows a Sleeper draft pick by pick. No browser extension.
Also
variant 2qb for superflex (priced off a two-QB lineup), export to CSV, validate for custom datasets, a one-double-sided-sheet print layout, and a CSP-hardened page.
191 tests including a real-browser suite. See CHANGELOG.md for the full list.