From b142bd2fd5d99aec23d8dcca10afb7d635b18069 Mon Sep 17 00:00:00 2001 From: Mehmet Cinar Date: Mon, 26 Jan 2026 23:10:56 +0100 Subject: [PATCH 1/2] feat(registry): add @nessra-ui registry --- apps/v4/registry/directory.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 5772d6ceb7..794f51b10f 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -377,6 +377,13 @@ "description": "A collection of neobrutalism-styled components based on shadcn/ui", "logo": "N" }, + { + "name": "@nessra-ui", + "homepage": "https://nessra-ui.vercel.app", + "url": "https://nessra-ui.vercel.app/r/{name}.json", + "description": "Beautiful, accessible components built with Tailwind CSS v4 and Radix UI. Includes auth blocks, data tables, and TanStack Form integration.", + "logo": "" + }, { "name": "@nexus-elements", "homepage": "https://elements.nexus.availproject.org/docs/view-components", From 7ae522e6101c501ef5899978d088434fed332aec Mon Sep 17 00:00:00 2001 From: Mehmet Cinar Date: Tue, 27 Jan 2026 22:26:05 +0100 Subject: [PATCH 2/2] feat(registry): add @nessra-ui to registries.json --- apps/v4/public/r/registries.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 8a189ed875..44444faba3 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -323,6 +323,12 @@ "url": "https://www.neobrutalism.dev/r/{name}.json", "description": "A collection of neobrutalism-styled components based on shadcn/ui" }, + { + "name": "@nessra-ui", + "homepage": "https://nessra-ui.vercel.app", + "url": "https://nessra-ui.vercel.app/r/{name}.json", + "description": "Beautiful, accessible components built with Tailwind CSS v4 and Radix UI. Includes auth blocks, data tables, and TanStack Form integration." + }, { "name": "@nexus-elements", "homepage": "https://elements.nexus.availproject.org/docs/view-components",