GlyphnavLink is a drop-in for next/link's <Link>; useGlyphnavNavigate() is the imperative equivalent of useRouter().push. Deep links with ?query and #hash animate too — they are just part of the path. Heads up: each frame writes via history.replaceState, so back/forward stays untouched, but your browser's own URL history/autocomplete can still log every frame — see the docs for how to keep that in check.
Served under the /next base path via Next's basePath; the App Router performs the real navigation while glyphnav animates the bar. The title link is a plain anchor (full page load back to the picker).