From d7066f4a2d9d646073c6b7dee41b2d84b85b8c84 Mon Sep 17 00:00:00 2001
From: Tushar Jolly <68219099+Tusharjolly21@users.noreply.github.com>
Date: Wed, 20 May 2026 18:19:50 +0530
Subject: [PATCH] feat: add @next-ui registry (#10693)
* feat: add @next-ui registry
## New Registry: @next-ui
- **Homepage:** https://nexus-ui.com
- **Registry URL:** https://nexus-ui.com/r/{name}.json
- **Registry index:** https://nexus-ui.com/registry.json
- **Components:** 57 motion-native components for Next.js
### Checklist
- [x] registry.json live at https://nexus-ui.com/registry.json
- [x] Component files live at https://nexus-ui.com/r/{name}.json
- [x] Open source
- [x] Works with shadcn CLI
* Add Nexus Labs registry entry to registries.json
---
apps/v4/public/r/registries.json | 10 +++++++++-
apps/v4/registry/directory.json | 7 +++++++
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json
index 5a5b42780e..c13750d831 100644
--- a/apps/v4/public/r/registries.json
+++ b/apps/v4/public/r/registries.json
@@ -1174,5 +1174,13 @@
"homepage": "https://wensity.com",
"url": "https://raw.githubusercontent.com/ksparth12/wensity-shadcn-registry/main/{name}.json",
"description": "Motion-rich React components for AI interfaces, SaaS blocks, and cinematic interactions. Free Wensity components only."
- }
+ },
+ {
+ "name": "@nexus-labs",
+ "homepage": "https://nexus-ui.com",
+ "url": "https://nexus-ui.com/r/{name}.json",
+ "registry": "https://nexus-ui.com/registry.json",
+ "description": "Production-ready components and full-page Next.js templates with cinematic Framer Motion animations, Tailwind CSS v4, and TypeScript."
+}
+
]
diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json
index 8184a4b3d7..fb14bc99e0 100644
--- a/apps/v4/registry/directory.json
+++ b/apps/v4/registry/directory.json
@@ -1366,6 +1366,13 @@
"logo": ""
},
{
+ "name": "@next-ui",
+ "homepage": "https://nexus-ui.com",
+ "url": "https://nexus-ui.com/r/{name}.json",
+ "description": "Motion-native animated components for Next.js — backgrounds, heroes, inputs, carousels, and more. Open source. Copy-ready TypeScript.",
+ "logo": ""
+}
+
"name": "@wensity",
"homepage": "https://wensity.com",
"url": "https://raw.githubusercontent.com/ksparth12/wensity-shadcn-registry/main/{name}.json",