📄️ Step 1: Register the app
Create an app on the RelayX console to get the credentials the dashboard uses to subscribe to telemetry and call RPCs.
📄️ Step 2: Scaffold the project
Create the Vite + React app, install the RelayX App SDK and UI Kit, and configure credentials.
📄️ Step 3: Connect to RelayX
Create a shared RelayApp instance and wrap the React tree in RelayProvider.
📄️ Step 4: Render telemetry
Use the useRelayTimeSeries hook and the TimeSeries component to build a styled live-chart card backed by real device telemetry.
📄️ Step 5: Control the relay
Build a Start / Stop button that calls the state RPC and emits callbacks for session-side effects.
📄️ Step 6: Retune the sample rate
Build a styled form that calls the updateSampleRate RPC, and a thin modal shell for popping it open from anywhere in the UI.
📄️ Step 7: Assemble the dashboard
Compose the components you built into the main App view that ships with the reference repo.