Minimal-repro playground served from
/srv/privatelocalchat/bench/. Separate HTTPS origin from
privatelocalchat.benac.dev so service workers, OPFS, and
IndexedDB are fully isolated. No React, no app code, no shared imports.
Each experiment is a single self-contained HTML page that tests one
hypothesis with DevTools open. See CLAUDE.md ยง
"Investigation methodology" for why this exists.
Open DevTools (F12) before running any experiment. Read the actual stack traces, memory, and network panels. The in-page dev harness is intentionally not wired into this origin.
/srv/privatelocalchat/bench/<name>/index.html, kept under ~200 lines.import from /srv/privatelocalchat/src. Bench pages may load ORT / Wllama / Transformers.js directly from /ort/, /wllama/, or /transformers-ort/ if needed, but may not share code with the product.NOTES.md, not in doc polish.