![[DEV] I got tired of ad-filled web utilities, so I built an open-source, local-first tool kit (Image, PDF, QR).](https://external-preview.redd.it/sB3XEuTeOgbM5bnm86URtjwzXouEOnbfAqdY4sHXCBk.png?width=1080&crop=smart&auto=webp&s=3427d13600741098e470f3765b1d659077f4822c)
[DEV] I got tired of ad-filled web utilities, so I built an open-source, local-first tool kit (Image, PDF, QR).
Like a lot of you, I was getting incredibly frustrated with standard "free online tools" that force you to upload your personal PDFs or images to random servers, bombard you with ads, or lock basic features behind a paywall.
I wanted something completely private and instantaneous, so I built my own suite of tools. It runs entirely in the browser (local-first PWA), meaning your files never actually leave your device.
What it currently handles perfectly:
- Image Compression & Conversion
- PDF Merging & ID Card to PDF formatting
- QR Code Generation
I originally planned to launch this with a client-side video trimmer/processor using ffmpeg.wasm. However, I am currently locked in a brutal battle with CORS headers and SharedArrayBuffer memory crashes. The video processing tools but won't work at the moment. I'm still trying to figure out the issue. If any WASM wizards here have advice, I'm all ears!
It is 100% Free and Open Source.
You can use the live version here: [neatkitapp.com]
I built this tool because I needed it myself, but I'm sharing it in hopes it saves some of you a headache. Let me know what you think, or if there are any other specific mini-tools you'd love to see added to the kit!