From 8db2be8b0952581654acb5ae6d3fa0265b9e51fe Mon Sep 17 00:00:00 2001 From: Victor Williams Date: Wed, 18 Mar 2026 07:11:15 +0100 Subject: [PATCH] feat: add @nexus-ui registry to public directory (#10067) --- apps/v4/public/r/registries.json | 6 ++++++ apps/v4/registry/directory.json | 10 ++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) 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": " " -} - + } ]