From 262c2082db93ec17c7346e5873f1c3cdd2e75773 Mon Sep 17 00:00:00 2001 From: Petar Stoev Date: Sat, 24 Jan 2026 20:57:30 +0200 Subject: [PATCH 1/2] feat(registry): add @w3-kit Web3 components registry --- apps/v4/registry/directory.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 11b3db59627..b6135cbc8d9 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -622,6 +622,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/", From ed9347c4a39cbee7f2760f1c6f8af47fd6adf947 Mon Sep 17 00:00:00 2001 From: Petar Stoev Date: Tue, 27 Jan 2026 09:34:58 +0200 Subject: [PATCH 2/2] build: regenerate registries.json --- apps/v4/public/r/registries.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index f727c87c3b4..8a1e0f9f138 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -533,6 +533,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/",