TaskBoard vs Tasks.md
A side-by-side comparison of two self-hosted project management & tasks options — licensing, setup difficulty, resource needs, and what each one replaces.
| Feature | TaskBoard | Tasks.md |
|---|---|---|
| Deploy effort | Read-the-docs project | Under-an-hour setup |
| Health score | 20 · At risk | 66 · Good |
| Category | Project Management & Tasks | Project Management & Tasks |
| License | MIT | MIT |
| Language | TypeScript | JavaScript |
| Setup difficulty | Easy | Easy |
| Min. RAM | 128 MB | 128 MB |
| Deployment | bare-metal, source | docker |
| GitHub stars | ★ 1,401 | ★ 2,200 |
| First released | 2015 | 2023 |
| Replaces | Trello, Kanboard | Trello |
What are TaskBoard and Tasks.md?
TaskBoard
TaskBoard is a simple self-hosted kanban application written in PHP with a SQLite database. It provides boards with customizable columns, cards, comments, and attachments, and requires minimal setup on a basic web server.
- Simple kanban boards
- Drag-and-drop cards
- Minimal dependencies
- Easy installation
Tasks.md
Tasks.md is a self-hosted, file-based task management tool where every card is a Markdown file. It provides a kanban interface backed entirely by plain text files.
- Cards stored as Markdown files
- No database required
- Drag-and-drop kanban board
- Easy to back up with git
TaskBoard vs Tasks.md: key differences
TaskBoard is written in TypeScript, while Tasks.md is built with JavaScript. TaskBoard is the more established project (first released 2015), while Tasks.md arrived in 2023. Tasks.md lists first-class Docker deployment; TaskBoard does not.
Why pick each one
Choose TaskBoard if…
- Released under the MIT license
- Easy to set up — beginner-friendly
- Active community (1.4k GitHub stars)
- Written in TypeScript
Choose Tasks.md if…
- Released under the MIT license
- Easy to set up — beginner-friendly
- First-class Docker support for quick deployment
- Active community (2.2k GitHub stars)
Frequently asked questions
Is TaskBoard or Tasks.md better?
Neither is universally better. Tasks.md has the larger community; both share a easy setup difficulty, so the decision comes down to features and licensing.
Are TaskBoard and Tasks.md free and open-source?
Yes. TaskBoard is licensed under MIT and Tasks.md under MIT. Both can be self-hosted at no software cost.
Can I run TaskBoard and Tasks.md with Docker?
TaskBoard: check the project docs for container support. Tasks.md: yes.