Tools
Prop Hunter rebuilt as a wizard, the screener's own sub-screens, and the browsers — everything under (tools).
src/app/(main)/(tools)
Prop Hunter is a wizard
prop-hunter/, with step/[step] and results.
The web board is twelve filters side by side and a table. That is a desktop shape; there is no way to show it on a phone that is not a compromise.
So it is a wizard: one decision per screen, a result at the end. That is a genuine redesign rather than a port, and it is the clearest example in the app of the parity rule — the same capability, not the same layout.
prop-hunter-filters-bridge.ts and prop-hunter-search.ts are how the steps
accumulate into one query.
The rest
| Route | What it is |
|---|---|
value-bets, value-bet-breakdown | The board and one pick's reasoning |
screener/* | games, hit-rate, leagues, players, ranges, odds-compare |
team-screener, team-trends | The team half |
leagues, referees | Browsers |
calendar, calendar-fixtures | Dates beyond the strip |
stats-explained | The glossary |
leagues has no equivalent on the website at all — see
Parity.
Filters and saved views
Every filter is a route, a setup can be named and reopened, and defaults are a setting — the three decisions that make a twelve-filter board usable on a phone.
Widgets and reminders
Home-screen widgets for a countdown, a live score and a hit rate, plus match reminders — the app outside the app.