diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index cc3be560dd..407106d934 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -647,6 +647,12 @@ "url": "https://shadcncraft.com/r/{name}.json", "description": "A starter collection of polished shadcn/ui components and blocks built to production standards. Part of a larger Figma + React system designed to scale with your product." }, + { + "name": "@shark-ui", + "homepage": "https://shark.vini.one", + "url": "https://shark.vini.one/r/{name}.json", + "description": "shadcn/ui-style components built on Ark UI with Tailwind CSS—install via the registry CLI or copy from the docs." + }, { "name": "@smoothui", "homepage": "https://smoothui.dev", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 45eac876d3..72487906d3 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -756,6 +756,13 @@ "description": "A starter collection of polished shadcn/ui components and blocks built to production standards. Part of a larger Figma + React system designed to scale with your product.", "logo": "" }, + { + "name": "@shark-ui", + "homepage": "https://shark.vini.one", + "url": "https://shark.vini.one/r/{name}.json", + "description": "shadcn/ui-style components built on Ark UI with Tailwind CSS—install via the registry CLI or copy from the docs.", + "logo": " " + }, { "name": "@smoothui", "homepage": "https://smoothui.dev",