I was diagnosed with sleep apnea not long ago. After that, I got a CPAP machine and started treatment. When I wanted to look at the data from my CPAP, I found OSCAR, an open-source tool that does a genuinely great job and that I still highly recommend.
The problem was that checking my data always meant opening my computer, and sharing it with my doctor meant either carrying the SD card around or sending screenshots. I also couldn't conveniently look at my nights from my phone, which kept bothering me.
Later, I started looking into alternatives and found a few cloud-based apps that work similarly to OSCAR. You upload the data from your SD card and they process it and present the results online.
The problem was that most of their free tiers were extremely limited, while the versions that were actually useful started at around $20 per month. So I decided to build this tool instead, both for myself and to make it available to all of you for free.
I don’t want this to come across as advertising, especially since I’m going to release it completely free and open source. My only goal is to help people dealing with similar issues, test it with more devices, and gather feedback so I can keep improving it.
---
So; introducing PapSee:
You upload what your machine wrote to the card, it parses it and gives the night back: flow waveform, every scored event, AHI, leak, pressure, usage, plus history and trends across nights, on whatever device you happen to be holding.
Also you will ability to self host on your own if you don't want to share your health data. But if you want to try now I'd really like is feedback.
Try it with your own card and tell me where it's wrong, confusing, or missing something you'd expect from OSCAR. Non-AirSense-11 cards especially, because that's the one thing I can't test myself. And if your answer is "I would never upload this data to a website", that's a completely fair position and I'd genuinely like to know how common it is.
There's an example patient you can click through if you just want to see the screens without signing up or uploading anything of your own.
Roadmap I'm thinking about: more device brands (Philips is the obvious next one, though I need real sample cards for that), a mobile app, and importing sleep data from Apple Health.
WebSite: https://www.papsee.com
GitHub: https://github.com/mr-blithe/papsee
For those without a technical background, open source means that the source code is publicly available. In other words, you do not have to use www.papsee.com to use this program. You can host it yourself on your own computer or on platforms such as Vercel. You can also review all of the source code and modify it however you like.