From 4b7e38ab42dbbc45becdd076690922e666388efb Mon Sep 17 00:00:00 2001 From: Ronny Badilla Date: Tue, 20 Jan 2026 10:53:55 -0600 Subject: [PATCH] feat(registry): add @pastecn to the registry (#9390) --- 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 cb91862e2e..e6e153e2e3 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -347,6 +347,12 @@ "url": "https://ui.paceui.com/r/{name}.json", "description": "Animated components and building blocks built for smooth interaction and rich detail. Copy, customise, and create without the extra setup." }, + { + "name": "@pastecn", + "homepage": "https://pastecn.com", + "url": "https://pastecn.com/r/{name}", + "description": "pastebin + shadcn = pastecn. Paste your code and get a shadcn-compatible registry URL instantly." + }, { "name": "@paykit-sdk", "homepage": "https://www.usepaykit.dev", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index a82cc5b2c1..fc3bba9faf 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -405,6 +405,13 @@ "description": "Animated components and building blocks built for smooth interaction and rich detail. Copy, customise, and create without the extra setup.", "logo": "" }, + { + "name": "@pastecn", + "homepage": "https://pastecn.com", + "url": "https://pastecn.com/r/{name}", + "description": "pastebin + shadcn = pastecn. Paste your code and get a shadcn-compatible registry URL instantly.", + "logo": "" + }, { "name": "@paykit-sdk", "homepage": "https://www.usepaykit.dev",