Back to News
Software

bioIDE: Write JavaScript Against Live EEG in the Browser

bioIDE: Write JavaScript Against Live EEG in the Browser

bioIDE is a browser IDE for EEG. Open ide.pieeg.com, connect a board or start a mock stream, and write JavaScript against the live signal.

The stream was never the hard part. The gap was what comes next: a live frame in the browser, and still a notebook or a server just to ask a simple question.

What it does

Student code runs in a Web Worker. The sandbox injects:

  • EEG : the latest streamed frame
  • bio : windowed history, recording, features, and small models
  • tf : TensorFlow.js (CPU)
  • plot() and console

There is no backend. Hardware comes in through the JavaScript SDK.

Getting started

  1. Open ide.pieeg.com
  2. Click Mock, or Connect a board
  3. Pick a recipe, or write your own
  4. Run (Ctrl+Enter / ⌘↵)

Recipes cover the usual first questions: blink, focus, a small classifier.

Open bioIDE

SoftwareJavaScriptEEGbioIDE