Given a customer MRR sheet (CSV or Excel) like this:
Customer | Start Date | End Date | 2024-01 | 2024-02 | 2024-03 | 2024-04 | 2024-05 | 2024-06 | 2024-07 |
---|---|---|---|---|---|---|---|---|---|
Customer1 | 2024-01 | N/A | 1000 | 1000 | 1000 | 1000 | 1000 | 1000 | 1000 |
Customer2 | 2024-03 | N/A | 0 | 0 | 1000 | 3000 | 4000 | 5000 | 6000 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
You'll get a simple and completely local dashboard with all of your basic revenue KPIs.
- Monthly Revenue
- MRR
- ARR
- Net Revenue Retention
- Average Contract Value
- Active Customers
- Clone the repository
- Run
npm install
- Run
npm run build
- Clone the repository
- Run
npm install
- Run
npm run dev
Apache 2.0