From 61989da8ec83ac9cdbb84e8f1e47e75d6dc5cb7d Mon Sep 17 00:00:00 2001 From: Vinicius Vicentini Date: Thu, 2 Apr 2026 13:32:05 -0600 Subject: [PATCH 1/4] chore(registry): add @shark-ui to open source registry index Adds Shark UI (Ark UI + Tailwind) to directory.json and regenerates public/r/registries.json per registry index workflow. Homepage: https://shark.vini.one Registry template: https://shark.vini.one/r/{name}.json Source: https://github.com/vinihvc/shark-ui Made-with: Cursor --- 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 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", From 83857679cb67597ddef692f50df4473161f4440a Mon Sep 17 00:00:00 2001 From: Vinicius Vicentini Date: Thu, 2 Apr 2026 12:40:37 -0700 Subject: [PATCH 2/4] Rename registry entry from '@shark-ui' to '@shark' --- apps/v4/public/r/registries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 407106d934..f6afea1dc3 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -648,7 +648,7 @@ "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", + "name": "@shark", "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." From 990040691cd779ec1a43b0b06214dd56d830c10c Mon Sep 17 00:00:00 2001 From: Vinicius Vicentini Date: Thu, 2 Apr 2026 12:44:52 -0700 Subject: [PATCH 3/4] Update directory.json --- apps/v4/registry/directory.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 72487906d3..c8205fbf98 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -757,11 +757,11 @@ "logo": "" }, { - "name": "@shark-ui", + "name": "@shark", "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": " " + "description": "shadcn/ui-style components built on Ark UI.", + "logo": "" }, { "name": "@smoothui", From 53f45f5f6f73b027086701cf48e570ab6bdb0e34 Mon Sep 17 00:00:00 2001 From: Vinicius Vicentini Date: Thu, 2 Apr 2026 15:43:11 -0600 Subject: [PATCH 4/4] running pnpm registry:build --- apps/v4/public/r/registries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index f6afea1dc3..929cb6151e 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -651,7 +651,7 @@ "name": "@shark", "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." + "description": "shadcn/ui-style components built on Ark UI." }, { "name": "@smoothui",