

I have T1D and built a plugin so I can see my blood sugar on my Stream Deck while gaming
I was diagnosed with Type 1 diabetes in October 2024. I use a Dexcom G7 and Omnipod, and I also have a Stream Deck on my desk that I normally use for PC stats while gaming.
A few weeks ago I had a thought: what if I could see my blood sugar on my Stream Deck instead of having to grab my phone mid-game?
That little idea turned into an open-source project I've been building — and I just shipped v1.0.9!
**What it does:**
It shows your current glucose reading directly on a Stream Deck key, along with the trend arrow, timestamp, and reading delta. The key also changes color depending on whether you're in range, low, high, or if the reading has gone stale.
**Tech stack:**
Built with TypeScript on Node.js 20, using the Elgato Stream Deck SDK v2. The plugin communicates with the Stream Deck app over WebSockets and pulls glucose data directly from Dexcom Share or your Nightscout instance — no middleware, no cloud relay, just a clean local-first connection.
**What's supported:**
- ✅ Native Dexcom Share integration
- ✅ Nightscout
- 🚧 Native Freestyle Libre support (in progress)
Compatible with both the official Elgato Stream Deck app and VSD Inside.
Works on Windows 10+ and macOS 12+.
It's completely free and open source — use it as-is or fork it and make it your own.
If you want to check out DeckScout, here's the GitHub: