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