diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 85c15cc150..ed9cd049bf 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -233,6 +233,12 @@ "url": "https://ui.heygaia.io/r/{name}.json", "description": "Production-ready UI components designed for building beautiful AI assistants and conversational interfaces, from the team behind GAIA." }, + { + "name": "@gc-solid", + "homepage": "https://binnodon.github.io/gc-solid-ui", + "url": "https://binnodon.github.io/gc-solid-ui/r/{name}.json", + "description": "SolidJS port of shadcn-ui components built with Kobalte primitives. 57+ components with full TypeScript support and Vega theme." + }, { "name": "@glass-ui", "homepage": "https://glass-ui.crenspire.com", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index effd0fc2a3..105f3cb3b0 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -272,6 +272,14 @@ "description": "Production-ready UI components designed for building beautiful AI assistants and conversational interfaces, from the team behind GAIA.", "logo": "" }, + { + "name": "@gc-solid", + "url": "https://binnodon.github.io/gc-solid-ui/r/{name}.json", + "description": "SolidJS port of shadcn-ui components built with Kobalte primitives. 57+ components with full TypeScript support and Vega theme.", + "author": "binnodon", + "homepage": "https://binnodon.github.io/gc-solid-ui", + "logo": " " + }, { "name": "@glass-ui", "homepage": "https://glass-ui.crenspire.com",