Syncwell ingests high-frequency telemetry from millions of edge nodes and keeps distributed state consistent with sub-second convergence. Built for teams that move serious volume.
Devices stream deltas over a persistent channel. Syncwell deduplicates, orders, and fans out updates to every subscriber — without you running a single broker.
Long-lived connections carry continuous delta streams. Backpressure-aware, with automatic resume on reconnect.
Conflict-free replicated state means every subscriber sees a consistent view within tens of milliseconds.
No Kafka to babysit, no partitions to rebalance. The transport, ordering, and durability are managed for you.
Sync channels are designed for sustained high-volume traffic — continuous uploads, large fan-out, and chatty edge fleets are the normal case, not the exception.
# open a sync channel and stream deltas curl -N https://api.sync…/api/v1/sync/ \ -H "Authorization: Bearer $SYNCWELL_TOKEN" \ -H "X-Channel: fleet-eu-west" # → server holds the connection open and # streams ordered state deltas as they arrive event: delta data: {"seq":81422,"node":"edge-7f","v":3}
Everything runs through the sync channel. Authentication is a bearer token; the rest is streaming.
The free tier covers 1M events per month and three channels. No card required to evaluate.