Hey IH! I'm Ali, a solo developer, and I just finished building CryptVault — an end-to-end encrypted secrets manager where no one (not even me) can access your data.
Why I built this
I've been using password managers for years, but something always bothered me:
So I decided to build one myself — with zero-knowledge architecture from day one. The server never sees your plaintext data. Period.
The tech behind it
This was the most fun (and challenging) part:
Your Master Password never leaves your device. It derives the key that decrypts your RSA private key, which then decrypts your secrets. If you forget it, even I can't help you — that's the point.
For recovery, I implemented a 13-word BIP-39 mnemonic (similar to crypto wallets). You get it once when you create your vault.
What it does
Stack
Business model
Simple and transparent:
I wanted PRO to be affordable enough that it's a no-brainer if you use the free tier and want more.
Challenges I faced
Encryption complexity: Getting RSA + AES + Argon2id to work together seamlessly across client and server took weeks of iteration. Key management is hard.
Zero-knowledge trade-offs: When you can't read user data, you can't offer "forgot password" recovery the normal way. The BIP-39 recovery key was my solution.
Solo developer bandwidth: Building frontend, backend, encryption layer, admin panel, payment integration, and landing page alone is... a lot. But also incredibly rewarding.
What's next
Launching on Product Hunt on March 31 (Tuesday). After that:
Try it out
The app is live at cryptvault.app. Free tier available — no credit card required.
I'd love to hear your thoughts, feedback, or questions about the architecture. Happy to go deep on the encryption design if anyone's curious!
the zero-knowledge architecture is the right call. after the LastPass breach, trust-based models are dead for anyone paying attention.
$1.99/mo for PRO is smart pricing. low enough that it's impulsive but still validates willingness to pay. i went through the same pricing journey with my outreach service — started too high ($997), then too low (free), settled on $297/mo which is the sweet spot for B2B.
question about your PH launch strategy: are you doing any outreach to security-focused communities beforehand? r/selfhosted, r/privacy, HN — those audiences would eat this up. the self-hosted option on your roadmap is especially compelling for that crowd.
good luck with the tuesday launch. the solo developer angle + zero-knowledge + that price point is a strong combo.