Client Runtime
The client runtime entry provides the components and stores used by the visible Vike shell. Most consumers only need the shell-level components.
TSX
import { AppLayout, MetaHead } from '@unterberg/nivel/client'Common exports
AppLayoutwraps docs pages with the Nivel runtime shell.MetaHeadinjects meta tags, favicons, theme bootstrap data, and font links.DocsPagerenders an individual generated docs page.UserSettingsSynckeeps persisted user settings aligned with runtime state.- Runtime stores and theme helpers support advanced shell customization.
The standard shell files are listed in Project Shape.