cd /news/developer-tools/i-stopped-uploading-my-files-to-rand… · home topics developer-tools article
[ARTICLE · art-12660] src=dev.to ↗ pub= topic=developer-tools verified=true sentiment=↑ positive

I stopped uploading my files to random websites and built my own tools instead

The article describes how the author grew frustrated with uploading sensitive files to unknown online tools and decided to build their own browser-based alternatives using WebAssembly and client-side code. This led to the creation of PureTools, a collection of 54 free utilities for video, audio, PDF, images, and more, all running locally in the browser without any server-side processing. The key feature is that user files never leave their device, ensuring privacy and security.

read1 min views25 publishedMay 23, 2026

Every week I'd find myself doing the same thing. Googling "compress PDF Every week I'd find myself doing the same thing. Googling "compress PDF online free", clicking the first result, up my file to some website I'd never heard of, and hoping for the best. One day I actually read the privacy policy of one of these tools. "Files retained for 24 hours. Processed on our servers. May be used to improve our services." That was enough for me. WebAssembly changed everything. It lets you run near-native code directly in a browser tab, no server needed. FFmpeg, the same tool professionals use for video processing? Runs client-side. PDF manipulation? Client-side. Cryptographically secure password generation? The browser has had a native API for that for years. So I started building. What began as a simple video compressor turned into something much bigger. Every time I needed an online tool, I asked myself one question: could this run in the browser? Almost always, the answer was yes. The result: PureTools — 54 free utilities covering video, audio, PDF, images, passwords, finance calculators and developer tools. Embarrassingly simple. Pure HTML, CSS and vanilla JavaScript. No frameworks. It wasn't the code. It was resisting the urge to add a backend "just for analytics" or "just for user accounts". Every time I considered adding something server-side, I realized I was becoming the thing I was trying to replace. The constraint became the product. If you're tired of up your files to random websites, give it a try. Your files never leave your device. That's the whole point. If you're tired of up your files to random websites, give it a try: puretools.io Everything runs in your browser. Your files never leave your device. That's the whole point.

── more in #developer-tools 4 stories · sorted by recency
── more on @puretools 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/i-stopped-uploading-…] indexed:0 read:1min 2026-05-23 ·