KB-101 · COMMAND/DECK

Command Deck

A command palette that arms before it fires — a deliberate fill sweeps the selected row before execution, so destructive commands never feel accidental.

KB-101 · COMMAND/DECK
Run calibration⌘R
Open telemetry
Export bench report⌘E
Toggle dark mode
Invite operator…
Archive rig
Standing byDemo theme · Light

Install

One command — the source lands in your repo. Or copy it from the Code tab.

$ pnpm dlx shadcn@latest add @kinetiq/command-deck

Props

PropTypeDefaultDescription
commandsDeckCommand[]{ id, label, hint?, icon?, section?, keywords?, destructive?, run } per command.
open / defaultOpen / onOpenChangeboolean / boolean / (open) => voidControlled or uncontrolled visibility.
hotkeybooleantrueGlobal ⌘K / Ctrl+K toggle listener.
inline / portalbooleanfalse / trueInline renders just the panel (docs/demos); portal overlays into body with focus trap and scroll lock.
recentKeystring"kinetiq-deck-recents"localStorage key for the five most recent command ids.