Free developer & ad-tech tools

Seven small, focused, browser-only utilities that I built because I needed them in my day job and couldn't find good free alternatives. Everything runs client-side — nothing is uploaded, no signup, no rate limits.

The tools are grouped into two families. The ad-tech tools (ORTB Creative Renderer) are built around OpenRTB and VAST — they exist because debugging programmatic creatives on a real ad slot is painful and slow. The developer tools (JSON, URL, Diff, Escape, Prefix/Suffix, JSON-to-CSV) are the kind of small daily utilities you reach for ten times a day when working with API responses, log files, and data exports.

Each tool has its own page below explaining what it does, who it's for, and how it works under the hood. Or open the live tool directly from the home page.

Ad-tech

Developer


Why use these instead of an installed CLI?

Most professional developers have jq, xmllint, diff, and a dozen other CLI tools installed. These tools are not trying to replace that workflow — they exist for the moments when you don't have a terminal in front of you, when you want to share a one-off result with a non-technical colleague, when you need to verify a quick edge case without context-switching, or when you're working on a machine where you don't want to install anything.

The trade-off is intentional: less power than a CLI, but zero install, zero state, and full privacy because nothing leaves the browser tab.

Reading material

Most of the tools above have a directly related article on the blog: