diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json
index 1fa2c302e4..665332f94e 100644
--- a/apps/v4/public/r/registries.json
+++ b/apps/v4/public/r/registries.json
@@ -988,5 +988,11 @@
"homepage": "https://rescript-shadcn.miriad.studio",
"url": "https://rescript-shadcn.miriad.studio/r/{name}.json",
"description": "Shadcn components rewritten in Rescript, compatible with shadcn CLI."
+ },
+ {
+ "name": "@openpolicy",
+ "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."
}
]
diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json
index d21fc721f9..5c37fc4274 100644
--- a/apps/v4/registry/directory.json
+++ b/apps/v4/registry/directory.json
@@ -1154,5 +1154,12 @@
"url": "https://rescript-shadcn.miriad.studio/r/{name}.json",
"description": "Shadcn components rewritten in Rescript, compatible with shadcn CLI.",
"logo": ""
+ },
+ {
+ "name": "@openpolicy",
+ "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.",
+ "logo": ""
}
]