Native iOS · Powered by APNs

Alerts that reach
you instantly.

Point any webhook, script, or API at Alertly. Get a push notification on your iPhone the moment it matters. No polling. No email chains. Just the alert.

9:41
Alertly now

Deploy pipeline: succeeded in 43s

Alertly 2m ago

Server CPU > 85% for 3 min

Features

Everything you need.
Nothing you don't.

Instant delivery

Apple Push Notification service delivers your alerts in milliseconds. No middlemen, no delays.

Multiple applications

Create separate channels for CI/CD, server monitoring, home automation, or anything else. Organized, distinct, clear.

Webhook & API-driven

One HTTPS endpoint. Send from curl, Python, GitHub Actions, n8n, Zapier — if it can make an HTTP request, it works.

Native SwiftUI app

Designed for iOS from the ground up. Fast, focused, and exactly where your notifications already live.

Privacy-first

Your alerts go to your phone. No tracking, no analytics resale, no third-party ad networks touching your data.

Pro tier for power users

Higher rate limits, more applications, and priority delivery. Unlock it all with a simple subscription.

How it works

Up and running in minutes.

1

Install the app

Download Alertly from the App Store and create an account in seconds. Grant notification permissions and you're set.

2

Create an application

Name your alert source — "CI/CD", "Home Server", "Uptime Monitor". Each application gets its own API key and endpoint.

3

Send alerts via webhook

POST to your endpoint with a title and body. The alert lands on your phone before you've switched tabs.

API

One request. One notification.

Point any tool that speaks HTTPS at your Alertly endpoint.

terminal illustrative — replace YOUR_API_KEY and APP_ID
curl -X POST https://api.alertly.app/v1/alerts \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
       "app_id":    "app_01JXXXXXXXXXXXXXXXXXX",
       "title":    "Deploy succeeded",
       "body":     "Production deploy finished in 43s",
       "url":      "https://your-app.example.com/deploys/latest"
     }'

# 200 OK
{ "id": "alert_01JXXXXXXXXXXXXXXXXXX", "status": "queued" }

Works with GitHub Actions, Python, n8n, Zapier, Shortcuts — anything with HTTP.

Pricing

Simple. Honest. Yours.

Free

$0

Forever. No credit card.

  • 1 application
  • 100 alerts / month
  • APNs delivery
  • 1 registered device
Get started free

Pro

$2.99/mo

Billed monthly via App Store.

Popular
  • Unlimited applications
  • 10,000 alerts / month
  • Higher rate limits
  • Up to 3 registered devices
  • Priority support
Upgrade to Pro

FAQ

Questions, answered.

What is Alertly?
Alertly is an iPhone app that lets you send push notifications to yourself (or your team) via a simple HTTPS API. Think of it as a programmable notification channel — point any script, CI job, or webhook at your endpoint and get an alert directly in your notification center.
Do I need coding skills to use Alertly?
Not necessarily. If you can paste a URL into a tool like Zapier, IFTTT, or Apple Shortcuts, you can send alerts without writing a single line of code. For developers, the API is a simple JSON POST — no SDKs required.
How is Alertly different from email or Slack notifications?
Email gets buried. Slack requires an account and a workspace. Alertly pushes directly to your iPhone's notification system via APNs — the same path Apple uses for iMessages. It's immediate, separate, and yours to control.
What data do you store?
We store your account credentials, application metadata, and APNs device tokens necessary to route alerts to your phone. Alert payload content is not stored after delivery. We don't sell your data or show you ads.
Can I cancel Pro at any time?
Yes. Pro is managed through your Apple ID subscription settings. Cancel any time from Settings → Apple ID → Subscriptions. You'll keep Pro access until the end of your billing period, then revert to the free tier.