Focused Tool · Apache 2.0 · Single Binary · Operations

Self-hosted tamper-evident audit log

Write audit records that can't be modified. Sign them with a key, verify the chain, export for compliance. The immutable audit trail that every regulated business needs.

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

Run Deposition on any server where you can execute a binary. The dashboard is immediately available at localhost, and the REST API integrates with your existing scripts and workflows. No external dependencies to configure, no managed service to subscribe to.

What Deposition replaces

Self-hosting used to mean spending a weekend configuring Docker, Postgres, Redis, and an Nginx reverse proxy. Deposition skips all of that. It compiles to a static binary with an embedded database, so there is nothing to install and nothing to maintain.

Endpoints
How Deposition runs

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

Audit log SaaS at $200/mo.

Self-hosted tamper-evident audit 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 deposition
Run
PORT=9310 ./deposition
Open
http://localhost:9310

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/mo
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited events, cryptographic signing, export, retention policies
  • 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 DEPOSITION_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./deposition

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