DEV Community

Cover image for I got tired of uploading images, so I built my own converter
GhostlyInc
GhostlyInc

Posted on

I got tired of uploading images, so I built my own converter

Every time I optimized images for a website, I ended up doing the same annoying loop:

  • upload images
  • wait
  • download again
  • repeat

It sounds small, but it completely kills your flow when you're working on real projects.

Especially when you're dealing with:

  • batches of images
  • WebP / AVIF conversions
  • multiple iterations

At some point I just thought:
why am I still uploading files in 2026?

So I built a small local tool that does exactly what I needed:

  • drop a folder
  • convert everything to WebP / AVIF
  • done

No uploads. No browser tabs. No friction.

It’s not meant to be another "online converter alternative".
It’s just a faster workflow.

Curious how others handle this.

Do you still use online converters or do you have a local setup?

See the full workflow (real examples, no uploads):
Full local workflow (no uploads, batch, WebP & AVIF)

Top comments (1)

Collapse
 
bhavin-allinonetools profile image
Bhavin Sheth

Totally relate to this.

That upload → wait → download loop breaks focus more than people realize, especially when you’re iterating fast. I moved to local tools for the same reason.

For quick cases I still use my Image Converter, but for bulk work local setup just feels 10x smoother.