diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index df2dedc828..22a786646a 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -838,5 +838,11 @@ "homepage": "https://www.fonttrio.xyz", "url": "https://www.fonttrio.xyz/r/{name}.json", "description": "Curated font pairing registry for shadcn. Three fonts. One command. Install perfectly configured typography (heading + body + mono) with shadcn add. Includes editorial-grade type scales, CSS variables, and a live preview site." + }, + { + "name": "componentry", + "homepage": "https://componentry.fun", + "url": "https://componentry.fun/r/{name}.json", + "description": "Beautiful, interactive React + Tailwind components for modern product UIs." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 3b50c2b2cf..6adc55e681 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -979,5 +979,12 @@ "url": "https://www.fonttrio.xyz/r/{name}.json", "description": "Curated font pairing registry for shadcn. Three fonts. One command. Install perfectly configured typography (heading + body + mono) with shadcn add. Includes editorial-grade type scales, CSS variables, and a live preview site.", "logo": "" + }, + { + "name": "@componentry", + "homepage": "https://componentry.fun", + "url": "https://componentry.fun/r/{name}.json", + "description": "Beautiful, interactive React + Tailwind components for modern product UIs.", + "logo": "" } ]