Real-time multiplayer D&D powered by Claude AI. Share a room code, speak your actions, and watch DALL-E 3 illustrate every scene. No account needed. No DM required.
use-command-palette is a headless React hook that gives you everything you need to build a ⌘K command palette state, keyboard navigation, fuzzy search, ARIA attributes, focus management.
Every existing library either ships a styled component you have to override, requires a context Provider at the app root, or both. use-command-palette does neither. It's a single `useCommandPalette()` call that returns prop getters you spread onto your own elements.