
ActivitySmith lets you display any value on your Lock Screen with widgets - SaaS metrics, revenue, number of users, uptime, or anything else you want to track.

When creating a metric, you can choose the format: number, currency, percent, unit, or string.
Call the update method with the metric key and the latest value:
await activitysmith.metrics.update("deploy.success_rate", 99.9);The widget fetches the latest value about every 15 minutes. iOS manages the refresh schedule.
There are multiple widget types to choose from, depending on how you want the metric to appear on your Lock Screen.

Lock Screen widgets are available in the ActivitySmith iOS app version 1.7.0 and newer.