cursor-usage-tracker 1.5.0 → 1.6.1
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.
- package/README.md +14 -10
- 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
|
-
|
|
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"
|
|
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
|
+
|
|
14
|
+
<a href="#quick-start"><img src="https://img.shields.io/badge/Quick_Start-grey?style=for-the-badge" alt="Quick Start" /></a>
|
|
15
|
+
|
|
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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cursor-usage-tracker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.1",
|
|
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",
|