August 2026 — Typeset, Blocks & Charts
The shadcn/typeset port with a builder, a blocks section in the docs, a chart gallery, and a rebuilt documentation site.
A long stretch of work lands together. Four things are worth calling out:
- Typeset — shadcn/typeset ported to SolidJS: one stylesheet you own, with size, leading, and flow as the only controls. The builder previews a design against docs, chat, articles, and notes, and packs every pick into a short typeset code. That code is an installable registry item, so
shadcn@latest add @zaidan/typeset-a1JbnMbrings the stylesheet, the fonts, and your preset class in one go. - Blocks — blocks now have their own section in the docs, separate from components. Image Crop, Message Scroller, Questionnaire, and Sortable live there, each reworked around focused demos and a documented installable surface.
- Charts — 70 chart blocks built on solid-recharts — area, bar, line, pie, radar, radial, and tooltip variants — browsable at /charts and installable one at a time. Chart palettes now ride along with the design system preset instead of shipping as separate registry items.
- Docs site — routing, layout, sidebar, and table of contents rebuilt to match shadcn's presentation, with prerendered pages and code blocks aligned with the originals. Alongside it, 50 components were resynchronized with shadcn@4.16.2, Sonner was renamed to Toast and themed against the design tokens, and Attachment, Bubble, Marker, and Message joined the registry.