Vitals SDK

Real-Time Wellness Estimation Powered by rPPG

Extract heart rate, HRV, respiratory rate, stress index and more — directly from video using advanced remote photoplethysmography.

⚡ WebSocket-based🔒 Client-side processing📊 Real-time vitals

Real-Time Estimation

Capture and analyze physiological wellness indicators from video streams in real-time using advanced rPPG technology.

Easy Integration

Simple WebSocket-based API that integrates seamlessly with your existing web applications and workflows.

Privacy-First

Process video locally with no personal data storage. All computation happens on the client or your controlled infrastructure.

Quick Start

Get up and running in minutes with our simple installation process.

1

Install the SDK

npm install @vitals/sdk
2

Initialize Camera

const vitals = new VitalsSDK();
3

Start Measuring

vitals.startSession();
Learn more about getting started →