SunnyTools

Developer Tools

JavaScript Minifier

Compress JavaScript locally, optionally keep comments, and download a .min.js file.

Before

0 B

After

0 B

Saved

0%

What is JavaScript Minifier?

JavaScript Minifier compresses JavaScript text without running it.

How to use it

Paste JavaScript, choose whether to keep comments, minify, then copy or download the .min.js file.

How it works

The browser walks through the source text, preserves strings and templates, removes safe whitespace, and never uses eval or Function.

Is data saved?

JavaScript input stays on the page and is never executed or uploaded.

Related tools

Tools in the same category that are planned or ready to use.

JVDeveloper Tools

JSON Formatter & Validator

Format, minify, validate, and inspect JSON snippets.

2-36Developer Tools

Number Base Converter

Convert integers between binary, octal, decimal, hexadecimal, and custom bases.

64Developer Tools

Base64 Encoder/Decoder

Encode or decode Base64 text in your browser.