diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index b5c4607af5..33b352fbf0 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1024,5 +1024,11 @@ "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." + }, + { + "name": "@shadcn-dashboard", + "homepage": "https://shadcndashboard.dev", + "url": "https://shadcndashboard.dev/r/{name}.json", + "description": "ShadcnDashboard is a collection of modern, production-ready dashboard layouts, components, and UI patterns built on top of shadcn/ui and Tailwind CSS. It’s designed to help developers build clean, scalable, and data-driven dashboards faster—without compromising on performance, accessibility, or customization." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 5f78c62ea6..01278dd5e8 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1196,5 +1196,12 @@ "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": "" + }, + { + "name": "@shadcn-dashboard", + "homepage": "https://shadcndashboard.dev", + "url": "https://shadcndashboard.dev/r/{name}.json", + "description": "ShadcnDashboard is a collection of modern, production-ready dashboard layouts, components, and UI patterns built on top of shadcn/ui and Tailwind CSS. It’s designed to help developers build clean, scalable, and data-driven dashboards faster—without compromising on performance, accessibility, or customization.", + "logo": "" } ]