Frequently asked questions
Is my code uploaded anywhere?
No. Formatting runs entirely in your browser with nothing uploaded, so proprietary code stays on your device. A small formatter is loaded once and then cached.
Which languages are supported?
JavaScript, CSS and HTML, each with a Beautify and a Minify action.
What engines does it use?
Beautifying uses the well-known js-beautify library. Minifying JavaScript uses Terser, the same engine used by major bundlers, while CSS and HTML are minified with safe whitespace and comment removal.
Will minifying break my code?
JavaScript is minified with Terser, which is robust and reports a clear error if the code cannot be parsed. CSS and HTML minification only removes comments and unnecessary whitespace.
Can I download the result?
Yes. Copy it, or download it with the correct file extension for the language you chose.