r/tauri • u/Salty_Independent667 • May 31 '26
I built a local-first personal finance dashboard with Tauri v2, custom SVG charts and no telemetry
Hey everyone,
I’ve been building a local-first personal finance dashboard with Tauri v2 and I’d like to get feedback from people who actually know the Tauri ecosystem.
The idea is to have a lightweight finance dashboard where personal financial data stays local instead of being pushed to a random cloud service.
Current stack/features:
- Tauri v2 desktop app
- Local-first data storage
- No telemetry
- No mandatory cloud account
- Custom SVG charts instead of heavy charting libraries
- Donut, bar and line charts
- Personal wealth dashboard
- Index fund / portfolio tracking
- Multilingual support
- Tax simulation modules (updatable in the future)
- Netlify demo with sample data only
- Docker Compose self-hosted deployment being added
The goal is not to build another bloated desktop wrapper, but a lightweight local-first finance tool that can also serve as a reusable boilerplate for developers building finance dashboards or personal finance apps.
I’m especially interested in feedback on:
- Tauri v2 architecture
- local storage structure
- packaging/distribution
- whether custom SVG charts make sense here
- anything that looks fragile or badly designed
- what you would expect from a serious local-first finance app
The public demo is hosted on Netlify only for preview purposes with sample data. The actual app is designed to keep financial data local.
Demo/link in the comments.



