I built 108 free browser-based file tools
I've been building side projects for a while, and the one thing that always annoyed me about online file tools was the upload step. So I built EveryTool4U ā 108 free file tools that run entirely in your browser. No uploads. Ever. Everything runs client-side using WebAssembly: PDF tools: Merge, split, compress, sign, OCR, redact, rotate, PDF to Word, JPG to PDF Image tools: Remove background, resize, compress, HEIC to JPG Video tools: Video to GIF, trim, extract audio Dev tools: QR codes, UUID generator, password generator, JSON formatter Finance tools: Invoice generator, resume builder, mortgage calculator Your files never leave your device. Processing uses pdf-lib, FFmpeg.wasm, and Tesseract.js. Most free online tools harvest your data or run ads against your files. Client-side processing eliminates that. It also works offline after first load. š everytool4u.com ā free, no account needed, files stay on your device. Would love feedback from the DEV community!
