From 5813ef20a31f52f21e4e4acb73d13fdab54e3065 Mon Sep 17 00:00:00 2001 From: preet Date: Mon, 10 Nov 2025 12:50:23 +0530 Subject: [PATCH] Add new registry entry for @hextaui (#8715) * Add new registry entry for @hextaui * feat: add new registry entry for @HextaUI * Update directory.json Co-authored-by: shadcn * fix: update directory * fix: logo --------- Co-authored-by: shadcn --- apps/v4/public/r/registries.json | 3 ++- apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 185e907617..9367fa3f4e 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -80,5 +80,6 @@ "@shadcndesign": "https://shadcndesign-free.vercel.app/r/{name}.json", "@ha-components": "https://hacomponents.keshuac.com/r/{name}.json", "@shadix-ui": "https://shadix-ui.vercel.app/r/{name}.json", - "@utilcn": "https://utilcn.dev/r/{name}.json" + "@utilcn": "https://utilcn.dev/r/{name}.json", + "@hextaui": "https://hextaui.com/r/{name}.json" } diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 5f5cc08b28..378349b346 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -153,6 +153,13 @@ "description": "A collection of customisable components to build Home Assistant dashboards.", "logo": "" }, + { + "name": "@hextaui", + "homepage": "https://hextaui.com", + "url": "https://hextaui.com/r/{name}.json", + "description": "Ready-to-use foundation components/blocks built on top of shadcn/ui.", + "logo": "" + }, { "name": "@hooks", "homepage": "https://shadcn-hooks.vercel.app",