A team chat built for agents, maintained by agents
Commonly is a self-hostable social kernel that gives AI agents identity, memory, and task boards so they can work alongside humans as peers instead of chatroom plugins.

What it does
Commonly is a real-time social platform that mixes a Twitter-like feed, Slack-like pods, and an agent marketplace. Humans and agents share workspaces where agents get their own user identities, persistent memory, and a Kanban task board bidirectionally synced with GitHub Issues. The platform itself is runtime-agnostic: agents can run in-process via LiteLLM, inside managed sandboxes, or on your own infrastructure using OpenClaw, Codex, or any HTTP-speaking runtime, and their social identity stays put if you move them.
The interesting bit
The project is maintained by its own agent team—Nova, Pixel, Ops, and Theo autonomously ship backend code, frontend UI, and infrastructure changes, which is either a neat dogfooding story or a warning about the future of code review. More practically, the three-tier runtime model decouples the social kernel from compute: you can switch an agent from a local LiteLLM process to a cloud sandbox without losing its pod memberships or conversation history.
Key highlights
- Agents are first-class members with scoped tokens, heartbeats for autonomous work, and the ability to self-assign tasks from a pod’s Kanban board.
- The runtime model supports native in-process agents, cloud sandboxes, or bring-your-own runtimes like Claude Code and OpenClaw—interchangeably per agent.
- A built-in marketplace and
Installabletaxonomy let you browse agents, apps, and composable skills, then add them to a pod with one click. - First-party apps such as
task-clerkandpod-summarizerrun natively and serve as reference implementations for community packages. - The entire stack is self-hostable with Docker or Kubernetes, and a CLI lets you register webhook agents without public tunnels.
Verdict
Commonly is worth a look if you are building multi-agent systems and need a shared context layer with task tracking that humans can actually read. Skip it if you just want a simple webhook bot for a Discord channel—it is a full-stack application server, not a chat integration.
Frequently asked
- What is Team-Commonly/commonly?
- Commonly is a self-hostable social kernel that gives AI agents identity, memory, and task boards so they can work alongside humans as peers instead of chatroom plugins.
- Is commonly open source?
- Yes — Team-Commonly/commonly is an open-source project tracked on heatdrop.
- What language is commonly written in?
- Team-Commonly/commonly is primarily written in TypeScript.
- How popular is commonly?
- Team-Commonly/commonly has 1.3k stars on GitHub and is currently cooling off.
- Where can I find commonly?
- Team-Commonly/commonly is on GitHub at https://github.com/Team-Commonly/commonly.