diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json
index da7430efc9..2a81c4c2aa 100644
--- a/apps/v4/public/r/registries.json
+++ b/apps/v4/public/r/registries.json
@@ -917,6 +917,12 @@
"url": "https://ui.flexnative.com/r/{name}.json",
"description": "A collection of customizable UI blocks with interactive live previews"
},
+ {
+ "name": "@nexus-ui",
+ "homepage": "https://nexus-ui.dev",
+ "url": "https://nexus-ui.dev/r/{name}.json",
+ "description": "Open-source component library of composable, copy-paste primitives for building AI interfaces (chat, streaming, multimodal)"
+ },
{
"name": "@sabraman",
"homepage": "https://sabraman.ru/components",
diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json
index 0c767052eb..e672f836a2 100644
--- a/apps/v4/registry/directory.json
+++ b/apps/v4/registry/directory.json
@@ -1071,12 +1071,18 @@
"description": "A collection of customizable UI blocks with interactive live previews",
"logo": ""
},
+ {
+ "name": "@nexus-ui",
+ "homepage": "https://nexus-ui.dev",
+ "url": "https://nexus-ui.dev/r/{name}.json",
+ "description": "Open-source component library of composable, copy-paste primitives for building AI interfaces (chat, streaming, multimodal)",
+ "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": ""
-}
-
+ }
]