←back to thread

184 points yeatsy | 1 comments | | HN request time: 1.089s | source

Hi HN,

I’m Joshua, a student, and I’m excited (and a little nervous) to share something deeply personal that I’ve been working on: Islet, my diabetes management app powered by GPT-4o-mini. It’s now on the App Store, but I want to be upfront—it’s still very much in its early stages, with a lot more to go.

I was diagnosed with Type 1 diabetes while rowing competitively, and that moment changed everything. It wasn’t just the practical challenges of managing insulin, carb counts, and blood sugars; it fundamentally shifted how I see myself and the world. It forced me to slow down, prioritise my health, and take control in ways I never had to before. My outlook on life became more focused on resilience, adaptability, and finding solutions to problems that truly matter.

This app started as a pet project over the summer, a way to see what I could create using ChatGPT and explore the potential of LLMs to help with real-world challenges. At first, it was just about making my own diabetes management easier—understanding patterns in blood sugars, planning meals, and adjusting routines. But as I worked on it, I realised it could do more.

Right now, Islet offers personalised meal suggestions, tracks activity, and provides basic insights based on the data you enter. It’s far from complete. Even so, the process of building Islet has already taught me so much about how powerful AI can be in creating personal, meaningful tools.

This project is deeply tied to how my diagnosis changed me. It’s about more than managing diabetes, it’s about showing how anyone, even a student experimenting over the summer, can use AI to potentially solve real, personal problems. I believe tools like LLMs have the power to democratise solutions for all, making life just a bit easier for all of us.

If you’re curious, you can check it out here: https://apps.apple.com/gb/app/islet-diabetes/id6453168642. I’d love to hear your thoughts what works, what doesn’t, and what features you think would make it better. Your input could help shape the next steps for Islet.

Thanks for reading !

joshua

1. therahim ◴[] No.42173735[source]
Congratulations on shipping! This looks incredibly polished for an initial release from a solo developer. And as others have said, great name!

As a T1D dad it's great to see work like this, not least because it should raise the expectations of what we should expect from well funded engineering teams within the established players.

Right now it's not a great fit for my use case, in that one phone follows my 9 year old around, but the bulk of management happens on other phones on distinct accounts.

I agree with @jcims point about the permissions, greedily allowing write permissions to those data items up front feels like a real point of friction, I'd much prefer to see that done lazily at the point the user is enabling a feature that needs it.