Architecture That Stays Small
Hydrogen compiles the site graph before deployment. Routes, assets, activation boundaries, metadata, and discovery files become one inspectable artifact.
The useful boundary
Static markup stays static. An interaction declares its own activation policy and module instead of pulling a router and application runtime onto every page.
This keeps the default route understandable from its HTML alone while preserving an explicit path to richer behavior.