KaUI
A personal shadcn/ui registry. Components and hooks I develop , use, packaged so they drop into any shadcn app.
Docs:
This started as a place to stop copy-pasting the same async button between projects. It's grown from there. Every piece comes from real work: problems I kept solving the same way, patterns I wanted to own rather than depend on a library for.
Because this is personal, the coverage is uneven. The async core has been through a lot. The newer stuff hasn't. If you use something and it breaks on a case I haven't hit, , that's would be very appreciate and how the collection will be improves.
Components
Hooks
More get added when I pull something reusable out of a project.
Development
Registry source lives under src/registry/base/. The r/*.json files served by the shadcn CLI are generated at build time — don't edit them by hand.
License
MIT