---
name: "@flowkit-ui"
slug: "flowkit-ui"
description: "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."
category: "Niche/single-purpose"
tags: ["accessibility", "components", "design-system", "forms", "hooks", "tables"]
framework: "react"
license: "MIT"
author: "vzkiss"
website: "https://flowkit-ui.vzkiss.com"
github: "https://github.com/vzkiss/flowkit-ui"
registry: "https://flowkit-ui.vzkiss.com/r/registry.json"
pro: false
pro_url: null
github_stars: 10
component_count: 1
generated_at: "2026-07-28T08:00:50.948Z"
---

# @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.

## Links

- Website: https://flowkit-ui.vzkiss.com
- GitHub: https://github.com/vzkiss/flowkit-ui
- Registry JSON: https://flowkit-ui.vzkiss.com/r/registry.json
- Directory page: https://sh4dcn.vercel.app/registry/flowkit-ui
- This file: https://sh4dcn.vercel.app/md/flowkit-ui.md

## Install

```sh
# add the whole registry (shadcn CLI)
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
# clone the source repo
git clone https://github.com/vzkiss/flowkit-ui.git
# fetch the raw registry index
curl -s https://flowkit-ui.vzkiss.com/r/registry.json
```

## Components (1)

| name | type | description | install |
| --- | --- | --- | --- |
| creatable-combobox | registry:component | Combobox 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` |

## For AI agents

```text
You are adding components from @flowkit-ui to a shadcn-compatible project.
1. Read this file (https://sh4dcn.vercel.app/md/flowkit-ui.md) for the component list.
2. Fetch the machine-readable index: https://flowkit-ui.vzkiss.com/r/registry.json
3. Install a single component with its install command from the table above.
4. Full structured record: https://sh4dcn.vercel.app/json (library slug: flowkit-ui).
```
