BoardWise

Daily sports boards powered by a read-only API. MLB is live now; NHL can be added later through the same serving-view → API → static-page pattern.
7050 computes
7060 serves API JSON
Static frontend renders
MLB
Live forecast and betting board from the BoardWise public API.
NHL
Kept separate for now. Add a future NHL API route and page when ready.
Read-only API
The frontend does not compute sports data; it fetches JSON and renders it.
Serving layer
PostgreSQL serving views make board data ready for 7060.

MLB Forecast Board

Open the current MLB board, use the date picker for historical boards, and compare game-level market dropdowns.

Open MLB Forecast Board

NHL coming later

NHL should stay in its own world until you intentionally add serving.nhl_board_current, a 7060 route, and /nhl/.

NHL Board placeholder