Skip to content
The Internet Compass

Developer Utilities

JavaScript Minifier

A lightweight comment-and-whitespace strip — useful for a quick size cut. For production shipping, a real bundler's minifier (Terser, esbuild) will do more.

FreeNo sign-upRuns in your browser

How it works

  1. 1Paste JavaScript
  2. 2Comments and blank lines are stripped
  3. 3Copy the reduced output

Who this is for

  • Quick size reduction for a standalone script
  • Stripping comments before sharing a code snippet
  • Lightweight compression outside a build pipeline