From 9c39e1ddc979b32e983d2b7d17296a093519d48a Mon Sep 17 00:00:00 2001 From: emir <95132095+emir404@users.noreply.github.com> Date: Thu, 19 Feb 2026 21:51:05 +0300 Subject: [PATCH] feat: arc 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 191543f5b5..a9502c3063 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -23,6 +23,12 @@ "url": "https://build.abs.xyz/r/{name}/json", "description": "A collection of React components for the most common crypto patterns" }, + { + "name": "@arc", + "homepage": "https://witharc.co/components", + "url": "https://witharc.co/r/{name}.json", + "description": "Animated, accessible UI components built with React and Tailwind CSS." + }, { "name": "@aceternity", "homepage": "https://ui.aceternity.com", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 62511d34aa..6e0301329d 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -27,6 +27,13 @@ "description": "A collection of React components for the most common crypto patterns", "logo": "" }, + { + "name": "@arc", + "homepage": "https://witharc.co/components", + "url": "https://witharc.co/r/{name}.json", + "description": "Animated, accessible UI components built with React and Tailwind CSS.", + "logo": "" + }, { "name": "@aceternity", "homepage": "https://ui.aceternity.com",