TToolsKit

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

  1. 1
    Paste HTML

    Any HTML fragment or full document.

  2. 2
    Click 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.

Related tools