From 5eb130d72dbe723d0c4324769d250eda668b1813 Mon Sep 17 00:00:00 2001 From: Terra <112505871+terravidhal@users.noreply.github.com> Date: Mon, 10 Aug 2026 06:00:04 +0100 Subject: [PATCH 1/2] feat(registry): add @blockforge to the registry directory (#11449) --- apps/v4/registry/directory.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 0ca25b2049c..ee1f91c1354 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -237,6 +237,14 @@ "description": "A set of clean, modern application building blocks for you in your applications. Free and Open Source", "logo": "" }, + { + "name": "@blockforge", + "homepage": "https://blockforge.terravidhal.me", + "url": "https://blockforge.terravidhal.me/r/{name}.json", + "description": "170+ production-grade shadcn/ui blocks, forged to ship. Full source in TypeScript + Tailwind CSS, plus a page builder and starter pages. Copy, paste, ship.", + "author": "terravidhal", + "logo": "" + }, { "name": "@blockus", "homepage": "https://blockus.lndevui.com", From 3cc09c1a09ae7f1ba1e457e9fc6611daf8d43998 Mon Sep 17 00:00:00 2001 From: Koustav Ganguly <83174374+KOUSTAV2409@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:09:36 +0530 Subject: [PATCH 2/2] feat(registry): add @atroui (#11420) Co-authored-by: Cursor --- apps/v4/registry/directory.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index ee1f91c1354..f027ed2da2c 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1877,5 +1877,12 @@ "url": "https://whiskeyjack.net/r/{name}.json", "description": "A Tauri-first design system: thumb-first components with Metro-style pivot navigation, frosted bottom nav, and tap-again confirmations, on a CSS-variable token pipeline. Hardened across nine shipping apps before extraction.", "logo": "" + }, + { + "name": "@atroui", + "homepage": "https://www.atroui.com", + "url": "https://www.atroui.com/r/{name}.json", + "description": "Dark-first React / Next.js components and marketing blocks. Install with the shadcn CLI and own the source.", + "logo": "" } ]