Get Started
The lab is a side-by-side Dashboard: browser DOM on the left, limn canvas on the right. Geometry probes prove layout/paint alignment.
bun run dev
# http://localhost:5190
In the lab page console:
window.__labParity(2)
// → { ok, miss, diffs }
Target: 0 miss on the Dashboard probe set.
Pixel-level A/B tooling also lives under bun run test:pixel (Playwright).
lab/Dashboard.tsx — real UI surface for fidelity worklab/parade-* — feature paradelab/bench.* — performance harnessaihand runtime screen can inspect the live tab
without launching a second browser. See root AGENTS.md.