Privacy tools have a bad reputation. They feel like they're made for people who live in a bunker, not people who just want to send a document without it ending up in someone's ad database.
I've always found that frustrating. Privacy isn't a niche concern. It's not something only journalists or whistleblowers need. It's just... not wanting strangers to read your stuff. That's normal.
The lecture problem
Most "privacy-focused" products come with a lecture attached. You open the app and it immediately tells you how bad other apps are, how surveillance capitalism is destroying society, here are seventeen steps to secure your digital life. And all of that might be true, but it's exhausting.
I didn't want Hypastack to feel like that.
When you upload a file, you shouldn't have to think about encryption keys or zero-knowledge architecture or any of it. You just drop the file, get a link, send it. That's it. The privacy part happens invisibly, because that's how it should work.
The best privacy is the kind you never have to think about.
What "private by default" actually means
When I say Hypastack is private by default, I mean a few specific things:
- There's no account tied to an email address. You get a nickname, that's it.
- Files are encrypted before they leave your browser. The key is in the URL, not on our servers.
- We don't log IP addresses.
- We don't use Google Analytics or any tracking scripts.
- After 7 days of inactivity, your account and everything in it is permanently deleted.
None of those are marketing decisions. They're design decisions. If I'm not storing something, I can't leak it. If I don't have your key, I can't read your files. The constraints create the privacy.
Simple is harder than it looks
Making something that's genuinely simple takes more work than making something complicated. It's easy to add features. It's hard to figure out which features you shouldn't add.
I think about this a lot with Hypastack. Every time someone requests something, my first instinct is to ask whether it makes the product more confusing. Sometimes the right answer is just no.
Slow software is broken software. An app that asks for too much is broken software. An interface that makes you feel stupid is broken software. These aren't separate concerns from privacy, they're all part of the same thing. Respecting the person using it.
I'm still figuring it out
I don't think Hypastack is perfect. There are things I'd do differently if I started today. But the direction feels right. Private, fast, simple. I'd rather keep doing that imperfectly than chase a different goal entirely.
If you want to look at the other stuff I build, my portfolio is at usekiko.com. A lot of it follows these same ideas.