One HTTP request from any device — ESP32, Raspberry Pi, Python script, GitHub Action. Your dashboard is a live URL. Share it with anyone; they never need an account.
Free forever. No credit card.
Already have a dashboard? Sign in →
Live — a real EasyBoard dashboard
Presses — all time
Crowd vibe
Your local time
Press something — everyone looking at this page sees it change, instantly. Open this page on your phone: press there, watch it move here. That round trip went through the same API your devices use.
Prefer a guided story? Sensor Monitor demo →
One request. Live everywhere.
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"}}]}'
$body = '{"updates":[{"target":{"id":"TILE_ID"},"patch":{"value":"23.4"}}]}'
Invoke-RestMethod `
-Uri "https://easyboard.live/api/d/YOUR_DASHBOARD_ID/tiles" `
-Method PATCH `
-Headers @{ Authorization = "Bearer YOUR_WRITE_TOKEN" } `
-ContentType "application/json" `
-Body $bodyReading is even simpler. Paste this into a terminal right now — no account, no token:
curl https://easyboard.live/api/d/608f596a55d6/tilesNew York
London
Tokyo
These tiles are that response, rendered — the live City Weather example board, refreshed every 15 minutes. Your terminal shows the same numbers you're looking at here.
Works from C, Python, MicroPython, Node.js, Bash, or anything that speaks HTTP. If your device can make a web request, it can update a live dashboard. See device guides →
Enter your email. Your dashboard and write token are ready immediately — usually before the welcome email arrives.
One HTTP PATCH from any device, script, or automation platform. No library, no SDK, no configuration. If it can make a web request, it works.
Your dashboard is a public URL. Anyone with the link sees live data immediately — no account, no login, nothing to install. Put it on a TV, open it on a phone, embed it in a webpage.
Temp, humidity, CO2, power draw, door state — live on a shareable URL. One PATCH request from your firmware. No backend needed on your end.
See the ESP32 guide →Signups, revenue, active users — push from a cron job or a GitHub Action. Share the URL with your audience. No one needs an account to watch your numbers grow.
See the GitHub Actions guide →Deploy status, open tickets, today's sales — a developer wires it up once. The rest of the team just looks at the screen. Your $9/month bill doesn't change when ten more people glance at it.
See the quickstart →Public occupancy, uptime counts, event attendance, live revenue during a launch. EasyBoard is built for data you want visible, not hidden. Share it on your website, in a tweet, anywhere.
Built to share
Every other tool in this space treats public sharing as a feature you enable — a toggle somewhere in settings, a permission level to configure, a viewer seat to pay for. We treat it as the default. Your dashboard is a URL. Whoever has it, sees it. That's the whole interface.
This is an opinion, and we hold it deliberately. EasyBoard is the right tool if you want your data visible — to your team, your users, your community, or the internet. If you need a login wall, we'll honestly say we're not the right fit and point you somewhere better.
Unlimited viewers — always free
Share a URL — no invite flow
Embed in any webpage — one iframe
Pricing
No per-viewer fees. No per-dashboard add-ons. No usage-based billing. Create your first dashboard free — upgrade when you need more.
Free
Pro — $9/month
Enter your email. We'll send you a link that creates your dashboard and signs you in automatically. Write token included.
Free forever. No credit card.