Short answer: send your website visitors today to WidgetDash with one HTTP request, then add the WidgetDash widget to your iPhone Home Screen or Lock Screen. It updates every time you push a new value, and it is free for up to 5 numbers.
Traffic spikes from a launch or a viral post are more fun when you can watch them happen. Most analytics tools expose today's visitors and the live count over an API. Pull them on a short schedule and push both so the widget moves with your audience.
A source is created automatically the first time you push to it, so there is no setup step. Send your website visitors today like this:
curl -X PUT https://api.widgetdash.app/api/v1/data/site_visitors \
-H "Authorization: Bearer YOUR_WRITE_KEY" \
-H "Content-Type: application/json" \
-d '{
"display_name": "Visitors",
"icon": "globe",
"category": "Growth",
"metrics": [
{ "label": "Today", "value": "3,910" },
{ "label": "Live", "value": "27" }
]
}'
Small Lock Screen widgets are supported too, so your website visitors today can sit right under the clock.
Any that expose your numbers over an API. You fetch the visitor counts and push them.
Yes. If your tool reports a live count, send it as a second metric.
See all WidgetDash use cases · How to see any number on your iPhone
Your website visitors today, on your Home Screen, in about two minutes.
Get started freeFree for up to 5 sources. Pro is $4.90/mo or $29.90/yr for unlimited sources and faster refresh.