From d06e84a007b62abf845b5b6cacaaffe6b792401c Mon Sep 17 00:00:00 2001 From: ShadcnSpace Date: Mon, 26 Jan 2026 22:26:47 +0530 Subject: [PATCH] feat(registry): added new registry(@shadcn-space , @shadcn-dashboard) (#9102) * feat(registry): add my custom registry * Feat: Added Shadcnspace into registries.json --------- Co-authored-by: ShadcnSpace Co-authored-by: Nirav joshi <31440272+Niravjoshi-Wrappixel@users.noreply.github.com> --- apps/v4/public/r/registries.json | 8 +++++++- apps/v4/registry/directory.json | 12 ++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index fece32977..b0317285c 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -688,5 +688,11 @@ "homepage": "https://typedora-ui.netlify.app", "url": "https://typedora-ui.netlify.app/r/{name}.json", "description": "Typedora UI is a next-generation extension layer for shadcn/ui, designed to bring full type-safety to your UI components." - } + }, + { + "name": "@shadcn-space", + "homepage": "https://shadcnspace.com/", + "url": "https://shadcnspace.com/r/{name}.json", + "description": "An open-source collection of production-ready Shadcn UI blocks, components, and templates for websites, admin dashboards and modern React web projects, built with Tailwind CSS and ready to copy-paste or install via the Shadcn CLI." + }, ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 93d775afb..33ffbb991 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -700,6 +700,18 @@ "logo": "" }, { + "name": "@shadcn-space", + "homepage": "https://shadcnspace.com", + "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.", + "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", "url": "https://icons.lndev.me/r/{name}.json",