Site mode

This documentation is a workbook. The sidebar, the routed URLs, the deep links you can reload — none of it is hand-written front-end code. It's site mode: the runtime reading an app composition and rendering the whole tree as a navigable site. The same machinery serves any docs-shaped workbook, including yours.

What the runtime renders

You declare structure — sections and pages — and the platform's site mode does the rest:

The look is yours — it comes from a brand sheet in your composition root, never from the runtime. The Nexus ships unopinionated plumbing; you supply the title and the theme.

Why render it server-side

Server-rendering the prose means the site is fast, linkable, and indexable without shipping a front-end framework to do routing. The client islands that do need to be interactive hydrate as wasm in the page; everything else is just rendered HTML. You get a real site without writing one.

The same shape, scaled

Whether the runtime serves this one docs workbook or a dozen apps side by side, site mode is the same — one nexus, many sites, each a tree the runtime renders. Declare the structure; the site follows.