Rohan Chaubey

Open Wearables - Open infrastructure for wearable-powered health products.

by
Build personalized health products with one API for every wearable. Access wearable data, open health scoring algorithms, and structured context your AI can reason with. Self-hosted, open-source, MIT licensed.

Add a comment

Replies

Best
Sourav Sanyal
Getting my CGM, Apple Watch and HRBand to talk to each other is so hard, would love to try this
Piotr Ratkowski

@sourav_sanyal Three-device cross-talk is exactly where the unified model earns its keep. Quickstart is 5 minutes via Docker, would love to hear how it goes once you've plugged it in. One heads-up: CGM coverage is still in progress (Dexcom is on the roadmap, no committed date yet). Which CGM are you working with? If it's a high-demand one, that's useful signal for prioritization.

Sebastian Kalisz

@sourav_sanyal haha, yeah that's amazing setup. Let us know on Discord, how it worked! :D

Piotr Sobusiak

@sourav_sanyal CGMs are already on our roadmap, the problem is they mostly don't provide real-time data via API (most have few minutes delay) but we will get there 😎

Himani Sah

Feels like early days, but the direction is very promising. Excited to see how the API gets used by the builders.

Kamil Maksymowicz

@himani_sah1 It is early days, and we're upfront about that. The use cases already showing up are the interesting part: clinical teams auditing algorithms, coaches normalizing HRV across devices, AI builders wiring the MCP server into health coaching tools. We'll be watching what gets built.

Sebastian Kalisz

@himani_sah1 Early days, yeah - but it's already a full engine :D

S.S. Rahman

Nice work! The developer-first approach really shows in how you’re describing the product.

Kamil Maksymowicz

@syed_shayanur_rahman Thanks. Developer-first was a deliberate call: if the foundation isn't solid and transparent, everything built on top is fragile.

Sebastian Kalisz

@syed_shayanur_rahman That's an honor to hear that, thanks!

Raghav Mehra

This would’ve saved me so much time on a previous health project, I was making a meditation app that is influenced based on your health data.

Kamil Maksymowicz

@ragsyme A meditation app adapting to HRV and stress scores is a solid use case for exactly this. If you build it again, the stress index and HRV baseline algorithms are already in there.

Sebastian Kalisz

@ragsyme But it still can help you in your next projects ;)

Kumar Abhishek

Love the positioning here. Feels like “Stripe for wearable data” is spot on 😊

Kamil Maksymowicz

@zerotox The Stripe analogy fits the data layer well:) Where we go further is that Stripe stops at the transaction: we also compute what the data means, with open algorithms you can audit and tune. Health intelligence on top of the plumbing, not just the plumbing.

Sebastian Kalisz

@zerotox Interesting take, thank you for your kind words!

Matt Warcholinski

So cool for businesses!

Do you plan to release / or have something for regular users, who don't know how to use open source ? :D I mean, I would love to audit my apple health workouts and get some feedback our of it.

Piotr Sobusiak

@mwarcholinski Thanks! Open Wearables is rather B2B product but with a little bit of Claude support you should be able to run it locally as everything is dockerized and shouldn't take more than few minutes or use one-click Railway deployment to set up your own instance in cloud. Then you could also use the MCP server to talk your apple health data and get the feedback you need 😄

Sebastian Kalisz

@mwarcholinski As Piotr said, it's B2B, but you can still use cloud based providers as a private user (by cloud based I mean Apple, Samsung & Google).

Piotr Pasierbek

@mwarcholinski that's exactly where we're going with the AI layer - you ask a question in plain language, you get a real answer based on your actual data

not there yet for non-technical users out of the box, but it's the direction. watch this space

razi syed

I’ve previously built and sold a company using wearable data to predict drug relapses and then sought to build a better infrastructure layer for wearable data similar to how Stripe changed the world for fintech.

I didn’t do it nearly as well as Open Wearables has done it. Absolutely huge kudos to the team behind this — super excited to see it grow.

Patryk

@raztronaut Razi this means a lot coming from someone who's actually been in the trenches with this data. The Stripe-for-fintech analogy is exactly the framing we kept coming back to - wearables need that layer or every team just keeps reinventing the same auth + schema mess. Would love to swap notes - DM open. 🙌

Sebastian Kalisz

@raztronaut Haha, so maybe this is time to try with another product, but this time built around Open Wearables? :D

Jakub Mitka

Voted and bookmarked. We're a small product studio in Krakow and this goes on the "evaluate for our next health client" list immediately. The Momentum team has been doing solid work in this space for a while now.

Adrian Bocianowski

@jakub_mitka  I’m looking at it in a similar way, something to evaluate on the next relevant project 👍

Nice to see someone from Krakow thinking about it in a client context too. It feels like this could genuinely simplify working with health data, if it delivers on the promise. I’ve also come across the Momentum team before - good to hear they already have a solid track record in

Patryk

@jakub_mitka Jakub - appreciate the vouch. Product studios with multiple health clients are honestly the cleanest fit for this - one shared layer beats rebuilding integrations for every project.

Sylwia Kustrzycka

@jakub_mitka Love to see this added to the studio toolkit! Having a unified API ready to roll out for future health clients is a massive time-saver for agencies. Greetings to Krakow! 👋 And I completely agree-the Momentum team has definitely earned their strong reputation in the healthtech space.

Dominik Cywiński

The open health scoring piece is what I keep coming back to. The fact that Garmin and Oura calculate HRV differently and never explain why has always bothered me. Being able to see the actual formula matters more than most people realize.

Kamil Maksymowicz

@dominik_cywinski Garmin and Oura don't just get different readings, they measure at different points during sleep and use different averaging methods. When you can't see the formula, you can't even tell if you're comparing the same thing.

Sebastian Kalisz

@dominik_cywinski Garmin, Oura, Whoop, Apple... every single provider has it's own algorithms. That might be frustrating.

Piotr Sobusiak

@dominik_cywinski being transparent about how the scores are calculated is one thing, but also having an option to actually tweak these for your is actually pretty awesome, you should give it a try

Piotr Pasierbek

@dominik_cywinski exactly - same metric, different number, no explanation. you can't make decisions on data you can't trust

and the problem compounds when you switch devices. two years of Oura data vs six months of Garmin and you have no idea if the trend is real or just a formula change

open formulas fix that

Nuseir Yassin

how do you deal with data accuracy differences across wearables?

Kamil Maksymowicz

@nuseir_yassin1 Two layers to this: normalization handles schema and unit differences so all data speaks the same format before scoring. Sensor accuracy at the hardware level is harder: an optical wrist sensor and a chest strap will read differently, and no software layer fully closes that gap. What we can do is run the same scoring logic on top and let teams tune thresholds for known device biases in their user base.

We cover this topic much more on The Science Behind Wearables: https://thesciencebehindwearables.substack.com/

Sebastian Kalisz

@nuseir_yassin1 You can set up priorities for providers and devices also.

First
Previous
•••
345
•••
Next
Last