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",