Orbis

  • Name: Orbis
  • URL: https://useorbis.com/
  • Category: Ceramic social middleware / access-gated community-data layer / decentralized social coordination infrastructure
  • Summary: Orbis is best understood not as a blockchain or a generic social app, but as a higher-level social middleware stack on top of Ceramic. Its reusable mechanism is the combination of reusable social primitives stored on an open data layer with Orbis-hosted nodes that index that data, build social graphs, and enforce write-access policy for app-defined contexts. That makes Orbis a useful comparison class for BYOF, ComposeDB, Ethereum Follow Protocol, Guild-style community admission tooling, and later decentralized-social systems where the real control surface sits not only in shared data schemas but in who indexes, moderates, and interprets those schemas for applications.
  • What it does:
    • Lets developers add portable social primitives such as profiles, posts, reactions, direct messages, conversations, and app-specific contexts on top of Ceramic
    • Organizes application spaces through Contexts, which can represent channels, categories, comment threads, or nested community structures
    • Uses Access Gating rules so app builders can control who may write into a given context based on token ownership, metadata, DIDs, POAPs, or credentials
    • Relies on Orbis Nodes to index Ceramic data, build social graphs, and apply context-specific access-control logic at the indexing layer
    • Integrates verifiable credentials into moderation and anti-spam policy by allow-listing trusted issuers and by auto-issuing some credentials from onchain activity
    • Offers a social SDK and component layer so developers can embed discussion feeds, messaging, commenting, and forum-like community features into other apps
  • Key claims:
    • The Ceramic launch post positions Orbis as a social protocol built on Ceramic whose modules can power timelines, comments, direct messages, and other portable social experiences across apps.
    • The most important architectural detail is that Orbis does not just publish schemas onto Ceramic; Orbis Nodes index content, build the social graph, and decide how access-gating rules affect visibility and contribution inside app-defined contexts.
    • Contexts are the main reusable primitive because they turn open Ceramic data into bounded spaces with their own contribution policy, nesting structure, and integration hooks. That makes Orbis analytically closer to community-data middleware than to a single social app.
    • Access Gating is especially revealing because the policy is not enforced by a base chain contract. It is enforced by Orbis-operated indexing infrastructure interpreting token, DID, POAP, metadata, and credential rules. Practical authority therefore sits partly with node operators and rule interpretation rather than only with the underlying storage layer.
    • The credentials material matters because Orbis mixes together two layers that later stacks often separate: credential ingestion / allow-listing and community-write policy. That makes it a useful bridge between decentralized-social middleware and reputation-gated coordination systems.
    • Dynamic Contexts and sub-contexts show that Orbis’s real product is a reusable organization layer for conversations, not just a flat post feed. This is useful when comparing Orbis to forum software, social graphs, and DAO-community tooling.
    • Orbis belongs in the corpus as a distinct project because filing it only under Ceramic or ComposeDB would hide the higher-level control plane where indexing, moderation, context policy, and credential-aware gating become the practical source of power.
  • Whitepaper: No canonical standalone Orbis whitepaper surfaced in this pass. The strongest primary materials were the official docs, the Orbis SDK repository, and Ceramic’s official launch post; see ../whitepapers/orbis-primary-sources-2026-05-11.md.
  • Sources:
  • Last reviewed: 2026-05-11 UTC