Skip to main content

RelayX Platform

Build real-time IoT applications with simple SDKs.
Connect devices. Stream data. Visualize everything.

Features​

📡

Real-Time Telemetry

Stream sensor data from devices to your backend and UI in milliseconds

đŸ•šī¸

Command & Control

Send commands and RPC calls to devices from your server or web app

📊

Live Dashboards

Visualize device data with pre-built React gauges, charts, and cards

🔔

Threshold Alerts

Get notified when device metrics cross boundaries you define

đŸ“Ļ

Fleet Management

Organize devices into groups and operate on them in bulk

🔄

Offline Resilience

Messages buffer automatically when offline and flush on reconnect


The RelayX Ecosystem​

RelayX has three SDKs that work together. Each is available in multiple languages.


How It Fits Together​

Device SDK
telemetryeventsRPC
→
RelayX Cloud
routingstoragedelivery
←
App SDK
streamingcommandsalerts
↓
UI Kit
gaugeschartscards

Your device publishes telemetry and responds to commands. Your backend or web app streams that data, manages devices, and sets up alerts. Your dashboard renders it all in real time with pre-built components.


Quick Install​

Device SDK​

npm install @relay-x/device-sdk

App SDK​

npm install @relay-x/app-sdk

UI Kit​

npm install @relay-x/ui

Next Steps​