WASM web candidate

Tokamak

SwiftUI-compatible browser rendering through TokamakDOM.

Many worlds. One workstream.
renderer WASM DOM maturity Investigate maintainer External upstream campus Campus maintainer candidate mode Dynamic frontend with Swift npm No npm manifest observed setup Syntax specimen only import TokamakDOM

Shipping question

Can a SwiftUI-compatible WASM app carry the homepage and interactive worldline field?

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 Package.swift and no npm manifest or lockfile paths; GitHub API reports the repository archived.

Package: https://github.com/TokamakUI/Tokamak

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

import TokamakDOM
struct WrkstrmHome: View {
  var body: some View {
    ZStack {
      Text("wrkstrm")
      Text("Many worlds. One workstream.")
    }
  }
}