diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json
index bddac9185..949278693 100644
--- a/apps/v4/public/r/registries.json
+++ b/apps/v4/public/r/registries.json
@@ -1012,5 +1012,11 @@
"homepage": "https://www.openpolicy.sh",
"url": "https://www.openpolicy.sh/r/{name}.json",
"description": "Open-source components for building terms, privacy policies and cookie banners."
+ },
+ {
+ "name": "@mksingh",
+ "homepage": "https://mksingh.dev/docs",
+ "url": "https://mksingh.dev/r/{name}.json",
+ "description": "A personal registry of production-ready ShadCN components and utilities. Everything is built to drop into your existing ShadCN project with no extra setup."
}
]
diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json
index 82ff40111..558647150 100644
--- a/apps/v4/registry/directory.json
+++ b/apps/v4/registry/directory.json
@@ -1182,5 +1182,12 @@
"url": "https://www.openpolicy.sh/r/{name}.json",
"description": "Open-source components for building terms, privacy policies and cookie banners.",
"logo": ""
+ },
+ {
+ "name": "@mksingh",
+ "homepage": "https://mksingh.dev/docs",
+ "url": "https://mksingh.dev/r/{name}.json",
+ "description": "A personal registry of production-ready ShadCN components and utilities. Everything is built to drop into your existing ShadCN project with no extra setup.",
+ "logo": ""
}
]