Skip to content

# nothing leaves your browser

Developer tools that run in your browser

Utilities that process everything locally. You can paste production logs, session tokens or payloads holding customer data: none of it leaves your machine.

View resume →Read the blog →

Tools

Why this matters

Most online utilities send whatever you paste to their backend. For a sample JSON, fine. For a production JWT — which is a live credential — or a log holding customer data, that is a leak. Here the processing happens in JavaScript in your browser: you can open the network tab and confirm no request goes out.

Who maintains this

I am a backend and fullstack developer working with Django, Python and server infrastructure. I built these tools because I use every one of them daily, and it bothered me to paste production data into a site that processes it on someone else server.

View resume →