Settings

Theme

Show HN: I built a 0-CPU desktop app to track LLM limits,Python/DjangoPyWebView

github.com

2 points by Viper117 2 months ago · 0 comments · 1 min read

Reader

Hey HN, tracking limits across 20 Gemini/Opus accounts was getting tedious, but I refused to build a heavy Electron app just to run a countdown clock. I built Antigravity-Model-Reset-Timer using a 'Target Timestamp' approach: the Django backend calculates the absolute future UTC time and saves it to a local MongoDB. You can kill the app, and the JS engine just compares the DB time to the OS clock on next load. Zero zombie processes. It’s under 10 files. Looking for feedback on the PyWebView implementation and contributors to help add Anthropic/Google API webhooks.

Become a contributor to this open source project! https://github.com/PeterJFrancoIII/Antigravity-Model-Reset-T...

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection