Changelog
What changed, and when.
content
Catalogue reaches 481 components
- Imported seven MIT-licensed registries with full author attribution: SmoothUI, Magic UI, shadcn/ui, ReUI, Fancy Components, Kibo UI and Eldora UI.
- Added a 37-component 3D pack — Three.js scenes, raw GLSL shaders, a GLTF viewer, scroll-driven cameras and CSS 3D effects.
- Rebuilt categorisation into 21 buckets; the old catch-all held 282 of 462 components and made the filter useless.
- New originals across the thin categories: heroes, pricing, navigation and feedback.
fix
Registry index no longer truncated
- The component query capped every result set at 60 rows regardless of the caller's limit, so the registry index exposed 60 of 481 components to the shadcn CLI and MCP clients.
- Tag filtering crashed the browse page: a JS array interpolated into a SQL template bound as one untyped parameter, which Postgres rejects.
- Card previews were offset by half a tile in right-to-left layouts — logical inset properties over-constrained the box and the transform origin scaled from the wrong edge.
release
First public deployment
- Live on a self-hosted server: application, Postgres and registry endpoint on one host.
- shadcn-compatible registry API — every component installs with a single CLI command.
- In-browser preview sandbox: no server-side bundler, so cost stays flat as the catalogue grows.
- Arabic and English throughout, with full right-to-left support.
- Scheduled database backups every six hours.