Focused Tool · Apache 2.0 · Single Binary · Operations

Self-hosted internal Q&A and Stack Overflow

Ask questions, answer them, vote, mark as resolved. The knowledge that lives in Slack DMs, made searchable and permanent.

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

Full REST API

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

Why this exists

Running a internal Q&A and Stack Overflow should not require a Kubernetes cluster, a managed database, and a DevOps team to keep it running. Soapbox is one file. Download it, run it, point your browser at it. That is the entire setup.

A devops team integrates Soapbox into their CI pipeline. A post-deploy hook creates a question record via the API. The stats endpoint feeds a Grafana panel. When something goes wrong, the team searches questions by keyword to find related records without switching tools.

Setup and daily use

On first launch, Soapbox initializes a WAL-mode SQLite database and starts an HTTP server. The web dashboard and API share the same port. Creating a question is a POST with JSON — the only required field is title. The response includes the generated ID and timestamp. Listing supports search, filtering, and returns items in reverse chronological order.

Endpoints

Stack Overflow for Teams at $6/user/mo.

Self-hosted internal Q&A and Stack Overflow. 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 soapbox
Run
PORT=10100 ./soapbox
Open
http://localhost:10100

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 50 questions
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited questions, tagging, search, gamification, 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 SOAPBOX_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./soapbox

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