
SolarNorth
A working sandbox for the dual-readable architecture pattern: every page rendered for human visitors and exposed in structured form for software agents, both derived from a single source. The notional company on the page is a vehicle; the architecture is the artifact.
A working sandbox for the dual-readable architecture pattern: every page rendered for human visitors and exposed in structured form for software agents, both derived from a single source. The notional company on the page is a vehicle; the architecture is the artifact.
Build Log
Replaced the raw JSON index at mcp.solarnorth.work/ with a focused HTML welcome page for humans who land on the agent subdomain by mistake. Every other path on the subdomain — /seeds, /{slug} for known pages, /.well-known/mcp.json — keeps returning JSON.
Added a quiet footer line on every page pointing at mcp.solarnorth.work. Belt-and-suspenders for HTML-scraping agents that strip head metadata before they see structured discovery hints.
Added a meta page on solarnorth.work that explains the dual-readable architecture pattern and how the site implements it. The page is itself dual-readable — same content available as JSON at mcp.solarnorth.work/build-notes — so the architecture is self-documenting.
SolarNorth shifted from a one-time demo to an ongoing sandbox for exploring dual-readable web surfaces. Project documentation, the standalone MCP server, and the pitch artifacts in /docs were rewritten in place to reflect this as the working mode going forward.
