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

Self-hosted content archive and clipping service

Save web pages, PDFs, and articles for permanent offline access. Full-text search across everything. Your Pocket without Pocket's servers having your reading history.

Install Archive Free Complete — all 150 tools $29/mo
The problem

Running a content archive and clipping service should not require a Kubernetes cluster, a managed database, and a DevOps team to keep it running. Archive is one file. Download it, run it, point your browser at it. That is the entire setup.

Under the hood

Deploy Archive as a systemd service, a Docker container, or a bare process behind tmux. It reads two environment variables: PORT and DATA_DIR. Everything else is self-contained. The /api/health endpoint returns the service status and bookmarks count, which you can wire into your existing monitoring stack.

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

Endpoints

Pocket Premium at $4.99/mo.

Self-hosted content archive and clipping service. 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 archive
Run
PORT=9250 ./archive
Open
http://localhost:9250

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 100 items
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited items, full-text search, annotations, 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 ARCHIVE_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./archive

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