Short answer: send your churn rate 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.
Churn is the metric founders avoid looking at, which is exactly why it should be unavoidable. Compute the percentage of customers lost this period and the raw cancel count, then push both. Having it on your Home Screen turns a number you dread into one you actually manage.
A source is created automatically the first time you push to it, so there is no setup step. Send your churn rate like this:
curl -X PUT https://api.widgetdash.app/api/v1/data/churn_rate \
-H "Authorization: Bearer YOUR_WRITE_KEY" \
-H "Content-Type: application/json" \
-d '{
"display_name": "Churn Rate",
"icon": "arrow.down.right.circle.fill",
"category": "Retention",
"metrics": [
{ "label": "Monthly", "value": "3.1%" },
{ "label": "Cancels", "value": "12" }
]
}'
Small Lock Screen widgets are supported too, so your churn rate can sit right under the clock.
However you define it, for example cancellations this month divided by customers at the start. You compute it and push the result.
Yes. Add it as a second metric so you see both the rate and the absolute number.
See all WidgetDash use cases · How to see any number on your iPhone
Your churn rate, 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.