Stories by falcon_
I built Whisper Money: a personal finance app designed so the server never sees your transactions in plaintext.<p>Core idea:<p>- Transactions/accounts/budgets are encrypted on the client before sync (zero-knowledge storage).<p>- No bank integrations/credential sharing; you import CSV&...
Hi HN!<p>I recently built Kaiden — a simple chat-based health assistant that helps you log meals, track activity, and get personalized wellness tips through conversation.<p>It works like a messaging app, but instead of tapping through forms, you just say things like:<p>- “I had eggs and toast for br...
Hi HN,<p>I built Whisper Money because I wanted a way to track and categorize my finances without exposing my transaction history to third-party aggregators or cloud providers that might sell the data.<p>It is a privacy-first, self-hostable personal finance application.<p>Key Features<p>- End-to-end...
I’ve been messing around with the idea of having a coach that actually keeps up with you day to day. Most apps either make you log every crumb manually or just spit out generic meal plans. So I built this: a chat-based AI coach that logs your meals, and workouts, then uses that info to give you dail...
Hi HN,<p>I built Whisper Money because I was frustrated that every personal finance app wanted full access to my bank credentials, fed my transactions into AI systems, or sold my spending data to third parties.<p>Whisper Money takes a different approach:<p>- *No bank credential sharing* - Import you...
I built Whisper Money, a personal finance app where all your data is end-to-end encrypted and only you hold the keys.<p>Site: <a href="http://whisper.money/" rel="nofollow">http://whisper.money/</a><p>Code: <a href="https://github.com/whisper-money/w...
yo! built this analytics thing that actually tracks the stuff that matters - revenue, how ppl use your product, all that good stuff. Not just "oh look 1000 visits today" lol.<p>Way better than google analytics imo, especially if u actually care about making money from ur product.<p>What do...
I built MetricsWave as an open-source alternative to Google Analytics.<p>It’s a self-hosted platform where you own all your data — no tracking scripts, no vendor lock-in, no sending usage data to Google.<p>The backend (Laravel) handles custom metrics, counters, tags, alerts, and an API for ingestion...