2
1 Comment

I built a privacy-first file converter that runs entirely in your browser πŸ”’

Hey IH! πŸ‘‹

Just launched webkit.freeΒ β€” a collection of free online tools for file conversion and compression that process everything locally in your browser.

The problem I was solving:
Every time I needed to convert a HEIC to JPG or compress a video, I had to upload my files to some random website. That always felt wrong β€” especially for personal photos or sensitive documents. Where do those files go? Who has access?

The solution:
All processing happens client-side using WebAssembly and browser APIs. Your files never leave your device. No uploads, no servers touching your data, no accounts required.

Current tools:

β€’ Image compression & conversion (HEIC β†’ JPG, PNG ↔ JPG, WebP)
β€’ Video compression (coming soon)
β€’ PDF tools (merge, compress, e-sign)
β€’ Developer utilities (JSON formatter, Base64, regex tester)
Tech stack:

β€’ Next.js 16 + React 19
β€’ WebAssembly for heavy lifting
β€’ Tailwind v4
β€’ All client-side processing
What's next:

β€’ More video tools
β€’ Platform presets (auto-compress for Discord/WhatsApp file limits)
β€’ Mobile app
Would love to get feedback from the community! What file conversion pain points do you run into? Any tools you wish existed?

πŸ”— webkit.free

posted toAvatar for product webkit.free
webkit.free
  1. 1

    Congratulations on your launch. It looks impressive! What channels are you exploring to attract early users?