Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted data sync engine

Define a source, define a destination, define a schedule. Syncs data between any two HTTP endpoints on a cron. No Zapier, no Make, no cloud middleware.

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

Full REST API

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

Run Conduit on any server where you can execute a binary. The dashboard is immediately available at localhost, and the REST API integrates with your existing scripts and workflows. No external dependencies to configure, no managed service to subscribe to.

Why this exists

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

Endpoints
How it works

The dashboard opens at /ui and gives you a search bar, status filters, and a create form. Double-click any integration to edit it inline. Behind the dashboard, every operation maps to a REST endpoint under /api/integrations. Responses are JSON. Authentication is handled at the network level — put Conduit behind your VPN or reverse proxy, and it serves requests to whoever can reach it.

Zapier at $19.99/mo.

Self-hosted data sync engine. 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 conduit
Run
PORT=9690 ./conduit
Open
http://localhost:9690

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 2 syncs, hourly
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited syncs, real-time triggers, data transforms, error retry
  • 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 CONDUIT_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./conduit

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