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!