From 03430e03bf2952d3bbb9b90fc9ee59d082d1881d Mon Sep 17 00:00:00 2001 From: Petar Stoev <66165404+PetarStoev02@users.noreply.github.com> Date: Mon, 23 Mar 2026 07:54:56 +0200 Subject: [PATCH] feat(registry): add @w3-kit Web3 components registry (#10081) * feat(registry): add @w3-kit Web3 components registry * build: regenerate registries.json --------- Co-authored-by: shadcn --- 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 b927cfa039..c9fe3d0392 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -677,6 +677,12 @@ "url": "https://utilcn.dev/r/{name}.json", "description": "Fullstack registry items to start those big features. Utilcn has ChatGPT Apps, file uploading (with progress bars) and downloading, and a way to make your env vars typesafe on the backend." }, + { + "name": "@w3-kit", + "homepage": "https://w3-kit.com", + "url": "https://w3-kit.com/registry/{name}.json", + "description": "Web3 UI components for blockchain dApps. Includes wallet connection, token swaps, NFT cards, staking interfaces, and 20+ more crypto components." + }, { "name": "@wandry-ui", "homepage": "http://ui.wandry.com.ua/", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 19ef0891c3..59e5f8006e 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -791,6 +791,13 @@ "description": "Fullstack registry items to start those big features. Utilcn has ChatGPT Apps, file uploading (with progress bars) and downloading, and a way to make your env vars typesafe on the backend.", "logo": "" }, + { + "name": "@w3-kit", + "homepage": "https://w3-kit.com", + "url": "https://w3-kit.com/registry/{name}.json", + "description": "Web3 UI components for blockchain dApps. Includes wallet connection, token swaps, NFT cards, staking interfaces, and 20+ more crypto components.", + "logo": "" + }, { "name": "@wandry-ui", "homepage": "http://ui.wandry.com.ua/",