Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted error tracker

Your app POSTs errors, Seismograph deduplicates, groups, and alerts. Self-hosted Sentry for teams who can't send exception data to a third party.

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

Full REST API

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

What Seismograph replaces

Teams outgrow spreadsheet-based events tracking around the same time they realize SaaS alternatives want $15 to $50 per seat per month. Seismograph is a single binary that handles the same job without the recurring bill or the vendor dependency.

A devops team integrates Seismograph into their CI pipeline. A post-deploy hook creates a event record via the API. The stats endpoint feeds a Grafana panel. When something goes wrong, the team searches events by keyword to find related records without switching tools.

How Seismograph runs

Start Seismograph with a port and a data directory. It creates its SQLite database on first run and serves both the API and the dashboard on the same port. Create events through the web interface or POST JSON to the API. Filter by source, severity, or search by keyword. Update records with PUT, delete with DELETE. The stats endpoint returns aggregate counts grouped by status for monitoring.

Endpoints

Sentry at $26/mo.

Self-hosted error 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 seismograph
Run
PORT=9680 ./seismograph
Open
http://localhost:9680

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 5,000 errors/mo
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited errors, stack trace grouping, assignments, release tracking
  • 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 SEISMOGRAPH_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./seismograph

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