# About IXO

> Who publishes this documentation, what the IXO stack does, and how these docs are built and maintained.

## The organisation

These docs are published by **IXO World AG**, trading as **IXO**. IXO builds the Spatial Web stack for *acting on reality*: verifiable intent, identity, claims, evidence, governance and outcomes, held as a shared source of truth that people, organisations and AI agents can all rely on.

The work spans a blockchain network (the Impact Hub), a protocol for digital twin domains and verifiable claims, encrypted cooperation rooms built on Matrix, an indexed data layer (Blocksync), and **QiForge**, the framework for building Agentic Oracles — governed AI evaluators with verifiable identity, delegated authority and inspectable state changes.

Open-source code is published at [github.com/ixofoundation](https://github.com/ixofoundation). Development is coordinated in the public [IXO Slack workspace](https://ixofoundation.slack.com/archives/C04UERAUHQT), and product news is posted on [Chronicle](https://chronicle.impacts.network/).

## What you will find here

This site is the reference for building on that stack:

<CardGroup cols={2}>
  <Card title="Overview" icon="earth-africa" href="/introduction">
    What the stack makes possible, the vocabulary, and which role you are playing.
  </Card>
  <Card title="Guides" icon="rocket" href="/guides/what-you-can-build">
    Task-shaped walkthroughs, from first domain to production workflows.
  </Card>
  <Card title="Build an Oracle" icon="robot" href="/build-an-oracle">
    The QiForge framework end to end: plugins, identity, deployment, reference.
  </Card>
  <Card title="Stack" icon="server" href="/api-reference/index">
    APIs, SDKs, network endpoints and the Emerging Platform API.
  </Card>
</CardGroup>

## How these docs are built

The documentation is written as MDX in a public repository and rendered by a self-hosted Next.js site deployed to Cloudflare Workers. Every page is statically pre-rendered, which means the full text is present in the HTML with no JavaScript required — for readers on slow connections and for crawlers and agents alike.

The site is deliberately built to be legible to software as well as people. Every page is available as Markdown by appending `.md` to its URL or by requesting it with `Accept: text/markdown`; the whole corpus is available in one request at [llms-full.txt](https://docs.ixo.world/llms-full.txt); and a [Model Context Protocol server](/mcp/model-context-protocol) exposes `search_docs` and `read_page` so an AI agent can use the documentation natively rather than scraping it. The [developer portal](/developers) lists every machine-readable surface.

## Corrections

Documentation errors are treated as bugs. If something here is wrong, out of date, or unclear, [open an issue](https://github.com/ixoworld/ixo-docs/issues) or email [assistant@ixo.world](mailto:assistant@ixo.world). See [Contact](/contact) for the full list of channels.
