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

luam@net.br:~$or press /

# json & data

# encoding

# binary

# time

# security

# text

# color

# web

# video — ffmpeg in wasm

# audio — ffmpeg in wasm

29 tools · 29 local

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. The network tab is not empty: the page loads its own fonts and scripts. What it never shows is your content going out, because it never enters a request.

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 →