{
  "id": "resources-page",
  "meta": {
    "title": "Olon Resources — Guides, spec, documentation and the vision paper for OlonJS",
    "description": "Everything you need to build with OlonJS: documentation, spec, GitHub, roadmap, community, and the vision paper on the contract layer for the agentic web."
  },
  "slug": "resources",
  "sections": [
    {
      "id": "header",
      "data": {
        "title": "Guides & References",
        "eyebrow": "Resources",
        "description": "Everything you need to build with OlonJS: documentation, spec, GitHub, roadmap, community, and the vision paper."
      },
      "type": "page-header"
    },
    {
      "id": "grid",
      "data": {
        "cards": [
          {
            "id": "34c93f89-49c0-4466-9fa1-8491b9bd4c1d",
            "href": "https://deepwiki.com/olonjs/core",
            "title": "DeepWiki",
            "category": "DOCS",
            "external": "true",
            "description": "An AI-indexed knowledge base that maps the olonjs/core monorepo. Explore deep relationships between source files, system logic, and Architectural Decision Records (ADRs) through a searchable and dynamic wiki interface."
          },
          {
            "id": "b6ebe914-a8d5-403b-a3b6-f0c2c66a21aa",
            "href": "https://code2tutorial.com/tutorial/97bdf7c8-0222-4150-a18d-549ffa40a0cc/index.md",
            "title": "olonjs/core Code2Tutorial",
            "category": "on boarding",
            "external": "true",
            "description": "A structured learning journey generated directly from the source code. This tutorial distills the complexity of the core engine into guided chapters, offering a code-first approach to mastering the OlonJS infrastructure."
          },
          {
            "id": "r1",
            "href": "https://github.com/new?owner=olonjs&template_name=template-cadence&template_owner=olonjs",
            "title": "Start with  Cadence Template",
            "category": "Quick Start",
            "external": "true",
            "description": "Use our Cadence Template to instantly try an OlonJS website scaffolded by our Agent. Explore the CMS and deploy your first tenant right away — no prior OlonJS knowledge required."
          },
          {
            "id": "r4",
            "href": "https://code2tutorial.com/tutorial/e1334673-1f47-4836-b95b-cf6ad98e809b/index.md",
            "title": "Cadence Template Code2Tutorial",
            "category": "ON BOARDING",
            "external": "true",
            "description": "A structured learning journey generated directly from the source code. This tutorial distills the tenant's structure into guided chapters, offering a code-first approach to mastering OlonJS tenants."
          }
        ],
        "title": "Guides & References",
        "eyebrow": "Start here",
        "description": "From your first tenant to enterprise governance — and the thinking behind it."
      },
      "type": "resource-grid"
    },
    {
      "id": "cli",
      "data": {
        "note": "Requires Node.js 18+. Free forever on the OSS tier.",
        "label": "Start here",
        "command": "npx olonjs new tenant",
        "anchorId": "npx",
        "description": "The fastest path from reading to shipping. Scaffold a production-ready tenant in seconds."
      },
      "type": "cli-spotlight"
    },
    {
      "id": "manifesto",
      "data": {
        "sub": "Without a deterministic ontology, AI generates code that is technically valid but architecturally meaningless. OlonJS provides the rails — schema, type contract, canonical endpoints — so AI output is not just correct but governable, auditable, and reusable across every tenant.",
        "eyebrow": "The vision",
        "pillars": [
          {
            "id": "p1",
            "body": "Every capsule is autonomous yet part of the larger contract. The governance emerges from the structure — not from configuration.",
            "badge": "Philosophy",
            "label": "The holon principle"
          },
          {
            "id": "p2",
            "body": "OSS adoption builds trust and ecosystem. The cloud layer removes operational overhead. Enterprise adds governance. The same architecture scales all three.",
            "badge": "Model",
            "label": "Open core, sovereign cloud"
          },
          {
            "id": "p3",
            "body": "As AI agents become first-class operators, one convention across tenants enables reusable automations. The contract becomes a defensible operational standard.",
            "badge": "Vision",
            "label": "The agentic standard"
          }
        ],
        "statement": "Architecture is the only way to govern AI."
      },
      "type": "manifesto-row"
    }
  ],
  "global-header": true
}
