Focused Tool · Apache 2.0 · Single Binary · Operations

Self-hosted internal wiki and knowledge base

Write docs, organize them into spaces, search them. Notion for teams who want their internal knowledge base on their own server without per-seat pricing.

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

A regulated company runs Handbook inside their air-gapped network. No data leaves the building. Compliance auditors can inspect the SQLite file directly. When the team needs a report, they query the API and format the output however the auditor expects.

What Handbook replaces

Self-hosting used to mean spending a weekend configuring Docker, Postgres, Redis, and an Nginx reverse proxy. Handbook skips all of that. It compiles to a static binary with an embedded database, so there is nothing to install and nothing to maintain.

Endpoints
Under the hood

Each page record carries fields for title, body, space id, parent id, version. The API accepts partial updates, so you can PATCH individual fields without resubmitting the entire record. Listing endpoints support ?q= for keyword search and ?status= for filtering through the lifecycle. Backups are a file copy of the SQLite database in the data directory.

Notion at $8/user/mo.

Self-hosted internal wiki and knowledge base. 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 handbook
Run
PORT=9350 ./handbook
Open
http://localhost:9350

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 10 pages, 2 users
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited pages and users, page history, comments, public sharing
  • 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 HANDBOOK_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./handbook

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