Milano.
document.json
{
  "context": { "surface": "string" },
  "root": {
    "type": "Headline",
    "properties": {
      "text": {
        "$expr": "concat('Documents become ', context.surface)"
      }
    }
  }
}
// resolved on SwiftUI and Compose, identically

Documents become native UI.

Milano is a client-only, design-system-agnostic Document-Driven UI framework for SwiftUI and Compose. A JSON document describes structure and behavior; your components draw every pixel. Validated at one gate, rendered identically on both platforms.