Short answer: send your savings goal progress 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.
A goal you see every day is a goal you actually hit. Push your current saved amount and the percentage toward your target, updated whenever the balance changes. The widget turns an abstract intention into a visible, climbing number on your Home Screen.
A source is created automatically the first time you push to it, so there is no setup step. Send your savings goal progress like this:
curl -X PUT https://api.widgetdash.app/api/v1/data/savings_goal \
-H "Authorization: Bearer YOUR_WRITE_KEY" \
-H "Content-Type: application/json" \
-d '{
"display_name": "Savings Goal",
"icon": "banknote.fill",
"category": "Personal",
"metrics": [
{ "label": "Saved", "value": "$12,400" },
{ "label": "Progress", "value": "62%" }
]
}'
Small Lock Screen widgets are supported too, so your savings goal progress can sit right under the clock.
Wherever you track it, a spreadsheet, a banking export, or a manual update. You push the figure.
Yes. Compute it against your target and send it as a second metric.
See all WidgetDash use cases · How to see any number on your iPhone
Your savings goal progress, 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.