From d4a1c89e8e23975107ecd2846ab023ae7375dade Mon Sep 17 00:00:00 2001 From: Md Kawsar Islam Yeasin <87494463+yeasin2002@users.noreply.github.com> Date: Mon, 12 Jan 2026 20:01:59 +0600 Subject: [PATCH] feat: add neobrutalism to registry directory (#9168) --- apps/v4/public/r/registries.json | 1 + apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index a8a231930e..cf55103f5b 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -58,6 +58,7 @@ "@nativeui": "https://nativeui.io/registry/{name}.json", "@nexus-elements": "https://elements.nexus.availproject.org/r/{name}.json", "@ncdai": "https://chanhdai.com/r/{name}.json", + "@neobrutalism": "https://www.neobrutalism.dev/r/{name}.json", "@nuqs": "https://nuqs.dev/r/{name}.json", "@optics": "https://optics.agusmayol.com.ar/r/{name}.json", "@oui": "https://oui.mw10013.workers.dev/r/{name}.json", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 3340b38d57..689b7cad96 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -363,6 +363,13 @@ "url": "https://nuqs.dev/r/{name}.json", "logo": "" }, + { + "name": "@neobrutalism", + "homepage": "https://www.neobrutalism.dev", + "url": "https://www.neobrutalism.dev/r/{name}.json", + "description": "A collection of neobrutalism-styled components based on shadcn/ui", + "logo": "N" + }, { "name": "@nexus-elements", "homepage": "https://elements.nexus.availproject.org/docs/view-components",