Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted URL routing and proxy rules manager

Define URL rewrite rules, redirects, and proxy mappings via a dashboard instead of editing Nginx config files. For teams who hate touching nginx.conf.

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

Full REST API

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

Why self-host your URL routing and proxy rules manager

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

A freelance consultant keeps Pathfinder running on a home server. Client routes 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.

Under the hood

Install Pathfinder with the one-line shell script or download the binary directly from GitHub. Run it, open /ui, and start creating routes. 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.

Endpoints

nginx config management at maintenance time.

Self-hosted URL routing and proxy rules 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 pathfinder
Run
PORT=9740 ./pathfinder
Open
http://localhost:9740

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 5 rules
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited rules, regex support, traffic analytics, rollback
  • 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 PATHFINDER_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./pathfinder

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