}>
  Practical recipes for implementing production keyboard UX patterns with **@gentleduck/vim**.

| Guide | What you will build |
| --- | --- |
| [Command Palette](/duck-vim/guides/command-palette) | A searchable action launcher powered by the registry |
| [Scoped Bindings](/duck-vim/guides/scoped-bindings) | Restrict shortcuts to focused regions and contexts |
| [Shortcut Settings](/duck-vim/guides/shortcut-settings) | Capture and persist user-customized key bindings |
| [Custom Framework](/duck-vim/guides/custom-framework) | Integrate the core API with Vue, Svelte, Angular, or vanilla JS |