Focused Tool · Apache 2.0 · Single Binary · Creator & Marketing

Self-hosted press release tracker

Write your release, log which journalists you contacted, track responses, manage follow-ups. PR agencies charge thousands for this workflow.

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

Full REST API

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

The problem

Running a press release tracker should not require a Kubernetes cluster, a managed database, and a DevOps team to keep it running. Broadside is one file. Download it, run it, point your browser at it. That is the entire setup.

Architecture

Install Broadside with the one-line shell script or download the binary directly from GitHub. Run it, open /ui, and start creating press releases. The SQLite database lives in a single file under the data directory. To migrate to a new server, copy the binary and the data directory. That is the entire migration procedure.

A freelance consultant keeps Broadside running on a home server. Client press releases stay on local disk, which simplifies the privacy section of every contract. The search endpoint powers a custom dashboard built with a static site generator. Total infrastructure cost: the electricity to run a Raspberry Pi.

Endpoints

PR agency workflow at $2,000+/mo.

Self-hosted press release 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 broadside
Run
PORT=10060 ./broadside
Open
http://localhost:10060

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 3 releases, 10 contacts
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited releases and contacts, follow-up reminders, response tracking
  • 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 BROADSIDE_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./broadside

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