Show HN: Convert HEIC to JPG in browser without server uploads

2 alldadev 2 8/11/2025, 3:38:02 PM quickjpg.com ↗

Comments (2)

piyiotisk · 2h ago
I did this a while back at https://github.com/piyiotisk/filedbot-client

Which it was a personal side project. Have a look!

alldadev · 3h ago
Hi HN! I built this because I was tired of uploading personal photos to random servers just to convert them.

  Technical details:
  - Uses WebAssembly for image processing
  - React + TypeScript frontend
  - Hosted on Cloudflare Pages
  - 100% client-side - no server processing
The biggest challenge was getting HEIC support working across browsers since they don't natively support the format.

Would love feedback on the UX and any feature requests!