busymate devtools
This site hosts artifacts — self-contained HTML pages the Busymate DevTools team publishes: illustrations, how-tos, diagrams and reports. Each artifact is a single file with everything inlined (styles, scripts, images as data URIs), served exactly as written.
An artifact never loads anything from another host — the server enforces that with a strict Content-Security-Policy. That makes every page portable, permanent and safe to share: what you see is the whole document.
Every artifact declares a visibility. Public pages are world-readable. Internal pages (marked with a lock on the index) show internal tooling and require a Busymate dashboard sign-in — an anonymous visit is redirected to the login page and returned here after.
.html file (inline everything).<slug>.html.That is the whole flow — the index and the artifact URL pick the file up live on the next request. Details live in the component's README in the repository.