Minify Tools
Shrink code and assets for production — minify JavaScript, CSS, HTML, JSON and XML before gzip or CDN deploy.
- Shrink JS, CSS, HTML and JSON bundles before CDN or gzip deploy.
- Minify SVG, SQL, YAML and TOML without uploading source to a server.
- Pair with beautify or unminify tools when you need the reverse path.
Minify JS
Shrink JavaScript bundles before CDN deploy—Terser-backed minification never leaves your tab.
Minify CSS
Compress CSS with CSO/CSSO trimming comments and redundancy while respecting cascade semantics.
Minify JSON
Ship compact JSON payloads and logs—ideal when APIs must stay slim without another backend hop.
Minify HTML
Tighten HTML documents for quicker first paint yet keep inline CSS/JS and structured snippets stable.
Minify XML
Lighten RSS envelopes, SOAP chunks, multilingual sitemaps and configs while CDATA survives intact.
Minify SVG
Cull editor metadata and pointless precision from SVG so icons arrive crisp on every breakpoint.
Minify SQL
Compress SQL queries for production — strip comments and whitespace while preserving string literals.
Minify YAML
Compress YAML configs for K8s, CI/CD and Docker Compose — optional comment preservation.
Minify TOML
Compress TOML configs for Cargo.toml and pyproject.toml — optional comment preservation.
Guides

Learn how to minify JSON for APIs, config files, and data transfer. Reduce file sizes by 20-60% and improve your application performance.

Learn how to minify your HTML code for faster web pages. Remove whitespace, comments and unnecessary attributes to reduce page size by 15-40%.

Master CSS minification with CSSO and PurifyCSS. Advanced techniques, Webpack integration and performance optimization for ultra-fast websites.