Focused Tool · Apache 2.0 · Single Binary · Operations

Self-hosted event log

POST structured events from any service, search and filter them, build simple dashboards. Your own Loggly with no monthly bill based on GB ingested.

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

A freelance consultant keeps Chronicle running on a home server. Client events stay on local disk, which simplifies the privacy section of every contract. The search endpoint powers a custom dashboard built with a static site generator. Total infrastructure cost: the electricity to run a Raspberry Pi.

The case for owning your data

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

Endpoints
How Chronicle runs

On first launch, Chronicle initializes a WAL-mode SQLite database and starts an HTTP server. The web dashboard and API share the same port. Creating an event 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.

Loggly at $79/mo.

Self-hosted event log. 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 chronicle
Run
PORT=8770 ./chronicle
Open
http://localhost:8770

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 10,000 events, 7-day retention
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited events, 90-day retention, saved searches, alerts
  • 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 CHRONICLE_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./chronicle

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