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