[ Real-time Log Notifications ]

Curl it.
Get
alerted.

About

POST to a URL, get instant push notifications on your phone. No SDK, no config, no overhead. Just curl.

Live log stream
Send
$ curl -d '{"title":"Deploy v2.4","level":"error"}' \
https://airlog.to/my-app
200 OK  {"id":"msg_7kx","channel":"my-app"}
Receive
12:04:21INFODeploy v2.4 started
12:04:23WARNMemory usage 87%
12:04:25ERRORConnection timeout db-replica-2
12:04:26CRITPrimary database unreachable
Your Server
curl -d "..."
Airlog Server
airlog.to/{slug}
Airlog App
Push + WebSocket

Everything
you need

No fluff. No bloat. Just the tools developers actually need for log notifications.

01

One curl command. That's it.

No SDK, no API key, no client library. Your entire integration is one HTTP POST. JSON or plain text — auto-detected.

# JSON
curl -d '{"title":"OOM","level":"error"}' airlog.to/my-app

# Plain text
curl -d "Server restarted" airlog.to/my-app
02

WebSocket delivery

Messages arrive the instant they're sent. Live tail from anywhere — browser, mobile, CLI.

03

Push to your phone

Native push alerts for warnings and errors. Quiet hours and severity filters per channel.

04

Team collaboration

Invite members as viewers or editors. Role-based access keeps channels organized.

05

Built for AI workflows

MCP server for Claude Code, Cursor, and other AI tools. Say "log this to airlog" — it just works.

# In Claude Code
You: "Send deploy errors to airlog"
Claude: (MCP → finds channel → adds to code → done)

Four levels

Each level controls notification behavior. From silent to wake-you-up.

Info
Dashboard only
Deploy v2.4 completed
Warn
Push notification
Memory usage at 87%
Error
Push + badge
Payment processing failed
Critical
Push + sound + vibrate
Database unreachable

Three steps

Under five minutes from sign-up to your first notification.

01

Create a channel

Sign up with GitHub. Get a unique URL for each app or service.

02

Send a message

POST any payload to your channel URL.

curl -d "hello" airlog.to/my-app
03

Get notified

Real-time on dashboard. Push alerts for errors and warnings.


Built for
developers

DevOps

Deploy monitoring

One line in CI/CD. Know when deploys succeed or fail.

Backend

Error alerting

Catch exceptions and failures before users report them.

Infra

Cron job health

Confirm backups ran and scheduled tasks executed.

AI

Agent observability

Let AI agents report progress and errors to your phone.


Start free

No credit card. Scale when you're ready.

Free
$0
For side projects
  • 3 channels
  • 100 messages / day
  • 7-day retention
  • Push notifications
Get started
Team
$29/mo
For growing teams
  • Everything in Pro
  • 50,000 messages / day
  • 1-year retention
  • Multi-user & Escalation
Get started

Ready to
hear your
server?

First message in under 60 seconds.

Get Started Free
curl -d "hello world" https://airlog.to/your-slug