EasyBoardSign in

Push a number. Watch it update everywhere.

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.

ESP32Raspberry PiMicroPythonPythonGitHub ActionsZapiercron

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
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"}}]}'
PowerShell
$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 $body

Reading is even simpler. Paste this into a terminal right now — no account, no token:

curl — runnable as-is
curl https://easyboard.live/api/d/608f596a55d6/tiles

New York

— °C

London

— °C

Tokyo

— °C

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 →

How it works

1

Create your dashboard

Enter your email. Your dashboard and write token are ready immediately — usually before the welcome email arrives.

2

Push from your device

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.

3

Share the URL

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.

What people build

Your sensor has something to say. Now it has a screen.

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 →

Build in public. Your metrics, actually live.

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 →

One URL on the TV. No accounts for anyone watching.

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 →

A live board anyone can see. No login wall.

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

Most dashboards are built to be managed.
EasyBoard is built to be shared.

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

Free to start. $9/month for unlimited everything.

No per-viewer fees. No per-dashboard add-ons. No usage-based billing. Create your first dashboard free — upgrade when you need more.

Free

  • 1 dashboard
  • 5 tiles
  • Unlimited viewers

Pro — $9/month

  • Unlimited dashboards
  • Unlimited tiles
  • Per-tile styling
  • 1,000 API calls/hour
See full pricing →

Your first dashboard takes 5 minutes.

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.