BoardWise

Daily sports boards powered by a read-only API.

BoardWise keeps the public site thin on purpose: the 7050 publishes an MLB read model, the 7060 serves JSON, and this static frontend turns that payload into a board you can scan quickly.

Open MLB Forecast Board

NHL stays separate for now. This cutover is MLB only.

Read path

MLB is now a served board, not a dumped page.

The frontend no longer needs pipeline-rendered HTML. It asks the public API for a board payload and renders it client-side.

Separation

NHL remains outside this cutover.

This home page points cleanly to MLB and leaves the door open for separate sports pages later without collapsing them into one route.

Design

Fast static shell, live board underneath.

The site is intentionally small: one stylesheet, one board script, and a dedicated page that renders recommendations, metadata, and game cards.