On-device layout generator 1.0 promises dyslexia-aware typography and spacing
AI · 5 min read
The new 1.0 release of Typeface Adapt, an on-device layout generator, brings an API that programmatically outputs dyslexia-friendly variants of UI components. Designers supply a base component and user preference constraints, and the generator returns alternate token values for font family, x-height, letter spacing, line height, and block width designed to improve readability for users with dyslexia.
Privacy-first by design, the model runs locally in the browser or as a mobile SDK and avoids sending text to third-party servers. It also offers a confidence score and a short rationale for each adjustment so teams can integrate the output into design review processes and user testing before committing changes to components.
Prototype studies published with the release show measurable improvements in single-session reading speed and user-reported comfort among participants with dyslexia. The team has provided adapters for common design systems so tokens can be swapped at runtime, enabling feature flags that deliver inclusive typography dynamically.