Echo Deck — Signal routing for distributed teams
v3.2 — Pipeline branching now live

Signal routing that survives complexity

Echo Deck gives platform teams a single control plane for event-driven pipelines across every environment — from laptop to production mesh.

14M+Events / sec
99.99%Uptime SLA
38msP99 latency
echo-deck — production
Workspace
Pipelines
Metrics
Traces
Logs
Sources
Settings
checkout-events
us-east-1 · 4 consumers active
HEALTHY
14.2k
Throughput/s
38ms
P99 latency
0.01%
Error rate
Event throughput — last 60 min
14M+
Events routed per second
99.99%
Uptime across all regions
340+
Production pipelines managed
38ms
P99 routing latency
Platform

One control plane for every pipeline

Branch, replay, and debug event flows without touching producer code. Echo Deck sits between your sources and sinks — transparent, observable, fast.

Visual pipeline branching

Drag a fork into any stream and route events by payload, header, or geo. Changes ship through a review workflow — no YAML archaeology required.

  • Conditional routing on any field
  • Side-by-side diff before deploy
  • Rollback to any pipeline version
Source Filter Branch Sink A Sink B DLQ

Replay any event, anytime

Select a time window and replay events into a staging sink. Debug a production incident without re-deploying producers or writing migration scripts.

  • Time-windowed replay with filters
  • Diff original vs replayed payloads
  • Zero impact on live traffic
2026-01-14 09:32 → 09:45 {"event":"checkout.created","id":"evt_8821"} {"event":"payment.charged","id":"evt_8822"} {"event":"order.fulfilled","id":"evt_8823"} {"event":"email.queued","id":"evt_8824"}

Schema enforcement at the edge

Register Avro, Protobuf, or JSON schemas and Echo Deck validates every event before it hits your sinks. Breaking changes get blocked at deploy time.

  • Auto-inferred schemas from traffic
  • Backward / forward compatibility checks
  • Quarantine invalid events to a DLQ
SCHEMA v3 order_id: string amount: int64 currency: enum items: array ts: timestamp VALID VALID QUARANTINED
Integrations

Declare your topology in YAML

Every pipeline is a versioned YAML file in your repo. Echo Deck syncs on push, validates schemas, and opens a PR with a dry-run diff before anything hits production.

  • GitOps-native — no UI-only state
  • CI checks for schema compatibility
  • Export existing pipelines as YAML instantly
pipeline.yaml YAML
# Echo Deck pipeline definition
apiVersion: v3
kind: Pipeline
metadata:
  name: checkout-events
  region: us-east-1
spec:
  source:
    type: kafka
    topic: orders.raw
  transforms:
    - name: filter_high_value
      expr: amount > 100
    - name: enrich_currency
      lookup: fx_rates
  sinks:
    - name: warehouse
      type: snowflake
    - name: dlq
      type: s3
      on: error
Pricing

Plans that scale with your event volume

Every plan includes replay, schema registry, and full audit logs. No per-connector fees.

Starter
$499/mo
For teams routing up to 5M events per month across a single region.
  • 5M events / month
  • 3 active pipelines
  • Schema registry
  • Community Slack support
Start with Starter
Enterprise
Custom
For organizations with custom volume, compliance, and deployment requirements.
  • Unlimited event volume
  • Self-hosted or VPC peering
  • SSO, SCIM, audit exports
  • 99.99% uptime SLA
  • Dedicated solutions engineer
Talk to sales
We replaced three internal tools with Echo Deck in a single quarter. The replay feature alone cut our incident resolution time from hours to minutes — our on-call rotation has never been quieter.
PL
Priya Lakshmi
Staff Platform Engineer, Northwind Commerce
Get started

See Echo Deck on your own traffic

Book a 30-minute walkthrough with a platform engineer. We will connect a real pipeline from your staging environment live on the call.

≡ hart

Hosted on hart

intrane-landings/109-echo-deckpublic
🏠 hart home🔎 Explore public👤 More from intrane-landings