Short answer: send your paid subscriptions 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.
The count of customers actually paying you is a cleaner signal than raw signups, because it filters out tire-kickers. Query the rows where status equals active and push the number alongside the MRR it represents. The widget then tells you, at a glance, how many people chose to stay.
A source is created automatically the first time you push to it, so there is no setup step. Send your paid subscriptions like this:
curl -X PUT https://api.widgetdash.app/api/v1/data/paid_subscriptions \
-H "Authorization: Bearer YOUR_WRITE_KEY" \
-H "Content-Type: application/json" \
-d '{
"display_name": "Paid Subscriptions",
"icon": "star.circle.fill",
"category": "Growth",
"metrics": [
{ "label": "Paid subs", "value": "842" },
{ "label": "MRR", "value": "$4,210" }
]
}'
Small Lock Screen widgets are supported too, so your paid subscriptions can sit right under the clock.
Whatever your billing table says is active and paying. You define the query, you push the number.
Yes. Send two metrics in the same request and both render on the widget.
See all WidgetDash use cases · How to see any number on your iPhone
Your paid subscriptions, 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.