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

Self-hosted life dashboard

Combine your Trailhead habits, Sundial time tracking, Quiver reading list, and personal tools into one personal home screen. The glue layer for your personal stack.

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

Full REST API

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

The problem

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

How it works

The data model stores each goal with 7 fields: title, area, target, progress, due date. All fields are queryable through the search API. The dashboard renders goals as cards with color-coded status indicators and inline metadata. Creating, editing, and deleting records is immediate — no save-and-deploy cycle.

An agency managing goals for multiple clients runs one Meridian instance per client on isolated VMs. Each instance gets its own data directory. There is no shared database, no multi-tenant risk, no worry about one client's data appearing in another client's export.

Endpoints

Custom Notion dashboard at $8/mo + setup time.

Self-hosted life dashboard. 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 meridian
Run
PORT=10240 ./meridian
Open
http://localhost:10240

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 5 widgets
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited widgets, data source integrations, shareable dashboard link
  • 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 MERIDIAN_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./meridian

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