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 framebio: windowed history, recording, features, and small modelstf: TensorFlow.js (CPU)plot()andconsole
There is no backend. Hardware comes in through the JavaScript SDK.
Getting started
- Open ide.pieeg.com
- Click Mock, or Connect a board
- Pick a recipe, or write your own
- Run (
Ctrl+Enter/⌘↵)
Recipes cover the usual first questions: blink, focus, a small classifier.


