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",