Insight Dashboard
Offline-first desktop dashboard for small businesses
A Windows desktop app that lets a small business run its whole back office in one place — sales, purchases, expenses, clients, suppliers, credits, recurring expenses, and inventory — without needing an internet connection.
Why it matters
Small shops usually stitch this together across spreadsheets and disconnected tools. I wanted one fast, local app the owner actually controls, with their own custom fields and an archive so nothing gets lost.
- Designed the SQLite schema and the offline data layer that keeps everything local
- Built the dashboard analytics that summarize sales, purchases and expenses
- Added custom fields, recurring expenses, credits and an archive system
- Packaged it as a lightweight native app with Tauri instead of a heavy Electron build
- Tauri
- React
- TypeScript
- SQLite