Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted service registry and discovery

Register your services, expose a discovery API, route traffic to healthy instances. Consul without the HashiCorp license concerns and the steep learning curve.

Install Switchboard Free Complete — all 150 tools $29/mo
Why self-host your service registry and discovery

Privacy-conscious teams often build internal services workflows in Notion or Google Sheets because the alternative is a $200/month SaaS contract. Switchboard gives you a purpose-built tool at a fraction of the cost, running on infrastructure you already control.

Setup and daily use

Point curl at /api/services to interact with Switchboard 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.

A solo developer built a weekend project that needed services tracking. Instead of spinning up Postgres and writing an admin panel, they added Switchboard as a sidecar process. The REST API covered every operation the project needed. Development time saved: roughly a full day.

Endpoints

Consul at $0.023/hr.

Self-hosted service registry and discovery. 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 switchboard
Run
PORT=9170 ./switchboard
Open
http://localhost:9170

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 5 services
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited services, health checks, DNS interface, traffic weights
  • 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 SWITCHBOARD_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./switchboard

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