WASM web candidate

ElementaryUI

Browser-native Swift with a declarative view grammar.

Many worlds. One workstream.
renderer WASM DOM maturity Candidate to build next maintainer External upstream campus Campus maintainer candidate mode Dynamic frontend with Swift npm npm present in browser runtime setup Syntax specimen only import Elementary

Shipping question

Can the homepage ship as a Swift-authored browser app with SwiftUI-like state and DOM rendering?

This specimen is generated by the wrkstrm homepage model. It does not prove the upstream framework is installed in the campus until a setup receipt lands here.

npm evidence: 2026-05-18 recursive GitHub tarball scan found BrowserRuntime/package.json plus pnpm locks in browser runtime, examples, and benchmarks.

Package: https://github.com/elementary-swift/elementary-ui

current provisional award

Where this competitor is strongest.

Best dynamic browser motion lab

ElementaryUI

Swift-authored browser runtime that can test state, DOM updates, and animated interaction.

Why
It has the strongest dynamic-browser ambition in the current catalog and is already marked build-now for the homepage pressure test.
Prove next
Run a real campus demo with frame timing, interaction latency, reduced-motion fallback, and browser bundle size.
Sharp edge
The BrowserRuntime npm surface is real pressure; JavaScript cannot quietly become the product boundary.
animation dynamic-ui wasm npm-pressure award

Homepage arc

candidate

Generate possible worlds

Agents and digikomas produce apps, documents, diagrams, releases, and decisions.

parallel

Compare timelines

Shipped, stalled, counterfactual, and next-best branches stay visible together.

proved

Select the executable path

Schemas, Swift packages, DocC, receipts, commits, and releases back the branch.

Adapter sketch

@View
struct WrkstrmHome {
  var body: some View {
    main {
      h1 { "wrkstrm" }
      p { "Many worlds. One workstream." }
    }
  }
}