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

Self-hosted habit and goal tracker

Define habits, check in daily, visualize streaks and completion rates. Habitica without the game layer, Streaks without the iOS lock-in. Your goals on your server.

Install Trailhead Free Complete — all 150 tools $29/mo
What Trailhead replaces

Most habits tools fall into two camps: free products that harvest your data, or enterprise platforms that cost more than the problem they solve. Trailhead exists because neither option makes sense when you just need a reliable habit and goal tracker under your own control.

Under the hood

On first launch, Trailhead initializes a WAL-mode SQLite database and starts an HTTP server. The web dashboard and API share the same port. Creating a habit is a POST with JSON — the only required field is name. The response includes the generated ID and timestamp. Listing supports search, filtering, and returns items in reverse chronological order.

Run Trailhead on any server where you can execute a binary. The dashboard is immediately available at localhost, and the REST API integrates with your existing scripts and workflows. No external dependencies to configure, no managed service to subscribe to.

Endpoints

Habitica Pro at $5/mo.

Self-hosted habit and goal tracker. 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 trailhead
Run
PORT=9380 ./trailhead
Open
http://localhost:9380

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 5 habits
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited habits, goal setting, streak analytics, export, reminders
  • 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 TRAILHEAD_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./trailhead

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