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": ""
}
]