Skip to content

What is Sphere?

Sphere is decentralized infrastructure for human organisation: a typed, weighted trust graph (the social fabric), composable governance engines (how groups make decisions), and value-based voting (how groups express what matters).

The whitepaper explains why. These docs explain what’s running and how to run it yourself.

  1. Trust graph — every entity (person, group, algorithm) is a node; edges are typed and weighted relationships.
  2. Governance engines — sub-graphs over that graph that encode decision procedures (votes, courts, councils, constitutions).
  3. Applications — the user-visible products: feeds, governance UIs, QuestBoard, decentral university tooling, etc.
ComponentRepo (placeholder)What it does
Sphere Graph APIsphere-graph-apiOwns the trust graph; serves REST queries + mutations.
Sphere Websphere-webNext.js frontend talking to the Graph API.
sphere-systemsphere-systemDiscord/Telegram bot — agent surface for the graph.
sphere-dashboardsphere-dashboardThis site (landing + whitepaper + docs + demos).

The pages under Graph API, Sphere Web, and sphere-system drill into each one.

Phase 1 is the Graph API — see Phase 1 plan. Everything else is either stubbed, prototyped, or pending decision.