Track your savings goal on your Home Screen

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.

banknote.fill
Savings Goal
$12,400Saved
62%Progress

Push it with one request

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%" }
    ]
  }'
Works with any stack and any service. WidgetDash never connects to your systems. You compute the number and push the final value, so secrets like database or API keys never leave your machine.

Add it to your iPhone

  1. Sign up free and copy your WRITE key from the dashboard.
  2. Install the WidgetDash iOS app (free on the App Store) and connect with the dashboard QR code or your READ key.
  3. Long-press the Home Screen, tap +, search WidgetDash, pick a size, then choose this source.

Small Lock Screen widgets are supported too, so your savings goal progress can sit right under the clock.

Questions

Where does the saved amount come from?

Wherever you track it, a spreadsheet, a banking export, or a manual update. You push the figure.

Can I show progress as a percent?

Yes. Compute it against your target and send it as a second metric.

Related widgets

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 free

Free for up to 5 sources. Pro is $4.90/mo or $29.90/yr for unlimited sources and faster refresh.