Views and UI
Worka renders generated and pack-provided interfaces through A2UI.
That matters because the platform wants views to be:
- portable across clients
- structured enough for the runtime to reason about
- updatable through platform messages rather than arbitrary frontend code
What this section covers
This section explains:
- how A2UI fits into Worka
- how to build views with the Rust SDK
- how data binding and actions work
- how shared views fit into the model