# Deliberus

> Deliberus is a collaborative argumentation graph — reasoning decomposed into claims, scheme-classified relationships, and critical questions, so disagreement can be located precisely rather than merely asserted. The graph has no permanent bottom: every claim is invitable to decompose deeper.

Every human page has a machine-readable twin. Fetch clean Markdown by appending `.md` (or sending `Accept: text/markdown`) and structured JSON by appending `.json` (or sending `Accept: application/json`) to any `/claim/{id}`, `/extraction/{id}`, or `/concept/{term}` URL. The JSON is Deliberus-native: one node type (Claim), scheme-classified argumentative edges, and decomposition (part-whole) relations kept distinct from inference.

## Entry points
- [Claims index](https://deliberus.com/claims.json): all claims (JSON)
- [Extractions index](https://deliberus.com/extractions.json): analyzed sources (JSON)
- [Concepts index](https://deliberus.com/concepts.json): contested concepts (JSON)
- [Graph stats](https://deliberus.com/graph/stats): node and edge counts
- [Sitemap](https://deliberus.com/sitemap.xml): every claim, extraction, and concept URL

## Project documentation
- [Vision](https://deliberus.com/api/docs/vision.md): vision.md
- [Frontier — where our thinking is now](https://deliberus.com/api/docs/frontier.md): frontier.md
- [Depth — no copout axioms](https://deliberus.com/api/docs/depth.md): depth.md
- [Convergence](https://deliberus.com/api/docs/convergence.md): convergence.md
- [Bridging](https://deliberus.com/api/docs/bridging.md): bridging.md
- [How extraction works](https://deliberus.com/api/docs/extraction-pipeline.md): extraction-pipeline.md
