From ccc4caad9c409850fca5d2f84e98cf8b7e6c6005 Mon Sep 17 00:00:00 2001 From: vzkiss Date: Sat, 4 Apr 2026 01:13:04 +0200 Subject: [PATCH] feat(registry): add @flowkit-ui to directory.json --- apps/v4/registry/directory.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 45eac876d3..1065ac7b24 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1168,5 +1168,12 @@ "url": "https://www.openpolicy.sh/r/{name}.json", "description": "Open-source components for building terms, privacy policies and cookie banners.", "logo": "" + }, + { + "name": "@flowkit-ui", + "homepage": "https://flowkit-ui.vzkiss.com", + "url": "https://flowkit-ui.vzkiss.com/r/{name}.json", + "description": "Opinionated, accessible components on Base UI and shadcn-style primitives — starting with a Creatable Combobox.", + "logo": "" } ]