cursor-usage-tracker 1.3.0 → 1.5.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 +8 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,11 +1,15 @@
1
1
  <p align="center">
2
- <img src="public/logo.png" alt="Cursor Usage Tracker" width="100" height="100" />
2
+ <img src="public/logo.png" alt="Cursor Usage Tracker - open-source Cursor Enterprise cost monitoring dashboard with anomaly detection and Slack alerts" width="100" height="100" />
3
3
  </p>
4
4
 
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.
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.
9
+ </p>
10
+
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>
9
13
  </p>
10
14
 
11
15
  <p align="center">
@@ -46,7 +50,7 @@ Your company has 50+ developers on Cursor. Do you know who's spending $200/day o
46
50
 
47
51
  You're about to find out.
48
52
 
49
- ![Demo](assets/demo.gif)
53
+ ![Cursor Usage Tracker dashboard showing team spend, anomaly detection alerts, and per-user AI cost breakdown](assets/demo.gif)
50
54
 
51
55
  <sub>Demo animation created with <a href="https://github.com/ofershap/remotion-readme-kit">remotion-readme-kit</a></sub>
52
56
 
@@ -431,7 +435,7 @@ This project uses the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md)
431
435
 
432
436
  ## Author
433
437
 
434
- **Ofer Shapira**
438
+ [![Made by ofershap](https://gitshow.dev/api/card/ofershap)](https://gitshow.dev/ofershap)
435
439
 
436
440
  [![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-0A66C2?style=flat&logo=linkedin&logoColor=white)](https://linkedin.com/in/ofershap)
437
441
  [![GitHub](https://img.shields.io/badge/GitHub-Follow-181717?style=flat&logo=github&logoColor=white)](https://github.com/ofershap)
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "cursor-usage-tracker",
3
- "version": "1.3.0",
3
+ "version": "1.5.0",
4
4
  "description": "Open-source Cursor IDE usage monitoring, anomaly detection, and alerting for enterprise teams",
5
+ "homepage": "https://github.com/ofershap/cursor-usage-tracker#readme",
5
6
  "type": "module",
6
7
  "scripts": {
7
8
  "dev": "next dev",
@@ -68,7 +69,6 @@
68
69
  "bugs": {
69
70
  "url": "https://github.com/ofershap/cursor-usage-tracker/issues"
70
71
  },
71
- "homepage": "https://github.com/ofershap/cursor-usage-tracker#readme",
72
72
  "dependencies": {
73
73
  "@tailwindcss/postcss": "^4.1.18",
74
74
  "better-sqlite3": "^12.6.2",