Focused Tool · Apache 2.0 · Single Binary · Operations

Self-hosted kanban project board

Boards, columns, cards, assignees, due dates. The Trello alternative for teams who want their project data on their own server. Clean, fast, no feature bloat.

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

A non-profit with no DevOps budget downloads the Prairie binary, sets two environment variables, and runs it on the same Linux box that handles their email. It has been running for three months without intervention. When they need to update, they download the new binary and restart the process.

Why this exists

Running a kanban project board should not require a Kubernetes cluster, a managed database, and a DevOps team to keep it running. Prairie is one file. Download it, run it, point your browser at it. That is the entire setup.

Endpoints
How it works

The data model stores each card with 7 fields: title, description, column name, assignee, labels. All fields are queryable through the search API. The dashboard renders cards as cards with color-coded status indicators and inline metadata. Creating, editing, and deleting records is immediate — no save-and-deploy cycle.

Trello at $5/user/mo.

Self-hosted kanban project board. 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 prairie
Run
PORT=8820 ./prairie
Open
http://localhost:8820

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 3 boards, 2 users
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited boards and users, card attachments, board templates, export
  • 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 PRAIRIE_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./prairie

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