Launched this week
NoTrace Assets
A net worth tracker with no servers, no accounts, no ads.
1 follower
A net worth tracker with no servers, no accounts, no ads.
1 follower
A privacy-first personal asset manager. Track your bank accounts, brokerage, crypto, pensions — everything — without sending a byte to any server. Your data lives in your browser's LocalStorage. No accounts, no tracking, no cloud. One-time $20 unlock for charts and projections.







I built a personal asset tracker that has no database.
Unlike Mint, Personal Capital, or Money Forward — your data never
leaves your browser. No accounts to create. No tracking. No cloud sync.
Everything you enter lives in your browser's LocalStorage, encrypted
in transit by HTTPS, and that's the only "transit" that ever happens.
The Content Security Policy is intentionally strict — `connect-src 'none'`
means the app is literally blocked by the browser from making any
network call after the initial page load. You can verify this in
DevTools.
What you get:
Free
• Asset groups (bank / brokerage / crypto / pension / real estate / etc.)
• Monthly close to snapshot history
• Privacy mode (one-tap blur to hide numbers in cafés)
• JSON export / import for backup and device migration
• Allocation pie chart
• PWA install (works offline)
• Light / dark / system theme
Pro ($20, one-time, lifetime updates)
• 7 charts (allocation, total trend, category mix, cashflow,
concentration risk, drawdown, 30-year projection)
• Goal line on the asset projection
• Trend charts in history modals
Why one-time?
A privacy-focused tool that asks you for money every month feels off.
You buy it once. It works forever, on every device you own.
Tech: React + Vite + Tailwind, deployed as a PWA on Cloudflare Pages.
Pro license is verified offline using an Ed25519 signature — no
license server call required.
Looking for feedback, especially on the trade-offs:
- No cloud sync (use JSON export/import for device migration)
- No data recovery if you clear browser storage
- These trade-offs are intentional, but I'm curious if they
feel acceptable for the value.
Try it free: https://notraceassets.app
Hey Product Hunt 👋
Maker here. I'm a designer who got tired of every financial app asking for my email, my bank login, and my "anonymized" usage data. So I built one that asks for nothing.
The whole architecture is the trust mechanism:
• CSP `connect-src 'none'` literally blocks the app from making any network call after page load
• License keys are Ed25519-signed and verified entirely offline
• JSON export never includes the license key (so sharing exports doesn't leak access)
I'm not a native English speaker, so apologies in advance for any weird phrasing in my replies.
I'd especially love your thoughts on:
1. Does "no cloud sync, you handle migration with JSON" feel like
a feature or a bug to you?
2. Pro is $20 one-time. Does that feel right for the value, or
would subscription have been better?
3. What's the one missing feature that would make you actually
buy the Pro?
Thanks for taking a look 🙏