Remove comments and collapse whitespace from JavaScript to reduce file size for production use. String and template literal contents are preserved exactly. A useful quick step for standalone scripts — for complex, bundled applications, a proper build tool like esbuild or Terser will give better results and handle source maps.
Verify a file's integrity by checking its hash against an expected checksum. Supports SHA-256, SHA-1, MD5, and more. Runs in your browser — nothing uploaded. Free.
Paste a JSON Web Token to decode and inspect its header, payload, and expiry — entirely in your browser.
Test regular expressions against a string with live match highlighting, flag toggles, and a match details table.