diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json
index 652e11a585..da7430efc9 100644
--- a/apps/v4/public/r/registries.json
+++ b/apps/v4/public/r/registries.json
@@ -916,5 +916,11 @@
"homepage": "https://ui.flexnative.com",
"url": "https://ui.flexnative.com/r/{name}.json",
"description": "A collection of customizable UI blocks with interactive live previews"
+ },
+ {
+ "name": "@sabraman",
+ "homepage": "https://sabraman.ru/components",
+ "url": "https://sabraman.ru/r/{name}.json",
+ "description": "Legacy skeuomorphic UI components and blocks for shadcn."
}
]
diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json
index 891ab13ab3..0c767052eb 100644
--- a/apps/v4/registry/directory.json
+++ b/apps/v4/registry/directory.json
@@ -1070,5 +1070,13 @@
"url": "https://ui.flexnative.com/r/{name}.json",
"description": "A collection of customizable UI blocks with interactive live previews",
"logo": ""
- }
+ },
+ {
+ "name": "@sabraman",
+ "homepage": "https://sabraman.ru/components",
+ "url": "https://sabraman.ru/r/{name}.json",
+ "description": "Legacy skeuomorphic UI components and blocks for shadcn.",
+ "logo": ""
+}
+
]