Skip to main content

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

Read these pages next

  1. A2UI in Worka
  2. Rust SDK View Builders
  3. Data Binding and Actions
  4. Shared Views and Public Apps
  5. Styling and Localization