From 93cde61946a481fae374e4225b9c3151cf9787b9 Mon Sep 17 00:00:00 2001
From: Parth Sharma <135719094+ksparth12@users.noreply.github.com>
Date: Mon, 18 May 2026 23:43:41 +0530
Subject: [PATCH] feat(registry): add Wensity (#10676)
---
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 6e6601c493..f9588774d8 100644
--- a/apps/v4/public/r/registries.json
+++ b/apps/v4/public/r/registries.json
@@ -1156,5 +1156,11 @@
"homepage": "https://www.turbopills.com/ui/docs",
"url": "https://ui.turbopills.com/r/{name}.json",
"description": "Beautiful, accessible, and customizable React components for your telehealth applications."
+ },
+ {
+ "name": "@wensity",
+ "homepage": "https://wensity.com",
+ "url": "https://raw.githubusercontent.com/ksparth12/wensity-shadcn-registry/main/{name}.json",
+ "description": "Motion-rich React components for AI interfaces, SaaS blocks, and cinematic interactions. Free Wensity components only."
}
]
diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json
index 264b0c7f44..1b78eba3ae 100644
--- a/apps/v4/registry/directory.json
+++ b/apps/v4/registry/directory.json
@@ -1350,5 +1350,12 @@
"url": "https://ui.turbopills.com/r/{name}.json",
"description": "Beautiful, accessible, and customizable React components for your telehealth applications.",
"logo": ""
+ },
+ {
+ "name": "@wensity",
+ "homepage": "https://wensity.com",
+ "url": "https://raw.githubusercontent.com/ksparth12/wensity-shadcn-registry/main/{name}.json",
+ "description": "Motion-rich React components for AI interfaces, SaaS blocks, and cinematic interactions. Free Wensity components only.",
+ "logo": ""
}
]