Put your MRR on your iPhone Home Screen

Short answer: send your monthly recurring revenue 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.

MRR is the one number most founders check more than any other, so it belongs where you already look fifty times a day. WidgetDash takes the figure you already compute from Stripe or your billing table and paints it on your Home Screen, no dashboard tab required. You stay honest with yourself about the trend without opening a single browser window.

dollarsign.circle.fill
MRR
$8,420MRR
+6.2%Growth

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 monthly recurring revenue like this:

curl -X PUT https://api.widgetdash.app/api/v1/data/mrr \
  -H "Authorization: Bearer YOUR_WRITE_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "display_name": "MRR",
    "icon": "dollarsign.circle.fill",
    "category": "Revenue",
    "metrics": [
      { "label": "MRR", "value": "$8,420" },
      { "label": "Growth", "value": "+6.2%" }
    ]
  }'
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 monthly recurring revenue can sit right under the clock.

Questions

Where does the MRR number come from?

Wherever you compute it. Pull it from Stripe, your own subscriptions table, or a spreadsheet, then push the final figure. WidgetDash never connects to your billing system.

How often can I update it?

As often as you like within 120 requests per minute. MRR rarely needs more than an hourly refresh.

Related widgets

See all WidgetDash use cases · How to see any number on your iPhone

Your monthly recurring revenue, 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.