Focused Tool · Apache 2.0 · Single Binary · Personal & Lifestyle

Self-hosted travel and trip planner

Log trips, itineraries, accommodation, expenses. See all your travel history in one place. For frequent travelers who want their data out of TripIt.

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

Full REST API

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

Why self-host your travel and trip planner

SaaS tools hold your data hostage. Export formats are incomplete, migrations are painful, and pricing changes whenever the vendor feels like it. Waystation stores everything in SQLite on your own server. Your data is a file you control, back up, and query directly.

How Waystation runs

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

An agency managing trips for multiple clients runs one Waystation instance per client on isolated VMs. Each instance gets its own data directory. There is no shared database, no multi-tenant risk, no worry about one client's data appearing in another client's export.

Endpoints

TripIt Pro at $49/yr.

Self-hosted travel and trip planner. 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 waystation
Run
PORT=9930 ./waystation
Open
http://localhost:9930

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 3 trips
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited trips, packing lists, expense tracking, itinerary sharing
  • 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 WAYSTATION_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./waystation

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