From 706806a2076d6f1f88eed1a1c7591f20fbc6ae4e Mon Sep 17 00:00:00 2001 From: Mihir Koshti Date: Tue, 7 Apr 2026 18:07:26 +0530 Subject: [PATCH 1/2] feat(registry): added new registry ( @shadcn-dashboard ) --- apps/v4/public/r/registries.json | 6 ++++++ apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 13 insertions(+) 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": "" } ] From 6b5aa16668f23822e613a1c6e476c87756d8068f Mon Sep 17 00:00:00 2001 From: Mihir Koshti Date: Tue, 7 Apr 2026 18:31:07 +0530 Subject: [PATCH 2/2] updated name to @shadcndashboard --- apps/v4/public/r/registries.json | 2 +- apps/v4/registry/directory.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 33b352fbf0..a8787d6ce7 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1026,7 +1026,7 @@ "description": "Opinionated, accessible components on Base UI and shadcn-style primitives — starting with a Creatable Combobox." }, { - "name": "@shadcn-dashboard", + "name": "@shadcndashboard", "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 01278dd5e8..bcb05e39a7 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1198,7 +1198,7 @@ "logo": "" }, { - "name": "@shadcn-dashboard", + "name": "@shadcndashboard", "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.",