Short answer: send your signups 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.
New signups are the heartbeat of an early product, and seeing them tick up is genuinely motivating. A nightly or hourly query against your users table gives you the count and the delta versus yesterday. Push both and the widget becomes a tiny growth chart you glance at without thinking.
A source is created automatically the first time you push to it, so there is no setup step. Send your signups today like this:
curl -X PUT https://api.widgetdash.app/api/v1/data/signups_today \
-H "Authorization: Bearer YOUR_WRITE_KEY" \
-H "Content-Type: application/json" \
-d '{
"display_name": "Signups Today",
"icon": "person.crop.circle.badge.plus",
"category": "Growth",
"metrics": [
{ "label": "Today", "value": "37" },
{ "label": "vs yesterday", "value": "+9" }
]
}'
Small Lock Screen widgets are supported too, so your signups today can sit right under the clock.
A single query like count of users created since midnight. Run it on a schedule and push the result.
Yes. Send a second metric like a plus or minus delta and both appear on the widget.
See all WidgetDash use cases · How to see any number on your iPhone
Your signups 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.