Personalized health insights that are accessible to anyone, anywhere, at any time

Elata allows you to access your most valuable health insights with personalized coaching to help you improve how you sleep, train, and feel — starting day one.

See your bioprofile in real time

Heart rate, HRV, respiration, and other biometrics stream straight from your webcam without needing extra hardware or waiting on lab results.

Try the live demo

Applications that fit your precise needs

From apps that help you to better understand your cardiovascular health to ones that help you optimize your focus, Elata has you covered.

Explore

Private biometric intelligence

Derive deeper insights from your favorite apps, create custom biofeedback sessions, and invent new ways to measure and optimize. All without compromising your privacy.

Try now

Privacy by design

On Elata, everything is processed fully on your device, and can't be accessed by anyone but you. Export or permanently delete everything at any time.

Read the privacy model
Wellness
Heart Rate
Focus
Tasks
Gaming
Wellness
Heart Rate
Focus
Tasks
Gaming
Wellness
Heart Rate
Focus
Ask Elata anything…
FOR BUILDERS

Elata SDK

On Elata, anyone can build custom biometric applications with just a few lines of code. Launch and commercialize your own app in hours rather than weeks.

Works with everything
GitHub CopilotWindsurfCodexClaude CodeOpenClawGeminiCursor
import { createRppgSession } from "@elata/rppg-web";
import { rppgConfig } from "./rppg.config";

const stream = await navigator
  .mediaDevices.getUserMedia({
    video: { facingMode: "user" },
  });

const video = document
  .querySelector<HTMLVideoElement>("#camera")!;
video.srcObject = stream;
await video.play();

const session = await createRppgSession({
  video,
  ...rppgConfig,
});

window.setInterval(() => {
  const metrics = session.getMetrics();
  if (metrics?.bpm != null) {
    console.log("BPM:", metrics.bpm.toFixed(1));
  }
}, 1000);
FAQ

Questions & Answers

Everything you need to know about Elata and how it works.

Elata is a digital marketplace for creating privacy-respecting biometric apps that use signals like your attention, stress, or heart rate, while helping the people who build and use those apps share in the value they create.

Data from sensors is standardized and processed completely on your own device, and federated ML to manage training is used in conjunction. Users keep control over what leaves their device, what is aggregated, and how it is used.

Most projects in niche health areas only cover single apps or single devices. Elata is essentially both shared and market: any device, app, or lab can plug into the same rails for connectivity, monetization, and distribution instead of building a closed ecosystem.

Anything that benefits from brain or biosignal data, such as: • Cognitive and attention games • Mood and focus trackers • Neurofeedback tools • Remote experiments and studies • Brain-controlled or brain-influenced games • Health trackers and indicators