Track revenue locally without a SaaS subscription

I wanted a simple way to see how revenue moves across products and subsidiaries. The options I found were either hosted dashboards with logins and subscriptions, or spreadsheets I maintained by hand.

Revenue Dashboard is just an HTML file plus Chart.js. Open it in a browser or serve it locally. No build step, no server, no telemetry, no account.

Install

open dashboard.html

# or serve locally
python -m http.server 8080
# Visit http://localhost:8080/dashboard.html

What it does

Why it works

Everything runs in the browser. There is no backend, no database, and no account required. Open the file directly or serve it with any local HTTP server.

Export

Use the CSV export to pull the current view into a spreadsheet or accounting tool. The filter state is preserved on export so you do not have to reformat the slice manually.

License: not declared in README. Source: github.com/Coding-Dev-Tools/revenue-dashboard