Which free online tool do you ACTUALLY use daily and trust with your files? 👀

by•

Genuine question — not a trap.

I've been building browser-based tools and the one thing users tell me is:

"I don't trust random free tools with my files"

And honestly? Fair.

So I'm curious, which tools have actually earned your trust? iLovePDF? Canva? Squoosh? Something obscure nobody's heard of?

And bonus question — do you even check WHERE your files go when you upload them? Or just vibe and hope for the best? 😅

(Built for exactly this reason but genuinely curious what the PH community uses)

23 views

Add a comment

Replies

Best

trust is binary for files. I either know the company will still exist in 18 months, or I don't touch it. that knocks 90 percent of new tools off the list before features matter.

the ones that earned my trust pass two tests:

1. operates locally if possible. Squoosh for image compression. iLovePDF only for one-off PDFs because they delete after 24h and i've verified that pattern in network logs. anything long-lived goes through Cleanshot or a local CLI.

2. clear about who is on the other side. Vercel, Cloudflare, Anthropic, Linear, Notion. the founder is named, the company has revenue, the privacy page is written by a human not a lawyer template. these get my real files.

what kills trust instantly: a privacy page that mentions training data without an explicit opt-out toggle. a "free forever" page with no business model named. a tool from a company i can't find a person behind.

bonus question — yes I always check. open the network tab on a "free PDF compressor" once and you'll never trust them again. 80 percent of them upload your file to an unrelated S3 bucket with no encryption-at-rest.

side note: the "free online tool" market has the worst trust-to-value ratio of any software category because the price signal is missing. raise the floor to $3/mo and half the bad actors disappear.

 

Your point about checking the Network tab really stood out. I wish more people actually did that before uploading sensitive files.

As someone building browser-based tools, I've realized privacy isn't just a feature ,it's part of the product itself. If users can't easily verify your claims, they'll eventually stop trusting them.

I'm curious though: do you think independent builders can realistically earn that level of trust through transparency alone, or does it still take years of brand recognition?