From 24205601e11eb22a2ed40fe8bbdd5630206e90c9 Mon Sep 17 00:00:00 2001 From: monab Date: Sat, 24 Jan 2026 17:11:16 +0530 Subject: [PATCH] feat(registry): added new @shadcnstore registry --- 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 e6e153e2e3..e56577a8c5 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -449,6 +449,12 @@ "url": "https://shadcndesign-free.vercel.app/r/{name}.json", "description": "A growing collection of high-quality blocks and themes for shadcn/ui." }, + { + "name": "@shadcnstore", + "homepage": "https://www.shadcnstore.com", + "url": "https://shadcnstore.com/r/{name}.json", + "description": "An open-source collection of shadcn/ui components, blocks, and templates for building modern web apps." + }, { "name": "@shadcn-map", "homepage": "https://shadcn-map.vercel.app", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index fc3bba9faf..e64601009f 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -524,6 +524,13 @@ "description": "A growing collection of high-quality blocks and themes for shadcn/ui.", "logo": "" }, + { + "name": "@shadcnstore", + "homepage": "https://www.shadcnstore.com", + "url": "https://shadcnstore.com/r/{name}.json", + "description": "A growing collection of shadcn/ui components, blocks, and templates for building modern web apps.", + "logo": "" + }, { "name": "@shadcn-map", "homepage": "https://shadcn-map.vercel.app",