Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted counter and gauge API

Increment counters, set gauges, track arbitrary metrics via HTTP. No SDK required — one POST to bump a counter. Embed in any script, webhook, or cron job. Your own tiny StatsD.

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

A solo developer built a weekend project that needed counters tracking. Instead of spinning up Postgres and writing an admin panel, they added Tally as a sidecar process. The REST API covered every operation the project needed. Development time saved: roughly a full day.

The case for owning your data

Privacy-conscious teams often build internal counters workflows in Notion or Google Sheets because the alternative is a $200/month SaaS contract. Tally gives you a purpose-built tool at a fraction of the cost, running on infrastructure you already control.

Endpoints
Setup and daily use

Start Tally 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 counters through the web interface or POST JSON to the API. Filter by value, namespace, or search by keyword. Update records with PUT, delete with DELETE. The stats endpoint returns aggregate counts grouped by status for monitoring.

Datadog (metrics only) at $15/mo.

Self-hosted counter and gauge API. 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 tally
Run
PORT=8640 ./tally
Open
http://localhost:8640

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 10 metrics, 7-day retention
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited metrics, 90-day retention, dashboard, 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 TALLY_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./tally

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