diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json
index b5c4607af5..67c7c4df54 100644
--- a/apps/v4/public/r/registries.json
+++ b/apps/v4/public/r/registries.json
@@ -1024,5 +1024,11 @@
"homepage": "https://flowkit-ui.vzkiss.com",
"url": "https://flowkit-ui.vzkiss.com/r/{name}.json",
"description": "Opinionated, accessible components on Base UI and shadcn-style primitives — starting with a Creatable Combobox."
+ },
+ {
+ "name": "@termcn",
+ "homepage": "https://termcn.vercel.app",
+ "url": "https://termcn.vercel.app/r/{name}.json",
+ "description": "Beautiful terminal UIs, made simple. Ready to use, customizable terminal UI components for React.",
}
]
diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json
index 5f78c62ea6..de18be700a 100644
--- a/apps/v4/registry/directory.json
+++ b/apps/v4/registry/directory.json
@@ -1196,5 +1196,12 @@
"url": "https://flowkit-ui.vzkiss.com/r/{name}.json",
"description": "Opinionated, accessible components on Base UI and shadcn-style primitives — starting with a Creatable Combobox.",
"logo": ""
+ },
+ {
+ "name": "@termcn",
+ "homepage": "https://termcn.vercel.app",
+ "url": "https://termcn.vercel.app/r/{name}.json",
+ "description": "Beautiful terminal UIs, made simple. Ready to use, customizable terminal UI components for React.",
+ "logo": ""
}
]