START HERE

Install and run static-memorix

One command gets you a running mock API, a demo app, and a dev inspector.

npm

Install for agents & tooling

Knowledge SDK — install as a devDependency only (not a production runtime).

npm i -D @x12i/static-memorix-docs

Agents / SDK details → · agent-manifest.json

Quick start
  1. 1npm install --global @x12i/static-memorix
  2. 2static-memorix
  3. 3Open http://localhost:5100/demo
Hands-on path
  1. 1Get started → tasks → metadata → KnowX
  2. 2Four tutorials, about 35 minutes total
Editable demo
  1. 1static-memorix create-demo
  2. 2static-memorix --mocks-dir ./memorix-demo
  3. 3Open /demo and /inspect

Persists all UI create/edit/delete operations to your own directory instead of the bundled read-only seeds.

No database or additional configuration is required. The command prints the Demo, Inspect, API, Health, and JSON paths when it starts.