Focused Tool · Apache 2.0 · Single Binary · Finance & Business

Self-hosted sales pipeline tracker

Leads, stages, notes, follow-up dates, won/lost tracking. HubSpot CRM is free but sends all your data to HubSpot. This stays on your server.

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

Full REST API

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

The problem

The moment you store deals in someone else's cloud, you have accepted their terms, their pricing changes, and their uptime. Prospector puts that decision back in your hands with a standalone binary that runs anywhere you can run a Linux process.

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

Setup and daily use

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

Endpoints

HubSpot CRM at data leaves your control.

Self-hosted sales pipeline tracker. 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 prospector
Run
PORT=9880 ./prospector
Open
http://localhost:9880

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 50 leads
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited leads, email logging, pipeline analytics, import/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 PROSPECTOR_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./prospector

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