Public website and design documentation for MALT.
MALT targets authenticated structured data: data whose relationships can be normalized into graph-shaped nodes and relations. This site presents the public design narrative, root-centric resolver/writer model, service boundary, and evaluation plan.
- Node.js 22 or newer
- npm (comes with Node.js)
npm install
npm run devThe dev server starts at http://127.0.0.1:5173.
npm run buildPreview the production build locally:
npm run previewRun content and tool-link checks:
npm testProtocol behavior, verifier-facing schemas, wire-format notes, compatibility
policy, evaluation rules, and MIPs live in
DeWebProtocol/malt/docs.
This site summarizes concepts, tutorials, and public narrative, and links back
to the implementation repository for source-of-truth technical details.
DeWebProtocol/malt— Go implementation, implementation-bound docs, MIPs, benchmarks, and evaluation artifactsDeWebProtocol/malt-web— public website, conceptual docs, tutorials, and user-facing design narrativeDeWebProtocol/.github— organization profile and community defaults
MIT — see LICENSE.