EasyBoardSign in
ESP32Raspberry PiMicroPythoncron jobsZapier

Live dashboards for your devices. No SDK required.

Push sensor data from any device with a single HTTP request. Every browser watching your dashboard updates instantly.

Already have a dashboard? Sign in →

One request. Live updates.

curl
curl -X PATCH https://easyboard.live/api/d/YOUR_DASHBOARD_ID/tiles \
  -H "Authorization: Bearer YOUR_WRITE_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"updates":[{"target":{"id":"TILE_ID"},"patch":{"value":"23.4"}}]}'

Works from C, Python, MicroPython, Node.js, shell scripts — anything that speaks HTTP. See device guides →

How it works

1

Create a dashboard

Enter your email. Your dashboard and write token are ready before you check your inbox.

2

PATCH from your device

One HTTP request from your ESP32, Pi, or script. No library. No account linking.

3

Watch it update live

Every connected browser tab updates instantly via SSE. Share the URL — no login needed to view.