Compress images up tp 90% and convert to webP & AVIF, useful for web vitals score, bulk supported and free to use.

This page summarizes the projects mentioned and recommended in the original post on /r/web_design

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • artdata

  • Really, this is nice for one-offs. But an API isn't going to be included as part of a build process. It's unreliable, faulty, and unlikely to fit into CI well. For example, with my project I take source art and compress it down. Anything that's not able to be added to my CI process nicely is removed from my pool of choices. That includes anything with a rate limit, or the potential to go down.

  • webp_server_go

    Go version of WebP Server. A tool that will serve your JPG/PNG/BMP/SVGs as WebP/AVIF format with compression, on-the-fly.

  • I'm currently using a tiny proxy server which does all that on the fly and caches it. Works brilliantly. Allows me to use lossless PNGs instead of JPGs without any drawbacks except a slight increase in response time the very first time a file is requested.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • squoosh

    Make images smaller using best-in-class codecs, right in the browser.

  • Looks nice, but I'm afraid it's not going to tear me away from https://squoosh.app/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts