Browser-local developer tools

Small tools for the ten-second problems.

Format a JSON payload, decode a token, check when a cron job really fires, or diff two configs. Every tool on this site runs inside your browser tab. Nothing you paste is uploaded, and there is no account to create.

  • No upload — verify it yourself
  • 10 tools
  • Works offline
  • No signup, no limits

Find a tool

Filtering happens in the page — no request is made while you type.

Showing all 10 tools.

The claim

Your input never leaves this tab

This is not a slogan. In November 2025, two of the most popular online formatter sites were found to have exposed more than 5 GB of user submissions — including live AWS keys and Stripe secrets — because they processed input on their servers. Files uploaded to a honeypot key were used by someone else within 48 hours.

Here is how to check that DevCvt is not doing that:

  1. Open your browser's developer tools, switch to the Network tab, then use any tool on this site. You will see no request carrying your input.
  2. Or switch off your network connection entirely and keep using the tools. They still work, because the computation is all local.
  3. Tool code lives in plain JavaScript files under /_astro/. Search them for fetch( — the only third-party script on the site is the advertising tag described in the privacy policy.