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.
BoardWise
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.
NHL stays separate for now. This cutover is MLB only.
Read path
The frontend no longer needs pipeline-rendered HTML. It asks the public API for a board payload and renders it client-side.
Separation
This home page points cleanly to MLB and leaves the door open for separate sports pages later without collapsing them into one route.
Design
The site is intentionally small: one stylesheet, one board script, and a dedicated page that renders recommendations, metadata, and game cards.