What You Will Build
You will scaffold one of the published starter apps with@elata-biosciences/create-elata-demo.
Pick the template that matches your goal:
rppg-demo: primary: camera-based pulse/rPPG appeeg-demo: optional: browser EEG processing with synthetic dataeeg-blealias: Bluetooth: use the EEG starter app with the BLE-focused alias when you want a Muse-compatible headset flow
Why Start Here
This is the recommended default because it gives you:- a working app structure
- pinned compatible package versions
- a reference implementation you can compare your own app against
Step 1: Choose A Template
Use this decision table:
If you are unsure, start with
rppg-demo.
Step 2: Scaffold The App
Start with the interactive chooser:rppg-demo
directly:
Step 3: Install And Run
Copy one column (pnpm or npm), then run each line in order:Step 4: Confirm What You Have
Once the app starts, verify the expected behavior:rppg-demo: asks for camera access and starts a pulse-style sessioneeg-demo: loads EEG processing in the browser and shows synthetic-data-driven outputeeg-blealias foreeg-demo: adds Bluetooth pairing and streaming guidance for a supported Muse-compatible headset on top of EEG
Step 5: Understand The Generated App
Each scaffolded app gives you:- a minimal Vite + React shell
- Elata packages already wired in
- a
README.mdwith template-specific notes - a
buildscript so you can confirm the app compiles cleanly
Common Gotcha: Scaffolding Inside Another pnpm Workspace
If you create my-app inside another repository that already has a
pnpm-workspace.yaml, pnpm install may attach to the parent workspace
instead of the generated app.
Run these one line at a time from the parent directory (adjust my-app if needed):
Where To Go Next
You already have a running scaffold. The recommended order is camera rPPG first (most people’s primary app), browser EEG second if the product needs brain signals, then Web Bluetooth to connect a headset (transport on top of EEG). Each step splits the same way: stay on the scaffold or integrate into an app you already have.Next: Camera (rPPG): primary
Pick the row that matches you:Then: Browser EEG: optional (no headset yet)
Then: Enable Bluetooth headset (Muse-compatible)
Full map
For the same choices in one place in priority order (rPPG, then EEG, then Bluetooth), use Build A Browser App.Example Apps
Example Apps
Full product-shaped reference implementations
Choose A Package
Package decision guide