diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 3f2714d76fc..ca1ba276d7e 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1030,5 +1030,11 @@ "homepage": "https://www.remocn.dev/", "url": "https://www.remocn.dev/r/{name}.json", "description": "Production-ready components for Remotion - text animations, backgrounds, transitions, UI blocks, and full scene compositions" + }, + { + "name": "@exabase", + "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." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 07bda91a585..5e13ee3e8ce 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1203,5 +1203,12 @@ "url": "https://www.remocn.dev/r/{name}.json", "description": "Production-ready components for Remotion - text animations, backgrounds, transitions, UI blocks, and full scene compositions", "logo": "" + }, + { + "name": "@exabase", + "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.", + "logo": "" } ]