@flowkit-ui
Flowkit UI is a small, opinionated shadcn-compatible component registry built on Base UI (not Radix UI) primitives, targeting UI patterns that standard shadcn does not cover. Currently it ships a Creatable Combobox — a combobox where users can type to create new options on the fly. The project is positioned as a growing library of reusable patterns for common team-level rebuilds. Built with React, Tailwind CSS, and TypeScript. Free and MIT licensed. Use for: dropping a fully accessible Base UI-backed creatable combobox into a shadcn project without writing the create-new-option logic from scratch, and watching for future Base UI primitive patterns as the registry grows.
Install this registry
npx shadcn@latest add https://flowkit-ui.vzkiss.com/r/registry.json pnpm dlx shadcn@latest add https://flowkit-ui.vzkiss.com/r/registry.json bunx shadcn@latest add https://flowkit-ui.vzkiss.com/r/registry.json curl -s https://flowkit-ui.vzkiss.com/r/registry.json Components
1 totalCombobox with creatable items, built on Base UI and shadcn-style primitives (combobox, input group, button).
npx shadcn@latest add https://flowkit-ui.vzkiss.com/r/creatable-combobox.json