cursor-usage-tracker 1.4.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +15 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,11 +5,15 @@
5
5
  <h1 align="center">Cursor Usage Tracker</h1>
6
6
 
7
7
  <p align="center">
8
- Know who's burning through your AI budget before the invoice tells you. Open-source Cursor Enterprise cost monitoring with anomaly detection, Slack alerts, and spend analytics.
8
+ Open-source cost monitoring for Cursor Enterprise teams. Track AI spend per developer, detect anomalies automatically, and get Slack alerts before the invoice surprises you. Self-host with Docker or <a href="https://cursor-usage-tracker.sticklight.app">let us run it for you</a>.
9
9
  </p>
10
10
 
11
11
  <p align="center">
12
- <a href="https://cursor-usage-tracker.sticklight.app">Website</a> · <a href="#quick-start">Quick Start</a> · <a href="#deploy">Deploy</a> · <a href="#features">Features</a>
12
+ <a href="https://cursor-usage-tracker.sticklight.app"><img src="https://img.shields.io/badge/🌐_Website-Hosted_&_Managed-6366f1?style=for-the-badge" alt="Website Hosted & Managed" /></a>
13
+ &nbsp;
14
+ <a href="#quick-start"><img src="https://img.shields.io/badge/Quick_Start-grey?style=for-the-badge" alt="Quick Start" /></a>
15
+ &nbsp;
16
+ <a href="#features"><img src="https://img.shields.io/badge/Features-grey?style=for-the-badge" alt="Features" /></a>
13
17
  </p>
14
18
 
15
19
  <p align="center">
@@ -24,14 +28,6 @@
24
28
 
25
29
  ---
26
30
 
27
- ## Why This Exists
28
-
29
- This dashboard answers three questions:
30
-
31
- 1. **Cost monitoring** - Are we spending too much? Who's driving it? Why?
32
- 2. **Adoption tracking** - Is everyone using the tool we're paying for?
33
- 3. **Usage understanding** - How is each person working with AI?
34
-
35
31
  ## AI Spend Is a Blind Spot
36
32
 
37
33
  Engineering costs used to be two things: headcount and cloud infrastructure. You had tools for both. Then AI coding assistants showed up, and suddenly there's a third cost center that nobody has good tooling for.
@@ -42,6 +38,12 @@ Cursor's admin dashboard shows you the raw numbers, but it won't tell you when s
42
38
 
43
39
  I built cursor-usage-tracker to fix that. It sits on top of Cursor's Enterprise APIs and gives engineering managers, finance, and platform teams actual visibility into AI spend before it becomes a surprise.
44
40
 
41
+ ## What This Dashboard Answers
42
+
43
+ 1. **Cost monitoring** - Are we spending too much? Who's driving it? Why?
44
+ 2. **Adoption tracking** - Is everyone using the tool we're paying for?
45
+ 3. **Usage understanding** - How is each person working with AI?
46
+
45
47
  ---
46
48
 
47
49
  ## What It Does
@@ -114,6 +116,8 @@ Anomaly Detected ──→ Alert Sent ──→ Acknowledged ──→ Resolved
114
116
  | **Anomalies** | Open incidents, MTTD/MTTI/MTTR metrics, full anomaly timeline |
115
117
  | **Settings** | Detection thresholds, **billing group management** (rename, assign, create), **HiBob CSV import** with change preview |
116
118
 
119
+ > For a detailed breakdown of every section, metric, badge, and chart, see [FEATURES.md](FEATURES.md).
120
+
117
121
  ---
118
122
 
119
123
  ## Deploy
@@ -435,7 +439,7 @@ This project uses the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md)
435
439
 
436
440
  ## Author
437
441
 
438
- **Ofer Shapira**
442
+ [![Made by ofershap](https://gitshow.dev/api/card/ofershap)](https://gitshow.dev/ofershap)
439
443
 
440
444
  [![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-0A66C2?style=flat&logo=linkedin&logoColor=white)](https://linkedin.com/in/ofershap)
441
445
  [![GitHub](https://img.shields.io/badge/GitHub-Follow-181717?style=flat&logo=github&logoColor=white)](https://github.com/ofershap)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cursor-usage-tracker",
3
- "version": "1.4.0",
3
+ "version": "1.6.0",
4
4
  "description": "Open-source Cursor IDE usage monitoring, anomaly detection, and alerting for enterprise teams",
5
5
  "homepage": "https://github.com/ofershap/cursor-usage-tracker#readme",
6
6
  "type": "module",