busymate devtools

About Busymate Artifacts

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.

Why self-contained

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.

Public vs internal

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.

How the team publishes one

  1. Write one self-contained .html file (inline everything).
  2. Drop it in the artifacts content folder as <slug>.html.
  3. Add a manifest row: title, description, date, tags, visibility.

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.