What it is:
I built Covely: an offline desktop app for tracking cash flow and net worth, conceptually similar to MS Money but built around local data and zero‑server‑side‑storage by default.
Tech stack highlights:
Built as a cross‑platform desktop app (using Tauri on the frontend with Rust backend, backed by a local SQLite‑style store).
Data lives on‑device; there’s no mandatory account or cloud sync.
The free tier lets you add accounts, transactions, and basic reports; the paid tier adds advanced reporting, automation rules, and richer export options. A brief description of what you built.
Why: I am a long‑time Microsoft Money user. When MS Money was sunset, I tried a bunch of online tools, but nothing felt both powerful enough and privacy‑respecting. Everything was either too simple or tightly locked into a subscription and the cloud.Would love to hear your thoughts!
Sietrix Technologies
Build Better Systems. Drive Better Business.
Offline-first with local data storage is a strong choice for privacy-focused users. The Tauri-based stack also looks efficient for a lightweight desktop app.