Computer-side control plane only. Not a medical device. Not implant software. Not affiliated with Neuralink or any implant vendor. Simulator and generic intent streams — high-bandwidth intent / accessibility use.

Settings

Advanced profile: dwell, thresholds, switch timing. Saved locally only.

Profile (local)

Stored in localStorage only. Neurabridge-friendly field names (dwellMs, confidenceThreshold, switchTimingMs). No cloud / neural data upload.

Safe mode defaults

{
  "version": "0.3.0",
  "name": "Default",
  "defaultMode": "idle",
  "dwellMs": 600,
  "confidenceThreshold": 0.65,
  "safeMode": true,
  "switchTimingMs": 900,
  "switchCount": 4,
  "calibratedAt": null,
  "updatedAt": "1970-01-01T00:00:00.000Z",
  "mappings": {
    "click": "confirm",
    "confirm": "confirm",
    "stop": "key"
  }
}