From 706806a2076d6f1f88eed1a1c7591f20fbc6ae4e Mon Sep 17 00:00:00 2001 From: Mihir Koshti Date: Tue, 7 Apr 2026 18:07:26 +0530 Subject: [PATCH 1/4] 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/4] 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.", From 7ddb30aade7df840e484fc84a233c9401c7de55b Mon Sep 17 00:00:00 2001 From: kapishdima Date: Wed, 8 Apr 2026 16:38:33 +0300 Subject: [PATCH 3/4] feat: added @remocn to directory.json --- 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 89f54e5500..a9916f4bb7 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1030,5 +1030,11 @@ "homepage": "https://termcn.vercel.app", "url": "https://termcn.vercel.app/r/{name}.json", "description": "Beautiful terminal UIs, made simple. Ready to use, customizable terminal UI components for React." + }, + { + "name": "@remocn", + "homepage": "https://www.remocn.dev/", + "url": "https://www.remocn.dev/r/{name}.json", + "description": "Production-ready components for Remotion - text animations, backgrounds, transitions, UI blocks, and full scene compositions" } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index de18be700a..df9e59fe74 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1203,5 +1203,12 @@ "url": "https://termcn.vercel.app/r/{name}.json", "description": "Beautiful terminal UIs, made simple. Ready to use, customizable terminal UI components for React.", "logo": "" + }, + { + "name": "@remocn", + "homepage": "https://www.remocn.dev/", + "url": "https://www.remocn.dev/r/{name}.json", + "description": "Production-ready components for Remotion - text animations, backgrounds, transitions, UI blocks, and full scene compositions", + "logo": "" } ] From 4f4ffde4aade52768bf44bfe98c2fa30d387b7f3 Mon Sep 17 00:00:00 2001 From: shadcn Date: Wed, 8 Apr 2026 20:01:13 +0400 Subject: [PATCH 4/4] chore: update registries --- apps/v4/public/r/registries.json | 12 ------------ apps/v4/registry/directory.json | 14 -------------- 2 files changed, 26 deletions(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 1e24b66a1e..afc56f520f 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -809,12 +809,6 @@ "url": "https://shadcnspace.com/r/{name}.json", "description": "ShadcnSpace is a collection of extra-ordinary, highly customizable shadcn/ui components, blocks, and themes to build modern UIs with speed and clarity." }, - { - "name": "@shadcn-dashboard", - "homepage": "https://shadcn-dashboard.com", - "url": "https://shadcn-dashboard.com/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." - }, { "name": "@icons-animated", "homepage": "https://icons.lndev.me", @@ -1024,12 +1018,6 @@ "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": "@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." }, { "name": "@termcn", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 1446d5fc7a..a52f7b26eb 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -945,13 +945,6 @@ "description": "ShadcnSpace is a collection of extra-ordinary, highly customizable shadcn/ui components, blocks, and themes to build modern UIs with speed and clarity.", "logo": "" }, - { - "name": "@shadcn-dashboard", - "homepage": "https://shadcn-dashboard.com", - "url": "https://shadcn-dashboard.com/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": "" - }, { "name": "@icons-animated", "homepage": "https://icons.lndev.me", @@ -1197,13 +1190,6 @@ "description": "Opinionated, accessible components on Base UI and shadcn-style primitives — starting with a Creatable Combobox.", "logo": "" }, - { - "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.", - "logo": "" - }, { "name": "@termcn", "homepage": "https://termcn.vercel.app",