Minify your JavaScript

JavaScript Minifier/Compressor. Free! Provides an API. Simple Quick and Fast.

Digital Ocean

We recommend Digital Ocean for hosting your sites. Free $10 credit when you sign up.

Input JavaScript

Minified Output

API

General

To minify/compress your JavaScript perform a POST request to http://javascript-minifier.com/raw with the input parameter set to the JavaScript you want to minify.

POST http://javascript-minifier.com/raw?input=...

To see implementations in other languages see the Examples page.

(Ends)