What it is
A single, global search across every catalogued thing in the hub — so you never have to remember which section something lives in. Type what you’re looking for; jump straight to it.What’s in it
The palette searches across:- Components, blocks, and templates — every library item
- Design tokens — colors, type, spacing
- Docs and pages — the per-item doc pages and the app’s views
lib/system/search-index.ts — a pure metadata index, fully portable, that
every hub carries.
How it works
The index is plain metadata, so search is instant and works the same in every clone. It’s one of the reasons the hub scales: as the library and knowledge grow, ⌘K keeps everything one keystroke away instead of buried behind navigation.How to act on it
Jump to anything
Jump to anything
Hit ⌘K, type a component name, a token, or a page, and go straight there — the
fastest way to move around the hub.
Discover what exists
Discover what exists
Not sure if something’s already in the library? Search first — it’s the quickest way
to honor the invention gate (reuse before you build).
Related: Component library
Most ⌘K results are library items — the components, blocks, and templates the catalog holds.