Focused Tool · Apache 2.0 · Single Binary · Operations

Self-hosted approval workflow engine

Define multi-step approval workflows for any request — code deploys, budget spend, access grants. Your own ServiceNow approval layer without ServiceNow's enterprise pricing.

Install Escrow Free Complete — all 150 tools $29/mo
What Escrow replaces

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

A regulated company runs Escrow 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.

Architecture

The data model stores each request with 5 fields: title, requester, approver, amount, status. All fields are queryable through the search API. The dashboard renders requests as cards with color-coded status indicators and inline metadata. Creating, editing, and deleting records is immediate — no save-and-deploy cycle.

Endpoints

ServiceNow at $100+/user/mo.

Self-hosted approval workflow engine. 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 escrow
Run
PORT=9330 ./escrow
Open
http://localhost:9330

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 2 workflows
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited workflows, parallel approvals, delegation, audit trail
  • 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 ESCROW_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./escrow

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