Colanode is an open-source, local-first workspace combining chat, docs, and databases. Self-host it or use the free beta cloud. See features and setup.
Colanode is an open-source, local-first collaboration workspace created in mid-2024 that combines Slack-style chat with Notion-style pages, databases, and file storage in one self-hostable application. It is released under the Apache 2.0 license and has grown to over 5,000 GitHub stars.
Its local-first architecture writes changes to a local SQLite database first and syncs to the server in the background, so the app remains usable offline and reads happen instantly from the local device.
The platform bundles real-time chat, rich-text pages/wikis, customizable databases with table, kanban, and calendar views, and file management in a single workspace. Real-time collaborative editing is powered by CRDTs via the Yjs library, allowing multiple people to edit the same content simultaneously without conflicts.
It's available as a web app, a desktop app built with Electron, and a self-hosted server. Self-hosting requires PostgreSQL with pgvector, Redis or Valkey, and a storage backend (local filesystem, S3-compatible, Google Cloud Storage, or Azure Blob Storage).
Colanode itself is free and open source with no license fee to self-host. The company also offers hosted Colanode Cloud servers in the EU and US, currently in a free public beta while a long-term monetization approach is finalized.
As of mid-2026 there is no published paid pricing tier; teams that want guaranteed pricing or support should plan around self-hosting rather than assuming the current free cloud beta will remain free indefinitely.
Yes, Colanode is open source (Apache 2.0) and free to self-host. Its hosted cloud option is also currently free while in beta.
Yes. Self-hosting requires PostgreSQL with the pgvector extension, Redis or Valkey, and a storage backend such as the local filesystem, S3-compatible storage, Google Cloud Storage, or Azure Blob Storage.
It's positioned as a combined alternative to Slack (chat) and Notion (pages, wikis, and databases) in a single self-hostable application.
Yes. Its local-first architecture saves changes to a local SQLite database first and syncs to the server in the background, so it remains usable offline.
Colanode is released under the Apache 2.0 open-source license.