From f2552d3f3b3e23f1b6ad9d430cf2e459a5dcf65e Mon Sep 17 00:00:00 2001
From: Dinil Thilakarathne
<126305123+Dinil-Thilakarathne@users.noreply.github.com>
Date: Thu, 5 Feb 2026 04:18:30 +0530
Subject: [PATCH] feat: Add @sona-ui to registries and directory.
---
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 6f18f5da58..ed2db94391 100644
--- a/apps/v4/public/r/registries.json
+++ b/apps/v4/public/r/registries.json
@@ -712,5 +712,11 @@
"homepage": "https://typedora-ui.netlify.app",
"url": "https://typedora-ui.netlify.app/r/{name}.json",
"description": "Typedora UI is a next-generation extension layer for shadcn/ui, designed to bring full type-safety to your UI components."
+ },
+ {
+ "name": "@sona-ui",
+ "homepage": "https://sona-ui.vercel.app",
+ "url": "https://sona-ui.vercel.app/r/{name}.json",
+ "description": "A modern UI component library built with React and TailwindCSS to help you build beautiful and accessible web applications faster."
}
]
\ No newline at end of file
diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json
index fcec2e26ad..d864f59ff3 100644
--- a/apps/v4/registry/directory.json
+++ b/apps/v4/registry/directory.json
@@ -831,5 +831,12 @@
"url": "https://typedora-ui.netlify.app/r/{name}.json",
"description": "Typedora UI is a next-generation extension layer for shadcn/ui, designed to bring full type-safety to your UI components.",
"logo": ""
+ },
+ {
+ "name": "@sona-ui",
+ "homepage": "https://sona-ui.vercel.app",
+ "url": "https://sona-ui.vercel.app/r/{name}.json",
+ "description": "A modern UI component library built with React and TailwindCSS to help you build beautiful and accessible web applications faster.",
+ "logo": ""
}
]