Live Activities as a Service

Trigger iOS Live Activities and Push Notifications from anywhere - your backend, cron, curl or GitHub Action via a simple API to show live progress and events on your iOS device(s).

Follow @bardonadam for updates ↗
App screenshot
Tuesday 9 September
9:14
API Deployment
start
1/5
Push Notifications

Custom iOS alerts from any backend

Send rich push notifications directly to your iOS devices with custom titles and messages.

ActivitySmith
Deployment Complete ✅
7:04 AM

Production deployment v2.4.1 successful

ActivitySmith
New User Signup 🎉
7:01 AM

[email protected] just signed up

ActivitySmith
Trial Converted 💸
6:54 AM

Trial user upgraded to Pro plan

ActivitySmith
Build Failed ⚠️
6:36 AM

CI pipeline failed on main branch

ActivitySmith
Error Rate Spike 🚨
6:06 AM

Error rate increased to 5.2% in production

ActivitySmith
Backup Complete
5:06 AM

Daily database backup completed successfully

Works with your stack

Integrate it into your language or framework within minutes and unlock a simpler developer workflow.

curl -s -X POST "https://activitysmith.com/api/push-notification" \
-H "Authorization: {YOUR_API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"title": "Cha ching! 💸",
"message": "New user subscribed!"
}'
How it works
01

Get your API key

Sign up and grab your API key. Takes 30 seconds.

02

Download app and pair device

Download the ActivitySmith app on your iOS device and use a single button tap to pair with your account. Your device will be ready to receive notifications in seconds.

03

Integrate to your backend

Make API calls from any backend, cron job, or GitHub Action to send Push Notifications and start or update Live Activities.

FAQ

Do I need to build my own mobile app to receive these alerts?

No, that's the best part. ActivitySmith provides a dedicated, ready-to-use iOS app. You don't have to write a single line of Swift or manage App Store submissions. Just download our app, pair your device, and start pushing alerts from your backend in minutes.

Do I need an Apple Developer account or push certificates?

No. Because you are sending alerts to the ActivitySmith app rather than your own custom app, we handle all the APNs (Apple Push Notification service) handshake. You don't need to manage certificates, identifiers, or provisioning profiles.

Can I use ActivitySmith to send notifications to my own app's users?

No. ActivitySmith is not an SDK for your own mobile apps. It's a service that lets you send notifications from any backend to the ActivitySmith iOS app.

What is the benefit of using the ActivitySmith app instead of Slack/Discord?

Standard chat apps don't support iOS Live Activities or rich push notifications. ActivitySmith allows you to have a persistent, updating widget on your Lock Screen or Dynamic Island for things like 'Server Migration Progress' or 'Build Status' that you simply can't do with a standard push notification.