Command Palette (Cmd/Ctrl-K)
============================

A keyboard-first command launcher for your whole site - the same ⌘K experience
people know from Linear, Vercel, Raycast and GitHub. Press Cmd/Ctrl-K (or "/")
to pop a fuzzy-searchable list of every page and action; type a few letters,
arrow up/down, hit Enter. Zero dependencies, fully accessible.

PREVIEW:  double-click snippet.html, then press  Cmd-K  (Mac)  or  Ctrl-K  (Windows)

WHAT MAKES IT ADVANCED:
  - Fuzzy matching with live highlighting (type "prc" -> "Pricing")
  - Grouped results + a "Recent" list remembered between visits
  - Full keyboard control, focus trap, ARIA roles, reduced-motion aware
  - Commands can navigate, smooth-scroll, copy text, toggle a theme - anything
  - You define everything in ONE array: CMDK_COMMANDS

ADD IT WITH CLAUDE - example prompts:
  "Add the command palette from snippet.html in this folder to my site, and fill
   CMDK_COMMANDS with one command per page in my nav."
  "Wire the ⌘K palette so 'Copy email' copies my real address and 'Contact'
   scrolls to my contact section."
  "Use this command palette and add a command that opens my booking link."

See INSTRUCTIONS.html for the full walkthrough.

Prepared by Inner Web Solutions - Built with Claude
