Documentation
EasyBoard Docs
EasyBoard gives you a live dashboard that updates in real time. Push data from any device or script with a single HTTP request — no libraries, no infrastructure.
How it works
Your device or script
ESP32, Raspberry Pi, cron job, Shortcuts…
HTTP PATCH
{"value": "24.3"}
HTTP PATCH
EasyBoard API
One endpoint, one JSON field
Server-Sent Events
instant push
Server-Sent Events
Live dashboard
Any browser, anywhere, no refresh
Quick Start
Create a dashboard and push your first data in under 5 minutes.
📡Connecting Devices
Complete guides for ESP32, Raspberry Pi, MicroPython, and more. Includes code you can copy directly into your project.
🔑Secrets & Security
How to store your write token safely — from simple on-device storage to proxy patterns for larger deployments.
📖API Reference
Every endpoint, field, and error code. With code examples in curl, Python, JavaScript, Arduino, and more.
Dashboard ID
The last part of your dashboard URL. In /d/abc123xyz456, the ID is abc123xyz456.
Write token
Your private key for making changes. Add it to API requests as Authorization: Bearer <token>. Treat it like a password — don't commit it to version control.
Tile ID
Each tile on your dashboard has a unique ID. Find them by calling GET /api/d/<dashboard-id>/tiles.