Colign's core is open source under AGPL-3.0. Here's why we chose this model, what it means for self-hosting teams, and how we build a sustainable business on top of open source.
When we started building Colign, we had a fundamental choice: closed-source SaaS or open-source core with a commercial cloud. We chose open source — and it's been the best decision we've made.
Open-source core (AGPL-3.0):
Commercial cloud (Colign Cloud):
The core is free and self-hostable. The cloud is paid and provides value beyond what self-hosting offers.
Spec platforms occupy a unique position in the development stack: they sit between human decisions and AI execution. This position demands trust that closed-source SaaS can't fully provide.
Your specs contain your product strategy, technical decisions, and business logic. When a spec platform is closed-source, you're trusting a black box with your most sensitive engineering artifacts.
Open source means:
Some organizations can't use cloud services for their specs:
Open source with Docker Compose and Helm charts means these organizations can run Colign on their own infrastructure, behind their own firewalls, under their own security policies.
The spec-driven development ecosystem is still emerging. MCP integrations, AI agent workflows, and spec templates are being invented in real-time. Open source enables:
A closed-source platform would bottleneck all of this behind our roadmap. Open source lets the community build what they need.
We chose AGPL-3.0 specifically because it protects the open-source ecosystem while allowing legitimate self-hosting:
AGPL-3.0 is the license that says: "Use it freely, but if you build a service on it, share your improvements."
Colign Cloud is how we sustain development:
The economics work because the cloud provides genuine operational value: zero-downtime upgrades, managed PostgreSQL and Redis, global CDN, real-time WebSocket infrastructure (Hocuspocus/Y.js), and 24/7 monitoring.
Self-hosting is free but not free of cost — you manage the infrastructure, upgrades, backups, and scaling. The cloud abstracts all of that.
This model is proven. Supabase, GitLab, Sentry, PostHog — the most trusted developer tools are open-source core with commercial cloud. Developers adopt tools they can inspect, and they pay for tools that save them operational overhead.
We believe specs are too important to be locked in a proprietary platform. Your specs should be yours — to read, export, self-host, and extend. That's the promise of open source, and it's the promise we're making.
Q: Can I use Colign for free? A: Yes. Self-host the open-source core for free, or use Colign Cloud's free tier for small teams.
Q: What's the difference between self-hosted and cloud? A: Same core features. Cloud adds managed infrastructure, OAuth 2.1 PKCE for MCP, SSO, audit logs, and SLA. Self-hosted means you manage the infrastructure.
Q: Will the open-source core ever be limited to push people to the cloud? A: No. The core includes all spec lifecycle features: structured proposals, acceptance criteria, tasks, workflow states, MCP server, real-time co-editing. Enterprise features (SSO, audit logs) are cloud-only because they require centralized infrastructure.