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 -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 →
Enter your email. Your dashboard and write token are ready before you check your inbox.
One HTTP request from your ESP32, Pi, or script. No library. No account linking.
Every connected browser tab updates instantly via SSE. Share the URL — no login needed to view.