Skip to content

Addon catalog

Every capability in Angee is an addon: a Django app (abstract models + GraphQL + REBAC + resources) plus, when it has UI, a sibling React package @angee/<addon>-base. You compose addons; you don't fork them.

Early alpha. The addons below are prototyped and working end to end and are being lifted into the open-source framework one at a time. Per-addon pages will be lifted here as each addon lands; for now this is the catalog overview. See Features for the fuller picture and the Glossary for the vocabulary.

Available

  • IAM — the identity REBAC operates on: users, groups, machine Service accounts, hashed API keys, impersonation auditing, and a unified actor resolver.
  • Storage — files and blobs: content-hash dedup, pluggable backends (local + S3/R2/MinIO), MIME detection, one presigned upload flow, MIME-keyed previewers.
  • Knowledge — a server-backed, permissioned, Obsidian-shape knowledge base: pages, typed properties, wikilink/embed edges, canvases.
  • Integrate — third-party systems: vendor catalogue, accounts, stateless providers and stateful bridges, and signed inbound/outbound webhooks. OAuth2 / OIDC ships as the credential-source sibling and powers SSO.
  • Agents — agents as first-class REBAC subjects with an audited ceiling on what their runtime may do: pick a template, bind a model and an integration, mount skills, and chat.
  • Operator — a thin Django bridge that hands the browser a connection to the Go daemon, plus a console to manage stacks, services, workspaces, and secrets.

Planned

  • Connect — people and conversations: contacts, organisations, threads, and messages across web, email, and agent channels.
  • Workflows — durable queue + scheduled jobs + state machines with a React-Flow canvas; every step is a permissioned operation.
  • MCP — an agent tool surface generated from the framework's persisted, REBAC-gated GraphQL operations.
  • ARP — ERP re-cut as composable addons (invoicing, accounting, procurement, CRM, HR) on shared primitives money, sequence, and uom.

Released under the AGPL-3.0 License.