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

Self-hosted release notes manager

Write release notes, publish them to a changelog page, notify subscribers by email. Your public-facing changelog without the $29/mo Beamer or Headway subscription.

Install Branding Iron Free Complete — all 150 tools $29/mo

Full REST API

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

The problem

Teams outgrow spreadsheet-based templates tracking around the same time they realize SaaS alternatives want $15 to $50 per seat per month. Branding Iron is a single binary that handles the same job without the recurring bill or the vendor dependency.

A freelance consultant keeps Branding Iron running on a home server. Client templates 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.

How Branding Iron runs

Deploy Branding Iron 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 templates count, which you can wire into your existing monitoring stack.

Endpoints

Beamer at $49/mo.

Self-hosted release notes manager. 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 brandingiron
Run
PORT=8840 ./brandingiron
Open
http://localhost:8840

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 10 posts
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited posts, email subscribers, custom domain, widget embed
  • 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 BRANDINGIRON_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./brandingiron

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