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": "" } ]