Back to components
Productivity component

Command Palette

⌘K palette with keyboard shortcuts, fuzzy search, and grouped actions.

Install

$ Run in your project root
pnpm dlx shadcn@latest add https://vibekit.desishub.com/r/command-palette.json

What it does

  • ⌘K / Ctrl-K global trigger
  • Fuzzy search across actions, routes, and entities
  • Grouped actions with icons and keyboard shortcuts
  • Dialog-based modal using cmdk under the hood

When to use

Use it

Dashboards with many routes, power-user apps, anywhere keyboard nav matters.

Skip it

Public marketing sites or apps with fewer than ~5 screens.

Prerequisites

  • shadcn/ui Command + Dialog
  • cmdk (installed automatically)

Related components