From e8b1be1f22194910e0f34e85b4a2ed135a374dbd Mon Sep 17 00:00:00 2001 From: uiNerd16 Date: Sun, 19 Apr 2026 22:10:56 +0200 Subject: [PATCH] feat: add @aicanvas registry --- 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 ca1ba276d7..b7296c43df 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1036,5 +1036,11 @@ "homepage": "https://exawizards.com/exabase/design/", "url": "https://exawizards.com/exabase/design/registry/{name}.json", "description": "A collection of UI components based on the exaBase Design System, built with React and Tailwind CSS." + }, + { + "name": "@aicanvas", + "homepage": "https://aicanvas.me", + "url": "https://aicanvas.me/r/{name}.json", + "description": "54 animated React components with AI reproduction prompts for Claude Code, Lovable, and v0. Free and open source." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 5e13ee3e8c..b3f199992e 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1210,5 +1210,12 @@ "url": "https://exawizards.com/exabase/design/registry/{name}.json", "description": "A collection of UI components based on the exaBase Design System, built with React and Tailwind CSS.", "logo": "" + }, + { + "name": "@aicanvas", + "homepage": "https://aicanvas.me", + "url": "https://aicanvas.me/r/{name}.json", + "description": "54 animated React components with AI reproduction prompts for Claude Code, Lovable, and v0. Free and open source.", + "logo": "" } ]