BoardDown - Local-first, file-based Kanban storage engine with sync capabilities
BoardDown treats your project management data as code:
- Git-compatible: Boards are Markdown, diff them in PRs
- Offline-first: Local SQLite with optional cloud sync
- Programmable: Rust/TS APIs for custom automation
- Human-readable: Edit in any text editor
Quick Start
use ;
use Arc;
async
Storage Backends
- FilesystemStorage - Git-friendly
.board.mdfiles - SqliteStorage - High-performance indexed storage with FTS
- HybridStorage - SQLite cache + filesystem source of truth