
Measure what Digital does to you.
We measure steps. Heart rate. Sleep. Screen time. But we rarely measure the one thing that matters most: How did this digital experience affect my state?


ON-DEVICE ML
Why On Device Matters.
Most wellness systems rely on cloud processing. Synheart is designed differently: all inference runs offline, from RR interval processing to SWIP scoring.
PRIVACY
Raw physiological data stays on device. Only structured outputs—if the user allows—are ever exported. No central biosignal warehouse, ever.
LATENCY
State inference is real-time. No server round-trips, no delay in session scoring. You get immediate, actionable wellness context.
ROBUSTNESS
Works in airplane mode, low-signal environments, and offline-first architectures. Digital wellness should not depend on cloud uptime.
SESSION LIFECYCLE
Users select which apps to monitor. SWIP handles everything automatically.
- 1Tracked app opens → session starts.
- 2Offline ML computes MSI windows continuously.
- 3SWIP calculates Wellness Impact Score
- 4App exits → session closes & profile updates
PER-APP WELLNESS PROFILE
Over time, each monitored app builds a rich physiological context.
THE SCIENCE
Deterministic. Reproducible.
No black boxes.
SWIP uses a fully specified scoring formula. Given the same inputs, any platform will produce the same output — no hidden heuristics, no silent imputation.
SCORING FORMULA
Users select which apps to monitor. SWIP handles everything automatically.
CROSS-PLATFORM REPRODUCIBILITY
Floating-point arithmetic is not associative. Two platforms can silently diverge. Synheart solves this with:
- Single portable scoring runtime
- Fixed iteration order
- Shipped reference test vectors
- Explicitly versioned profiles
SCIENTIFIC CREDIBILITY REQUIRES REPRODUCIBILITY.
The same SWIP score is computed identically on iOS, Android, Flutter, and backend systems. Wellness scoring is not a black box — it is a published specification.
Monitored app buildsA rich physiological
.png)
A layered system, not a single model.
THE ARCHITECTURE
Synheart is built as five distinct, composable layers each with a clear contract, each independently versioned.
SESSION ENGINE
Detects contextual boundaries such as an app opening and initiates a human state session automatically.
OFFLINE ML INFERENCE
Lightweight on device models compute structured axes.
- Stress/load
- Focus/engagement
- Stability
- Contextual intensity
HSI — HUMAN STATE INTERFACE
The portable state contract.
- Time-windowed
- Normalized to [0, 1]
- Confidence-aware
- Versioned
- Privacy-scoped
.png)
BUILD WITH SYNHEART.
Open SDKs for human state aware apps.
Integrate Synheart Core SDKs, HSI specification, and the SWIP runtime directly into your app. Available on GitHub.
WHAT YOU CAN BUILD
- Human-state-aware applications
- Adaptive content systems
- Wellness-aware games
- Productivity platforms that respond to regulation state
SYNHEART ON GITHUB
All SDK source code, HSI specifications, SWIP reference implementations, and test vectors are publicly available.
github.com/synheart-ai