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

Self-hosted content scheduler

Write content, schedule it for future publishing, auto-post to configured webhooks at the right time. Your editorial calendar without the $50/mo Buffer subscription.

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

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

Setup and daily use

Install Pasture with the one-line shell script or download the binary directly from GitHub. Run it, open /ui, and start creating posts. 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 devops team integrates Pasture into their CI pipeline. A post-deploy hook creates a post record via the API. The stats endpoint feeds a Grafana panel. When something goes wrong, the team searches posts by keyword to find related records without switching tools.

Endpoints

Buffer at $15/mo.

Self-hosted content scheduler. 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 pasture
Run
PORT=8730 ./pasture
Open
http://localhost:8730

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 10 scheduled posts
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited posts, recurring schedules, multiple channels, analytics
  • 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 PASTURE_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./pasture

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