X12I · STATIC MEMORIX
A dependency-free mock of the Memorix Explorer API
Full API parity for the Memorix Explorer Fastify API and the memorix-service-compatible /api/metadata surface — no MongoDB, Catalox, or Redis required.
npm
Install for agents & tooling
Knowledge SDK — install as a devDependency only (not a production runtime).
npm i -D @x12i/static-memorix-docs
What it gives you
Full API parity
Every read/write path in the Explorer API and /api/metadata, backed by flat JSON files instead of a database.
Bundled demo app
FlowState, a small task manager at GET /demo, exercises every route the mock server exposes.
Dev inspector
Browse data and metadata directly at GET /inspect without writing a client.
KnowX built in
NODE and EDGE knowledge claims are modeled as a native content type, not bolted on.
Brief a coding agent
- 1Read the hard rules
- 2Check required metadata
- 3Follow the data-fixture checklist
Featured books
View full catalog →Static Memorix is the local/CI mock for /api/explorer/* and /api/metadata/*
(default port 5100). It is not a substitute for memorix-service: relationship
materialization, Memory pulls, pipelines, intelligence, and abstract
reverse-write stay on the real service.