Reference

The Toolbox

38 tools, grouped by where they fit in the work rather than by what protocol they speak. Each page covers what the tool does, when it genuinely helps, and whether it is worth running without you.

Debug HTTP

When the browser console is telling you something unhelpful, these let you see the raw exchange — headers, status, the preflight, the handshake — without a framework in the way.

Optimize

Loading a page in a real browser and looking at every request it makes is more informative than any score out of a hundred. These produce the waterfall, the journey and the field data.

Secure

The security work that belongs to whoever builds the site rather than whoever runs the network: content policy, transport headers, and the plugin nobody has updated since launch.

Ship

How your page renders in a share card, what palette it is actually using, and what a visitor can tell about your stack — the things that only surface after it is public.

Convert

Base64, hex, entities, timestamps, JWTs. The tools you open in a second tab twenty times a day, usually because something arrived in a format you did not choose.

Build

Authoring helpers for the small pieces that are easy to get subtly wrong and expensive to debug later — a regex, a cron expression, a hash, a colour conversion.