How do you work with x12i-docify?
Agents start with npm i -D @x12i/docify. Developers wire @x12i/docify-* packages; builders author books and site pages.
npm
Install for agents & tooling
Knowledge SDK — install as a devDependency only (not a production runtime).
npm i -D @x12i/docify
Less recommended Download the full library as Markdown Useful when working with a web LLM assistant that cannot install packages — paste or attach the file instead of using the SDK.
developers
I wire the platform into a monorepo
You depend on @x12i/docify-* packages, ship dist/web, and publish a knowledge SDK.
Platform Overview → Packages → Authoring → For Agents
Start with Platform Overview
builders
I author books and site pages
You write BOOK.md, catalog entries, and use-case paths without forking theme or web UI.
Platform Overview → Authoring → For Humans → Design
Start with Platform Overview