From c43bc4f5d6c5c2d3652cccc799c5cfd503078f75 Mon Sep 17 00:00:00 2001 From: Aryan Gupta <91181333+AryanGupta1112@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:37:11 +0530 Subject: [PATCH] chore(registry): add @launchui registry (#9332) Co-authored-by: shadcn --- apps/v4/public/r/registries.json | 6 ++++++ apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 58b1f18c99..c53e9aa55d 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -311,6 +311,12 @@ "url": "https://kokonutui.com/r/{name}.json", "description": "Collection of stunning components built with Tailwind CSS, shadcn/ui and Motion to use on your websites." }, + { + "name": "@launchui", + "homepage": "https://www.launchuicomponents.com/", + "url": "https://www.launchuicomponents.com/r/{name}.json", + "description": "Carefully crafted landing page components and templates built with React, Shadcn/ui and Tailwind." + }, { "name": "@lens-blocks", "homepage": "https://lensblocks.com", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 66ac0e23e7..827c63801f 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -364,6 +364,13 @@ "description": "Collection of stunning components built with Tailwind CSS, shadcn/ui and Motion to use on your websites.", "logo": "" }, + { + "name": "@launchui", + "homepage": "https://www.launchuicomponents.com/", + "url": "https://www.launchuicomponents.com/r/{name}.json", + "description": "Carefully crafted landing page components and templates built with React, Shadcn/ui and Tailwind.", + "logo": "" + }, { "name": "@lens-blocks", "homepage": "https://lensblocks.com",