Skip to content
//nullpath.tools

Developer utilities, run locally

Tools that never phone home.

JSON formatting, diffing, encoding, generators — the everyday utilities you reach for ten times a day, built to run entirely in your browser tab. No accounts, no uploads, no tracking pixels reading your data.

0 requests sent since load
Live preview — json-formatter
{
  "name": "nullpath.tools",
  "requests_sent": 0,
  "runs": "entirely-in-browser",
  "tools": [
    "json-formatter",
    "json-diff"
  ]
}

Available now

Start with these

Why local-only

Your input never leaves this tab.

01 · No server round-trip

Parsing and formatting run in JavaScript, on your device. There's no API call to wait on, and no backend that could log what you pasted.

02 · Verifiable, not just claimed

Every tool page shows a live count of outgoing network requests. Watch it stay at zero while you work.

03 · Fast by default

No frameworks to hydrate, no analytics beacons to wait on. Pages ship as near-static HTML.