▲ | justinc8687 8 hours ago | ||||||||||||||||
I've been suffering from migraines for the last month, so have channeled my (non-migraine) time into a migraine tracker to try and find the root causes. All the tracking apps I tried all have nice complex forms, which is all well and good, unless...you are having a migraine. Rough idea is easy to use voice mode to record data, then analyze unstructured data with AI later on. I want to track all relevant life information, so what I'm eating, meds I'm taking, headache/nausea levels, etc. Adding records is as easy as pressing record on my apple watch and speaking some kind of information. Uses Deepgram for voice transcription since it's the best transcription API I've found. Will then send all information through to a LLM for analysis. It has a "chat with your data" page to ask questions and try and draw conclusions. Main webapp is done, now working on packaging it into an iOS app so I can pull biometrics from Healthkit. Will then look into releasing it, either on github or possibly in the app store. It's admittedly mostly vibe coded, so not sure if it'll be something releasable, but we'll see... Let me know if this would interest anyone! | |||||||||||||||||
▲ | 75w 23 minutes ago | parent | next [-] | ||||||||||||||||
If it’s an iPhone app the new on device transcription api in ios26 works well and is very fast. You could also use the ondevice llm to clean up the transcription. Cheaper and more privacy friendly | |||||||||||||||||
▲ | elric 7 hours ago | parent | prev | next [-] | ||||||||||||||||
As a fellow migraineur, I feel compelled to point out that the quest for triggers and root causes is probably never going to end. The way I see it, the migraine "bucket" slowly fills up, and the final trigger is simply the drop that makes it run over. I can suggest the research papers by Markus Dahlem for some in depth modern takes on migraine. | |||||||||||||||||
| |||||||||||||||||
▲ | olooney 2 hours ago | parent | prev | next [-] | ||||||||||||||||
For me, as for a lot of people, lack of sleep is the big one... if I build up 4+ hours of sleep debt over a week, I'm at risk. So anything you can do to make that easier to log, like integration with a sleep tracker, would be good. Also, a plug for Oliver Sacks's Migraine which taught me a lot about migraine with aura. | |||||||||||||||||
▲ | dotancohen 4 hours ago | parent | prev | next [-] | ||||||||||||||||
My current project also revolves around using voice notes to log life events. I'd love to talk and see if we could exchange some ideas. My Gmail username is the same as my HN username. | |||||||||||||||||
| |||||||||||||||||
▲ | OldOneEye 7 hours ago | parent | prev | next [-] | ||||||||||||||||
This is fantastic! I hope you can get it developed further, and that you can make it public for others to use :) | |||||||||||||||||
▲ | huem0n 2 hours ago | parent | prev | next [-] | ||||||||||||||||
Could work for a lot more than just migranes | |||||||||||||||||
▲ | amelius 4 hours ago | parent | prev | next [-] | ||||||||||||||||
Don't forget social triggers. | |||||||||||||||||
| |||||||||||||||||
▲ | librasteve 7 hours ago | parent | prev [-] | ||||||||||||||||
backlight? |