From 824577692b2f789502d136dc54ef313453e45cd8 Mon Sep 17 00:00:00 2001 From: Hin Date: Fri, 5 Dec 2025 06:37:21 -0500 Subject: [PATCH] feat: add tour to registries and directory (#8917) Co-authored-by: shadcn --- apps/v4/public/r/registries.json | 2 ++ apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 0265cec370..3f0c78c806 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -95,6 +95,8 @@ "@moleculeui": "https://moleculeui.design/r/{name}.json", "@uicapsule": "https://uicapsule.com/r/{name}.json", "@uitripled": "https://ui.tripled.work/r/{name}.json", + "@ui-layouts": "https://ui-layouts.com/r/{name}.json", + "@tour": "https://onboarding-tour.vercel.app/r/{name}.json", "@tb-blocks": "https://tailwindbuilder.ai/r/blocks/{name}.json", "@ui-layouts": "https://ui-layouts.com/r/{name}.json" } diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 3d8ed2d52d..79b3647278 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -496,6 +496,13 @@ "description": "Beautifully designed, accessible components that you can copy and paste into your apps. Made with React Aria Components and Shadcn tokens.", "logo": "" }, + { + "name": "@tour", + "homepage": "https://onboarding-tour.vercel.app", + "url": "https://onboarding-tour.vercel.app/r/{name}.json", + "description": "A component for building onboarding tours. Designed to integrate with shadcn/ui.", + "logo": "" + }, { "name": "@uitripled", "homepage": "https://ui.tripled.work",