From 55f5d1c7ccc140eb66d56885dcdb167f8d1c53fb Mon Sep 17 00:00:00 2001 From: MUDAVATH KUMAR Date: Mon, 15 Dec 2025 15:14:50 +0530 Subject: [PATCH] feat: add Ein UI to registry directory (#9068) Add Ein UI registry entry with: - Registry URL: https://ui.eindev.ir/r/{name}.json - Homepage: https://ui.eindev.ir - Description: Beautiful, responsive Shadcn components with frosted glass morphism - Custom gradient logo with glass theme Resolves: #9048 Co-authored-by: Clacky --- apps/v4/public/r/registries.json | 1 + apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 402cce0b6..31c734ce3 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -30,6 +30,7 @@ "@diceui": "https://diceui.com/r/{name}.json", "@doras-ui": "https://ui.doras.to/r/{name}.json", "@efferd": "https://efferd.com/r/{name}.json", + "@einui": "https://ui.eindev.ir/r/{name}.json", "@eldoraui": "https://eldoraui.site/r/{name}.json", "@elements": "https://tryelements.dev/r/{name}.json", "@elevenlabs-ui": "https://ui.elevenlabs.io/r/{name}.json", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index a59ea945c..986746fb2 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -188,6 +188,13 @@ "description": "A collection of beautifully crafted Shadcn/UI blocks, designed to help developers build modern websites with ease.", "logo": "" }, + { + "name": "@einui", + "homepage": "https://ui.eindev.ir", + "url": "https://ui.eindev.ir/r/{name}.json", + "description": "Beautiful, responsive Shadcn components with frosted glass morphism. Built for modern web applications with full dark mode support.", + "logo": "" + }, { "name": "@eldoraui", "homepage": "https://eldoraui.site",