From ac098d8cf0f13dd082c0ddd0d03d018d9e508a7f Mon Sep 17 00:00:00 2001 From: shadcn Date: Tue, 28 Oct 2025 18:28:06 +0400 Subject: [PATCH] feat: add new registries (#8600) --- apps/v4/public/r/registries.json | 2 ++ apps/v4/registry/directory.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index f159713b41..230441fb31 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -24,10 +24,12 @@ "@fancy": "https://fancycomponents.dev/r/{name}.json", "@formcn": "https://formcn.dev/r/{name}.json", "@heseui": "https://www.heseui.com/r/{name}.json", + "@hooks": "https://shadcn-hooks.vercel.app/r/{name}.json", "@intentui": "https://intentui.com/r/{name}", "@kibo-ui": "https://www.kibo-ui.com/r/{name}.json", "@kokonutui": "https://kokonutui.com/r/{name}.json", "@limeplay": "https://limeplay.winoffrg.dev/r/{name}.json", + "@lytenyte": "https://www.1771technologies.com/r/{name}.json", "@magicui": "https://magicui.design/r/{name}.json", "@magicui-pro": "https://pro.magicui.design/registry/{name}", "@motion-primitives": "https://motion-primitives.com/c/{name}.json", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 826255faf4..b0e8ab2790 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1,4 +1,11 @@ [ + { + "name": "@8bitcn", + "homepage": "https://www.8bitcn.com", + "url": "https://www.8bitcn.com/r/{name}.json", + "description": "A set of 8-bit styled retro components. Works with your favorite frameworks. Open Source. Open Code.", + "logo": "" + }, { "name": "@aceternity", "homepage": "https://ui.aceternity.com", @@ -20,6 +27,13 @@ "description": "Enterprises and developers use Algolia's AI search infrastructure to understand users and show them what they're looking for.", "logo": "Algolia" }, + { + "name": "@animate-ui", + "homepage": "https://animate-ui.com", + "url": "https://animate-ui.com/r/{name}.json", + "description": "A fully animated, open-source React component distribution. Browse a list of animated primitives, components and icons you can install and use in your projects.", + "logo": "" + }, { "name": "@clerk", "homepage": "https://clerk.com/docs/guides/development/shadcn-cli", @@ -48,6 +62,13 @@ "description": "A collection of Open Source agent and audio components that you can customize and extend.", "logo": "ElevenLabs" }, + { + "name": "@hooks", + "homepage": "https://shadcn-hooks.vercel.app", + "url": "https://shadcn-hooks.vercel.app/r/{name}.json", + "description": "A comprehensive React Hooks Collection built with Shadcn.", + "logo": "" + }, { "name": "@kibo-ui", "homepage": "https://www.kibo-ui.com/", @@ -62,6 +83,13 @@ "description": "Collection of stunning components built with Tailwind CSS, shadcn/ui and Motion to use on your websites.", "logo": "" }, + { + "name": "@lytenyte", + "homepage": "https://www.1771technologies.com", + "url": "https://www.1771technologies.com/r/{name}.json", + "description": "LyteNyte Grid is a high performance, light weight, headless, React data grid. Our registry provides LyteNyte Grid themed using Tailwind and the Shadcn theme variables.", + "logo": "" + }, { "name": "@motion-primitives", "homepage": "https://www.motion-primitives.com",