diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index c53e9aa55d..1b40e63924 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -245,6 +245,12 @@ "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": "@gamifykit", + "homepage": "https://gamifykit.com", + "url": "https://gamifykit.com/r/{name}.json", + "description": "A collection of fully composable components that extend shadcn/ui with a focus on common gamification UI patterns." + }, { "name": "@glass-ui", "homepage": "https://glass-ui.crenspire.com", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 827c63801f..4176211294 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -287,6 +287,13 @@ "homepage": "https://binnodon.github.io/gc-solid-ui", "logo": " " }, + { + "name": "@gamifykit", + "homepage": "https://gamifykit.com", + "url": "https://gamifykit.com/r/{name}.json", + "description": "A collection of fully composable components that extend shadcn/ui with a focus on common gamification UI patterns.", + "logo": "" + }, { "name": "@glass-ui", "homepage": "https://glass-ui.crenspire.com",