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

Self-hosted community forum

Discussion threads, voting, categories, user profiles. Discourse without the $100/mo hosting. A focused community space on your own infrastructure.

Install Watering Hole Free Complete — all 150 tools $29/mo

Full REST API

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

The problem

Self-hosting used to mean spending a weekend configuring Docker, Postgres, Redis, and an Nginx reverse proxy. Watering Hole skips all of that. It compiles to a static binary with an embedded database, so there is nothing to install and nothing to maintain.

Setup and daily use

Point curl at /api/links to interact with Watering Hole programmatically. The API follows predictable REST conventions: GET to list or fetch, POST to create, PUT to update, DELETE to remove. The response schema matches the internal data model exactly, so what you see in the dashboard is what the API returns.

Run Watering Hole on any server where you can execute a binary. The dashboard is immediately available at localhost, and the REST API integrates with your existing scripts and workflows. No external dependencies to configure, no managed service to subscribe to.

Endpoints

Discourse hosting at $100/mo.

Self-hosted community forum. 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 wateringhole
Run
PORT=9050 ./wateringhole
Open
http://localhost:9050

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 50 users, 5 categories
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$2.99
per month
  • Unlimited users and categories, SSO, custom domain, moderation tools
  • 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 WATERINGHOLE_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./wateringhole

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