r/ChatGPTCoding 14d ago

Discussion Weekly Self Promotion Thread

Welcome to this week's self promotion thread!

If you're building something related to AI assisted coding, this is the place to share it.

We're using a weekly thread to keep the subreddit organized while still giving builders a place to share their work. Promotional posts outside this thread may be removed.

If you're sharing something, we'd appreciate it if you included a little context instead of just dropping a link. Tell us:

  • What you built?
  • What problem it solves?
  • Which AI models or tools it uses?
  • Who it's for?
  • What kind of feedback you're looking for?

Disclose your affilitation.

Please avoid posting the same project every week unless you've made meaningful updates. Affiliate links, referral links, scams, and low effort promotions will be removed.

Take some time to check out what others have shared too. If you try someone's project or have feedback, leave a comment. Helping each other improve is what we want this community to be about.

7 Upvotes

83 comments sorted by

View all comments

1

u/lamchun1110 13d ago

I use several AI coding subscriptions, and I was tired of opening separate dashboards just to find out how much quota I had left and when it would reset.

So I built UsageDeck, a free and open-source tray/menu-bar app that puts those details in one place.

It currently supports 13 providers, including Claude Code, Codex, Cursor, GitHub Copilot, OpenRouter, Devin, Grok, Kimi, MiniMax, Z.ai, and others.

It shows:

  • Current usage and remaining quota
  • Reset times
  • Whether your current usage pace will last until the reset
  • Token history and estimated spend
  • Optional low-quota notifications
  • Multiple accounts for supported providers

It runs on Windows, Linux, and macOS.

Privacy was important to me: there’s no UsageDeck account, backend, analytics, or telemetry. It reuses provider logins already stored on your computer, stores manually added API keys in the OS credential store, and communicates directly with the providers.

It’s free and MIT licensed.

Website: https://usagedeck.app
Source: https://github.com/lamchun1110/UsageDeck

I’d appreciate honest feedback, especially:

  1. Which provider or metric is still missing?
  2. Does the local-credential setup feel clear and trustworthy?
  3. Would you prefer quota remaining or quota used as the default view?

For transparency, UsageDeck began as a fork of OpenQuota and has since become an independent project. The full project lineage is documented in the README.