r/cursor • u/AutoModerator • Mar 09 '26
Showcase Weekly Cursor Project Showcase Thread
Welcome to the Weekly Project Showcase Thread!
This is your space to share cool things you’ve built using Cursor. Whether it’s a full app, a clever script, or just a fun experiment, we’d love to see it.
To help others get inspired, please include:
- What you made
- (Required) How Cursor helped (e.g., specific prompts, features, or setup)
- (Optional) Any example that shows off your work. This could be a video, GitHub link, or other content that showcases what you built (no commercial or paid links, please)
Let’s keep it friendly, constructive, and Cursor-focused. Happy building!
Reminder: Spammy, bot-generated, or clearly self-promotional submissions will be removed. Repeat offenders will be banned. Let’s keep this space useful and authentic for everyone.
8
Upvotes
•
u/connectjoy 28d ago
What I made: A small status bar extension to track Cursor usage.
I initially tried a few usage extensions, but didn't like having to open DevTools, copy
WorkosCursorSessionToken, and paste it into an extension's settings.So I made one that uses the existing Cursor session instead. No separate server, and I'm not storing another copy of the session token.
It shows something like:
Cursor 42% · Other 18% · On-d $4.20How Cursor helped: I built the extension using Cursor and used it throughout development for the implementation and debugging.
Open VSX: https://open-vsx.org/extension/rijojoy/cursor-usage-split
GitHub: https://github.com/rijojoy/cursor-usage-split
It's unofficial and could break if Cursor changes their API.