diff --git a/apps/v4/content/docs/(root)/figma.mdx b/apps/v4/content/docs/(root)/figma.mdx index 3a07273b34..5884181802 100644 --- a/apps/v4/content/docs/(root)/figma.mdx +++ b/apps/v4/content/docs/(root)/figma.mdx @@ -19,3 +19,4 @@ description: Every component recreated in Figma. With customizable props, typogr - [shadcn/ui kit](https://shadcndesign.com) by [ Matt Wierzbicki](https://x.com/matsugfx) - A premium, always up-to-date UI kit for Figma - shadcn/ui compatible and optimized for smooth design-to-dev handoff. - [Shadcraft UI Kit](https://shadcraft.com) - The most advanced shadcn-compatible kit with instant theming via [tweakcn](https://tweakcn.com), a pro library of components and templates, and complete coverage of shadcn components and blocks. - [shadcn/studio UI Kit](https://shadcnstudio.com/figma) - Accelerate design & development with a shadcn/ui compatible Figma kit with updated components, 550+ blocks, 10+ templates, 20+ themes, and an AI tool that converts designs into shadcn/ui code. +- [Shadcnblocks.com](https://www.shadcnblocks.com) - A Premium Shadcn Figma UI Kit with components, 500+ pro blocks, shadcn theme variables, light/dark mode and Figma MCP ready. diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index d623415230..ed9cd049bf 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1,4 +1,10 @@ [ + { + "name": "@lmscn", + "homepage": "https://lmscn.vercel.app", + "url": "https://lmscn.vercel.app/r/{name}.json", + "description": "LMS components for building interactive learning experiences — quiz, flashcards, matching, fill-in-the-blank, word scramble, sequencing, reading comprehension, spaced repetition and more." + }, { "name": "@8bitcn", "homepage": "https://www.8bitcn.com", @@ -227,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", @@ -802,5 +814,11 @@ "homepage": "https://pixelactui.com", "url": "https://pixelactui.com/r/{name}.json", "description": "Playful pixel art style components library built on top of shadcn. Perfect for retro style projects and games." + }, + { + "name": "@emerald-ui", + "homepage": "https://emerald-ui.com", + "url": "https://emerald-ui.com/r/{name}.json", + "description": "Emerald UI - collection of components built with Motion, GSAP, Tailwind CSS and shadcn/ui." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 4654807291..105f3cb3b0 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1,4 +1,11 @@ [ + { + "name": "@lmscn", + "homepage": "https://lmscn.vercel.app", + "url": "https://lmscn.vercel.app/r/{name}.json", + "description": "LMS components for building interactive learning experiences — quiz, flashcards, matching, fill-in-the-blank, word scramble, sequencing, reading comprehension, spaced repetition and more.", + "logo": "lmscn" + }, { "name": "@8bitcn", "homepage": "https://www.8bitcn.com", @@ -265,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", @@ -936,5 +951,12 @@ "url": "https://pixelactui.com/r/{name}.json", "description": "Playful pixel art style components library built on top of shadcn. Perfect for retro style projects and games.", "logo": "" + }, + { + "name": "@emerald-ui", + "homepage": "https://emerald-ui.com", + "url": "https://emerald-ui.com/r/{name}.json", + "description": "Emerald UI - collection of components built with Motion, GSAP, Tailwind CSS and shadcn/ui.", + "logo": "" } ]