Short answer: send your active trials 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.
Trials in flight are future revenue, so knowing how many are open keeps your pipeline real. Count the users still inside the trial window and pair it with your recent conversion rate. The widget becomes a small forecast you can act on before the trials expire.
A source is created automatically the first time you push to it, so there is no setup step. Send your active trials like this:
curl -X PUT https://api.widgetdash.app/api/v1/data/active_trials \
-H "Authorization: Bearer YOUR_WRITE_KEY" \
-H "Content-Type: application/json" \
-d '{
"display_name": "Active Trials",
"icon": "hourglass.circle.fill",
"category": "Growth",
"metrics": [
{ "label": "On trial", "value": "58" },
{ "label": "Convert", "value": "24%" }
]
}'
Small Lock Screen widgets are supported too, so your active trials can sit right under the clock.
Whatever ratio you track, for example trials that became paid over the last cohort. You push the percentage you already calculate.
As fresh as your schedule. A push every hour keeps it accurate for most products.
See all WidgetDash use cases · How to see any number on your iPhone
Your active trials, 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.