1 min read

NEW: HTML Minifier

Minify HTML from any website URL or by pasting code directly — reduce file sizes and improve loading performance.

Today we added a new HTML Minifier tool to DevKit.

Like the CSS Minifier, it works in two modes: paste your HTML directly, or enter a URL and the tool fetches the page and compresses its HTML. It removes redundant whitespace, comments, and collapsible markup without changing how the page renders.

Pair it with the CSS and JavaScript minifiers to cover all three core asset types.

Find the HTML Minifier here.

More releases