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

Self-hosted time tracker

Start a timer, tag it to a project or client, stop it, see where your time actually goes. Toggl charges $9/mo. This is a binary with a dashboard. For freelancers who invoice by the hour.

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

Full REST API

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

A regulated company runs Sundial inside their air-gapped network. No data leaves the building. Compliance auditors can inspect the SQLite file directly. When the team needs a report, they query the API and format the output however the auditor expects.

The problem

When regulators or clients ask where your time entries data is stored, the best answer is a specific server you own in a specific jurisdiction you chose. Sundial makes that answer straightforward because the data never leaves your infrastructure.

Endpoints
How Sundial runs

Each timeentry record carries fields for description, project, task, duration, start time. The API accepts partial updates, so you can PATCH individual fields without resubmitting the entire record. Listing endpoints support ?q= for keyword search and ?status= for filtering. Backups are a file copy of the SQLite database in the data directory.

Toggl Track at $9/mo.

Self-hosted time 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 sundial
Run
PORT=9890 ./sundial
Open
http://localhost:9890

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 3 projects
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited projects and entries, invoiceable hours, reports, CSV export
  • 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 SUNDIAL_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./sundial

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