Focused Tool · Apache 2.0 · Single Binary · Creator & Marketing

Self-hosted collaborative whiteboard

Draw, add sticky notes, collaborate in real time over WebSocket. Miro for teams who need a whiteboard without sending brainstorming sessions to a SaaS.

Install Chalkboard Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Chalkboard is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

Download the binary and run it. Chalkboard starts serving immediately with a dashboard at localhost and a REST API for automation. No cloud account, no API keys to provision, no monthly invoice. Your data lives in a SQLite file you can back up, move, or query directly.

The problem

The overhead of managing lessons tends to grow quietly until someone asks why the team is paying four different subscriptions for overlapping features. Chalkboard replaces that stack with a single process that starts in under a second.

Endpoints
Architecture

Deploy Chalkboard as a systemd service, a Docker container, or a bare process behind tmux. It reads two environment variables: PORT and DATA_DIR. Everything else is self-contained. The /api/health endpoint returns the service status and lessons count, which you can wire into your existing monitoring stack.

Miro at $8/user/mo.

Self-hosted collaborative whiteboard. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool chalkboard
Run
PORT=8860 ./chalkboard
Open
http://localhost:8860

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 3 boards
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited boards, image export, real-time collaboration, templates
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export CHALKBOARD_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./chalkboard

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev