RoadmapWhat we're working toward next. This list is deliberately honest about what isn't finished yet — the GitHub issue tracker has the detail; this is the high-level view.
Docs & learningMaking the framework easier to learn end-to-end.Interactive tutorial previewsIn progress
Live, runnable previews embedded in the concepts tutorial, backed by the in-browser fiddle. Today's lessons are read-and-understand; editable, running examples are the next step.Advanced tutorial tracksPlanned
Deep-dive walkthroughs: implementing a custom backend function by function, building interactive CLI tools on the terminal backend, and rendering to microcontrollers via the CPU renderer. AccessibilityThe data model and native mapping ship today; the authoring surface is the gap.Per-primitive accessibility APIPlanned
An ergonomic way to set accessibility props — label, role, traits, actions — on any primitive, via a .accessibility(...) builder and a ui! prop, plus an author-facing announcement call. Every backend already maps the props to native AX (UIAccessibility, AccessibilityNodeInfo, ARIA); this closes the author-side surface.