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

EasyBoard API

One endpoint, one JSON field

Server-Sent Events

📺

Live dashboard

Any browser, anywhere, no refresh

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.