Tools
Prop Hunter rebuilt as a wizard, the screener's sub-screens, and the app's specialist browsers.
src/app/(tabs)/(home) · src/app/prop-hunter · src/app/filter-sheets
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 |
prop-screener/*, screener/* | games, hit-rate, leagues, players, ranges, odds-compare |
prop-screener/team, player-trends/team | The team half |
leagues, referees | Browsers |
calendar | Dates beyond the fixture strip |
chip-info | Contextual explanations for a stat |
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.