From 336eee688e2d6ee33706fd85447b4da5f43fe95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Tsnobiladz=C3=A9?= Date: Mon, 23 Mar 2026 06:20:35 +0100 Subject: [PATCH] add @rescript-shadcn registry (#10103) --- 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 2a81c4c2aa..2bbdb541f4 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -928,5 +928,11 @@ "homepage": "https://sabraman.ru/components", "url": "https://sabraman.ru/r/{name}.json", "description": "Legacy skeuomorphic UI components and blocks for shadcn." + }, + { + "name": "@rescript-shadcn", + "homepage": "https://rescript-shadcn.miriad.studio", + "url": "https://rescript-shadcn.miriad.studio/r/{name}.json", + "description": "Shadcn components rewritten in Rescript, compatible with shadcn CLI." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 584687df84..1a05920bb3 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1084,5 +1084,12 @@ "url": "https://sabraman.ru/r/{name}.json", "description": "Legacy skeuomorphic UI components and blocks for shadcn.", "logo": " " + }, + { + "name": "@rescript-shadcn", + "homepage": "https://rescript-shadcn.miriad.studio", + "url": "https://rescript-shadcn.miriad.studio/r/{name}.json", + "description": "Shadcn components rewritten in Rescript, compatible with shadcn CLI.", + "logo": "" } ]