diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index d3db94158..ca39aacf0 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -87,5 +87,6 @@ "@hextaui": "https://hextaui.com/r/{name}.json", "@taki": "https://taki-ui.com/r/{name}.json", "@square-ui": "https://square.lndev.me/registry/{name}.json", + "@uicapsule": "https://uicapsule.com/r/{name}.json", "@uitripled": "https://ui.tripled.work/r/{name}.json" } diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 9956aa4c9..9d4ecce51 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -474,5 +474,12 @@ "url": "https://zippystarter.com/r/{name}.json", "description": "Expertly crafted blocks, components & themes for shadcn/ui.", "logo": "" + }, + { + "name": "@uicapsule", + "homepage": "https://uicapsule.com", + "url": "https://uicapsule.com/r/{name}.json", + "description": "A curated collection of components that spark joy. Featuring interactive concepts, design experiments, and components in the intersection of AI/UI.", + "logo": "" } ]