Turn any document into an Open Knowledge Format bundle — markdown concept files with YAML frontmatter, ready for humans and agents. Runs 100% in your browser.
Open Knowledge Format
is a minimal, open way to represent knowledge as a directory of markdown files. No SDK, no schema registry — git clone and cat are enough.
<concept>.md = YAML frontmatter (required type, plus id / title / description / tags / timestamp) + a markdown body.id is the bundle-relative path (e.g. my-bundle/my-concept) so agents can route the graph deterministically.# Schema, # Examples, # Citations.index.md lists the concepts; the root one declares okf_version.log.md records changes, newest date first./other.md, or [[bundle/concept]] wiki-links for agent traversal.Quick Build splits the document by markdown headings — instant, fully offline. Smart Build asks your chosen LLM to extract self-contained concepts. Both emit the same spec-conformant OKF structure.