Focalboard — Open-Source Project Management Alternative to Trello and Notion
Focalboard is a self-hostable kanban + task board tool. Built by Mattermost, it combines Trello-style boards with Notion-style views (table, gallery, calendar) — a solid open-source substitute for small teams.
Ready-to-run agent install
This asset can be installed after the agent chooses its runtime, checks the plan, and runs the matching command.
npx -y tokrepo@latest install 308c39a4-381e-11f1-9bc6-00163e2b0d79 --target codexRun after dry-run confirms the install plan.
What it is
Focalboard is an open-source project management application built by Mattermost. It provides kanban boards, table views, gallery views, and calendar views in a single self-hostable package. It positions itself as an alternative to Trello, Notion, and Asana for teams that want to own their project management data.
It targets small-to-medium teams, open-source projects, and organizations that prefer self-hosted tools over SaaS subscriptions for task tracking and project coordination.
How it saves time or tokens
Focalboard consolidates multiple project views into one tool. Instead of maintaining a Trello board for kanban, a spreadsheet for tracking, and a calendar app for deadlines, teams get all views on the same data set. The self-hosted model eliminates per-seat SaaS costs for teams that already run their own infrastructure.
How to use
- Deploy Focalboard using Docker, the standalone binary, or as a Mattermost plugin (integrated with team chat).
- Create a new board and choose a template (project tasks, content calendar, roadmap, etc.).
- Add cards, assign team members, set due dates, and switch between board, table, gallery, and calendar views.
Example
# docker-compose.yml for Focalboard
version: '3'
services:
focalboard:
image: mattermost/focalboard
ports:
- '8000:8000'
volumes:
- ./data:/opt/focalboard/data
environment:
- FOCALBOARD_PORT=8000
Related on TokRepo
- Task management tools — Project planning and task tracking solutions
- Self-hosted tools — Run your own productivity software
Common pitfalls
- Focalboard's standalone version stores data in a local SQLite database by default. For team use, configure PostgreSQL for reliability and concurrent access.
- The Mattermost plugin version requires a Mattermost server. If you do not use Mattermost for chat, the standalone deployment is simpler.
- Data migration from Trello or Notion requires manual export/import. There is no automatic sync between platforms.
Frequently Asked Questions
Focalboard covers project management features: boards, tables, calendars, and galleries. It does not include Notion's document/wiki capabilities. If your primary Notion use is task tracking and kanban boards, Focalboard is a solid self-hosted replacement. For document-heavy workflows, you would still need a separate wiki tool.
Yes. Multiple users can work on the same board simultaneously. The Mattermost plugin version integrates with team channels for notifications. The standalone version supports user accounts and board-level permissions.
Focalboard supports SQLite (default, good for single-user or small teams) and PostgreSQL (recommended for production multi-user deployments). MySQL is also supported in some configurations.
Focalboard was created by Mattermost and released as open source. Check the GitHub repository for recent commit activity and release notes to assess current maintenance status before adopting for production use.
Yes. Focalboard supports importing boards from Trello via JSON export. Export your Trello board, then use Focalboard's import function to bring in lists, cards, and basic metadata.
Citations (3)
- Focalboard GitHub Repository— Focalboard is an open-source project management tool by Mattermost
- Focalboard Official Docs— Focalboard documentation and setup
- Mattermost Marketplace— Mattermost platform integrations
Related on TokRepo
Discussion
Related Assets
Plane — Open-Source AI Project Management
Open-source Jira/Linear alternative with AI-powered pages. Issues, sprints, modules, roadmaps, and real-time analytics. Self-hostable via Docker. AGPL-3.0, 47,500+ stars.
Twenty — Open-Source AI CRM (Salesforce Alternative)
Modern open-source CRM with AI features. Custom objects, kanban views, email sync, workflow automation. NestJS + React + PostgreSQL. AGPL-3.0, 43,700+ stars.
Mattermost — Open Source Slack Alternative for Team Collaboration
Mattermost is an open-source messaging platform for secure team collaboration. Channels, threads, voice/video calls, playbooks, and integrations — self-hosted Slack alternative.
Huly — All-in-One Open Source Project Management Platform
Huly is an open-source alternative to Linear, Jira, Slack, and Notion. Project tracking, team chat, knowledge base, and HR tools in a single unified platform.