diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 94927869383..b5c4607af5c 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1018,5 +1018,11 @@ "homepage": "https://mksingh.dev/docs", "url": "https://mksingh.dev/r/{name}.json", "description": "A personal registry of production-ready ShadCN components and utilities. Everything is built to drop into your existing ShadCN project with no extra setup." + }, + { + "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." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 5586471508f..5f78c62ea65 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1189,5 +1189,12 @@ "url": "https://mksingh.dev/r/{name}.json", "description": "A personal registry of production-ready ShadCN components and utilities. Everything is built to drop into your existing ShadCN project with no extra setup.", "logo": "MKSingh" + }, + { + "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": "" } ]