Documentation

Quickstart

A short path through NeuroLab from first open to a verified mindset.

In the product

  1. Open Discover — read a NeuroBlock’s ports and provenance.
  2. Open Compose — empty canvas; add sensor → block → actuator; fix checker errors.
  3. Compile and download (or shelve) the .synapse package.
  4. Simulate under Verify — watch the loop on the locked stack.
  5. When you have a receipt, run Verify replay and read each claim.

Local development

From the monorepo: npm install, then npm run dev:lab for NeuroLab on port 3000. Core determinism: npm run test:core and npm run test:protocol. Python packaging deps: pip install -r compiler/requirements.txt.

  npm install
       │
       ▼
  npm run dev:lab  ──▶  http://localhost:3000
       │
       ├── Discover / Compose / Verify
       └── optional .env.local for external services