HTML Minifier
Minify HTML with inline CSS/JS minification. Powered by @minify-html/wasm (Rust).
Paste, drop a file, or .
How to use html minifier
- 1Paste HTML
Any HTML fragment or full document.
- 2Click Run
Output strips whitespace, collapses attributes, and minifies inline CSS/JS.
Frequently asked questions
- Why Wasm?
- The Rust minifier compiled to WebAssembly is 10–100× faster than JS minifiers and bundles cleanly into Next.js.