Introduction

Conduit is a webhook relay that tunnels live traffic from any provider directly to your local server. No port forwarding. No ngrok. One command.

How it works

  1. Create an endpoint — sign up and get a permanent relay URL like https://relay.conduitrelay.com/ws-a3f2/
  2. Start Conduit — run conduit start --port 3000 in your project
  3. Receive webhooks — every inbound request is forwarded to your local server in real time

Quick start

# Install
curl -fsSL https://get.conduitrelay.com | sh
 
# Log in (hosted relay)
conduit login
 
# Start forwarding to port 3000
conduit start --port 3000

Or install the VS Code extension for an in-editor experience.

Hosted vs self-hosted

HostedSelf-hosted
Relay serverManaged by usYou run it
AuthRequired (account)Optional
PricingFree tier availableFree (open source)
Permanent URLsYesYes

The self-hosted guide walks through running your own relay server on any VPS or cloud provider.