unsubbed.co

Focalboard

A self-hosted Kanban and project board that chose to stop — the data ownership case for a tool in maintenance mode.

Best for: Small technical teams already running Mattermost who want integrated project boards with full data ownership.

TL;DR

  • What it is: An open source, self-hosted project management tool offering Kanban, table, calendar, and gallery views
  • Who it’s for: Small technical teams that want full data ownership and can handle server maintenance
  • Cost savings: $0 vs. Asana’s $10.99/user/month or Trello’s $5/user/month — meaningful for teams of 5–20
  • Key strength: Minimal resource requirements — runs on 1–2GB RAM — and integrates natively with Mattermost
  • Key weakness: The standalone repository is explicitly unmaintained; the README opens with a warning that no one is actively maintaining it

What is Focalboard

Focalboard is an open source project management tool built by the Mattermost team. It positions itself as a self-hosted alternative to Trello, Notion, and Asana. The core offering: boards where you can create tasks, assign properties, filter views, and collaborate in real time. It earned over 25,000 GitHub stars before development on the standalone version effectively stopped.

The tool comes in two flavors. The personal desktop edition is a single-user app for macOS, Windows, and Linux. The personal server edition supports multiple users and is the version most people deploy when they want to self-host for a team. There is also a Mattermost plugin version — Mattermost Boards — which continues to receive updates as part of the Mattermost platform.

The license situation is worth noting: the repo lists no standard SPDX license identifier, and the README contains a prominent warning that the standalone repository is not actively maintained. If you need someone to submit a bug fix or pull in a security patch, the project asks you to volunteer as a maintainer. That is a meaningful caveat for any organization considering a long-term deployment.


Why people choose it over Trello, Notion, and Asana

Trello is the most obvious point of comparison. Focalboard offers similar Kanban boards but adds multiple view types — table, calendar, gallery — that Trello hides behind paid tiers. More importantly, Focalboard is entirely self-hosted: your data stays on your server, not on Atlassian’s. For teams with compliance requirements or a strong data sovereignty preference, this is a real difference. Trello’s free tier caps you at 10 boards; Focalboard has no such limits.

Notion is a looser comparison. Notion is a document-and-database hybrid that has grown significantly more complex over time. Focalboard covers only the project management slice — boards, tasks, properties — without the wiki or document layers. Teams that find Notion bloated for pure task tracking sometimes prefer Focalboard’s narrower scope.

Asana targets larger teams with sprint planning, dependency tracking, and extensive reporting. Focalboard does not compete there. It lacks burndown charts, sprint management, and the integrations ecosystem that makes Asana valuable for larger organizations. The fair comparison is teams of 2–15 people doing straightforward project tracking, not enterprise workflow management.


Features: what it actually does

Views

  • Kanban board
  • Table view
  • Calendar view
  • Gallery view

Task management

  • Customizable card properties (text, select, date, person, etc.)
  • Filters and saved views
  • File attachments
  • Card comments and @mentions
  • Priority labels
  • Archiving and backup snapshots

Collaboration

  • Real-time collaborative editing
  • Board-level permissions: team-wide or specific individuals
  • Direct and team messaging (via Mattermost integration)

Infrastructure

  • Docker deployment
  • SQLite for small teams (1–15 users), PostgreSQL for larger deployments
  • REST API
  • Mobile app availability: no dedicated native apps; browser-only on mobile

Templates

  • Project Tasks, Content Calendar, Company Goals & OKRs, Roadmap, Meeting Agenda, Welcome board

Pricing math

OptionCost
Focalboard self-hostedFree
Trello FreeFree (10 boards, limited features)
Trello Standard$5/user/month
Asana Starter$10.99/user/month
Notion Plus$8/user/month
Mattermost Boards (bundled with Mattermost)Included in Mattermost plan

For a 10-person team, self-hosting Focalboard saves $600–$1,300/year compared to Trello Standard or Asana Starter. Infrastructure costs are minimal: a $5–10/month VPS with 1–2GB RAM handles most small team workloads.

The real cost is operational: someone needs to run the server, apply updates (when they come), and manage backups. For teams with a developer who can handle this, the math is clearly favorable. For non-technical teams, the maintenance burden often erases the savings.


Deployment reality

Getting Focalboard running is straightforward if you know Docker. A basic deployment via Docker runs in one command:

docker run -it -p 8000:8000 mattermost/focalboard

That gets you a personal instance at localhost:8000. For a production setup, the path is: Docker Compose for the application and database, then an NGINX reverse proxy with SSL certificates from Let’s Encrypt. That takes most developers 1–3 hours depending on their familiarity with the stack.

The VibePanda guide recommends SQLite for 1–15 users and PostgreSQL for anything larger. For teams expecting growth, starting with PostgreSQL avoids a migration later.

Surprises to expect: the Docker image for Focalboard may lag behind the last stable release since active maintenance has slowed. CORS configuration requires attention if you expose the board behind a reverse proxy. The standalone server does not have a built-in SSL termination — you need a proxy in front of it.

Since the standalone repo is unmaintained, check the last release date before deploying. The Mattermost plugin version is actively maintained and worth considering if you are running Mattermost already.


Who should use Focalboard

Best fit

  • Teams already running Mattermost who want integrated project boards
  • Developers building personal project tracking systems who want full data control
  • Organizations with strict data residency requirements that need self-hosted project management
  • Small technical teams (under 15 people) comfortable maintaining a server

Not the right tool if

  • Your team is non-technical and cannot handle server maintenance
  • You need mobile apps — Focalboard has none
  • You require integrations with Slack, GitHub, or other external services
  • You need sprint planning, Scrum boards, or agile-specific reporting
  • Long-term software stability is a requirement — the unmaintained status is a real risk

Alternatives worth considering

  • AppFlowy — Open source, actively maintained, similar Notion-alternative positioning. Better long-term bet for teams wanting open source PM tools.
  • AFFiNE — Open source, includes Kanban, Gantt charts, task dependencies, and built-in whiteboard. More feature-complete than Focalboard.
  • Taiga.io — Comprehensive agile project management with Kanban and Scrum boards. Open source, actively maintained.
  • Plane — Open source Jira alternative. More enterprise-ready than Focalboard with sprints, cycles, and modules.
  • Mattermost Boards — The actively maintained version of Focalboard’s codebase. If you are running Mattermost, use this instead of standalone Focalboard.

Sources

This review synthesizes 5 independent third-party articles along with primary sources from the project itself. Inline references throughout the review map to the numbered list below.

  1. [1] vibepanda.io (2025-12-01) — “How to Self-Host Focalboard (2026) – Beginner to Production Guide” — deployment (link)
  2. [2] designwhine.com (2025-07-09) — “Focalboard Review: A Powerful Open Source Alternative to Trello, Asana, and Notion?” — review (link)
  3. [3] fossengineer.com (2021-04-15) — “How to Setup your Kanban Board - FocalBoard” — deployment (link)
  4. [4] getmagical.com (2026) — “5 Best Focalboard Alternatives for Smarter Project Management” — comparison (link)
  5. [5] alternativeto.net (2026) — “Focalboard Alternatives: Open Source Project Management Tools” — comparison (link)
  6. [6] GitHub repository — official source code, README, releases, and issue tracker (https://github.com/mattermost-community/focalboard)
  7. [7] Official website — Focalboard project homepage and docs (https://www.focalboard.com/)

References [1]–[7] above were used to cross-check claims about features, pricing, deployment, and limitations in this review.

Features

Integrations & APIs

  • Plugin / Extension System
  • REST API

Mobile & Desktop

  • Mobile App