Focused Tool · Apache 2.0 · Single Binary · Personal & Lifestyle

Self-hosted personal note-taking app

Write notes in Markdown, organize them in notebooks, search instantly. Obsidian without the sync subscription, hosted on your own server so your notes are always accessible.

Install Notebook Free Complete — all 150 tools $29/mo
The case for owning your data

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

Under the hood

The dashboard opens at /ui and gives you a search bar, status filters, and a create form. Double-click any note to edit it inline. Behind the dashboard, every operation maps to a REST endpoint under /api/notes. Responses are JSON. Authentication is handled at the network level — put Notebook behind your VPN or reverse proxy, and it serves requests to whoever can reach it.

Download the binary and run it. Notebook 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.

Endpoints

Obsidian Sync at $8/mo.

Self-hosted personal note-taking app. 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 notebook
Run
PORT=9370 ./notebook
Open
http://localhost:9370

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 100 notes
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited notes, backlinks, graph view, attachments, 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 NOTEBOOK_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./notebook

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