# Auto-mount `@standarx/nav/auto` is the start-up helper for a page with no framework and no mount hook to hang a system on. It is not an adapter — the core already *is* the vanilla API, and `createInputSystem` is one call. This subpath adds exactly two things to that call, and if you want neither of them, do not import it. ```html
``` **1. It waits for the document.** If `document.readyState` is still `"loading"`, `autoMount` defers everything to `DOMContentLoaded` and hands you a usable handle immediately — `nav.system` is `null` until then. A `