Built for startups & small teams

The simple and affordable on-call pager for small teams

Get notified by phone call, SMS, or Slack/Discord when things break, without paying 20€ per user.

No spam. Early access updates only.

Main app screenshot

The problem

When things break, you need to know right away

Enterprise tools are pricey and heavy. Small teams just need alerts that reach the right person, fast: without enterprise overhead.

Per-user pricing hurts

20 €/user/month adds up fast

Too much setup

Complex policies & playbooks

Emails don't wake you

Alerts at 03:00 need calls/SMS

Unclear ownership

Who's on-call right now?

We keep it simple: flat pricing, quick setup, alerts that actually reach people.

How it works

From trigger to on-call in seconds

Wire up a webhook or email, choose who's on-call, and we handle the rest: alerts, escalations, and acknowledgements.

1

Trigger

An incident is created the moment your system signals a problem.

2

Notify

We alert the primary on-call through the channels you've enabled.

3

Escalate

No response? We move to the next teammate automatically.

4

ACK & Resolve

Acknowledge in one tap and close the loop from the web panel.

create incident with python using the REST API
import requests

API_URL = "https://api.simplepager.dev/v1/incident"
API_TOKEN = "YOUR_BEARER_TOKEN"

payload = {
    "service": "payments-api",  # service identifier by name
    "summary": "High error rate on checkout"
}

headers = {
    "Authorization": f"Bearer {API_TOKEN}",
    "Content-Type": "application/json"
}

resp = requests.post(
    API_URL,
    headers=headers,
    json=payload,
    timeout=10
)

print(resp.status_code)
print(resp.json())
example response
{
  "incident_id": "3b6a6b9e-4b8e-4a25-9f7b-2e6fb3a6c0a1",
  "status": "triggered",
  "service": "payments-api",
  "ack_url": "https://ack.simplepager.dev/i/3b6a6b9e-.../ack?d=..."
}

Developer friendly

Trigger an incident with a single API call

Send a JSON payload to our REST endpoint and we notify your on-call fast.
No SDKs, no ceremony.

Webhook & REST

Simple integration for any app

ACK in one tap

Signed link in payload

Escalation

A → B → C with timeouts

Chat friendly

Slack / Discord webhooks

Why SimplePager.dev

Built for small teams that need real on-call , not enterprise overhead

Stop paying per seat and start getting alerts that actually reach the right person, fast. Simple setup, flat pricing, and room to grow.

Flat fee, unlimited users

Don't pay 20€ per seat. Bring your whole team without the math headache.

Critical alerts that wake you up

Phone calls & SMS when it matters. Slack/Discord for everything else.

Setup in minutes

Add a webhook. Choose who's on-call. Done.

Ready to grow with you

Start on-call today. Add incident docs, Slack channels, and Jira as you scale.

SimplePager.dev mockup

Pricing

Simple, predictable pricing. No per-user surprises.
Choose the plan that fits your team.

Free

For side projects & tiny teams (up to 3 users). Stay connected without cost.

0€ /mo
  • ✔ Up to 3 users
  • ✔ Slack & Discord alerts
  • ✔ Limited SMS notifications
  • ✘ No phone calls
  • ✔ Free integrations: like Pushsafer
  • 🚀 Roadmap: on-call via our app (free tier)
Get started

Pro

For small to medium teams (up to 50 users). Critical alerts included.

--€ /mo flat
  • ✔ Up to 50 users
  • ✔ Slack & Discord alerts
  • ✔ SMS bundle included
  • ✔ Phone calls (on-call)
  • ✔ Free integrations: like Pushsafer
  • 🚀 Roadmap: unlimited on-calls via our app
Choose Pro

Business

Tailored for larger organizations that need SLAs and custom solutions.

Contact us
  • ✔ Unlimited users
  • ✔ Unlimited alerts
  • ✔ Custom integrations
  • ✔ Dedicated support & SLA
  • ✔ Enterprise features
Contact sales

🚀 Join the beta

Want to be the first to try it?

Get early access updates, no spam. Be part of shaping SimplePager.dev from the start.

We'll only send beta invites and updates, promise 🤝

FAQ

Questions, answered

A quick overview of how SimplePager.dev works today and what's on the roadmap.

What is SimplePager.dev?

A on-call pager for small teams. It creates incidents from triggers (webhook, email, Slack/Discord) and notifies the on-call person, with escalation and one-tap ACK.

How does it work end-to-end?

A trigger (e.g., webhook) creates an incident → we notify the primary on-call via your enabled channels → if there's no response, we escalate to the next teammate → you can acknowledge and resolve from the web panel.

Which notification channels are supported?

Now: Slack/Discord (webhook/bot), email, and SMS (limited on Free).

Pro/Business (planned): phone calls for critical on-call, larger SMS bundles.

We'll keep all integrations free (e.g., Pushsafer): you won't pay extra just to connect tools.

How is pricing structured?

Free: up to 3 users, Slack/Discord alerts, limited SMS, no phone calls.

Pro: flat monthly fee for the whole team (up to ~50 users), with calls/SMS included as a bundle.

Business: custom plan with unlimited users and SLAs.

On the roadmap: our own mobile app to offer free on-call in Free and unlimited on-call in Pro.

How do acknowledgements (ACK) work?

Each alert includes a signed link to acknowledge in one tap. Once ACKed, escalation stops and the incident is marked as acknowledged in the panel.

Is there a mobile app?

Today: no native app; web panel + chat/SMS notifications.

Roadmap: native apps to enable free on-call (Free) and unlimited on-call (Pro). A PWA is also considered for non-critical push.

Do you focus on EU data and privacy?

Yes: we aim for an EU-first approach and GDPR-friendly practices (data minimisation, encryption in transit/at rest, and provider DPAs). Details will be published before general availability.

When can I try it?

We're preparing a private beta. Join the waitlist and we'll email you as soon as your invite is ready.

Any limits on team size?

Free is for up to 3 users. Pro targets small to medium teams (around 50 users). Business scales beyond that with unlimited users.

Join the beta

No spam. We'll only send early access updates.