Skip to content

Introduction

YipYap is an uptime monitoring and incident management platform. It watches your services around the clock and alerts the right people when something goes wrong.

YipYap is available in two forms:

  • YipYap Cloud is the hosted SaaS at yipyap.run. It includes a Free plan, a Pro plan, and an Enterprise plan.
  • YipYap FOSS is the open-source, self-hosted edition. You can run it on your own infrastructure with no external dependencies.

Some features (service catalog, status pages, SSO) are only available on the SaaS platform. The FOSS edition focuses on core monitoring, alerting, and notifications.

A monitor is a recurring check against a service endpoint. YipYap supports HTTP, TCP, DNS, Ping, and Heartbeat monitors. Each monitor runs on a configurable interval and tracks uptime, latency, and response correctness.

When a monitor detects a failure, it fires an alert. Escalation policies define who gets notified, in what order, and how long to wait before escalating to the next person.

YipYap delivers alerts through Slack, Discord, Telegram, email, SMS, voice calls, webhooks, ntfy.sh, and Pushover. Every channel supports interactive acknowledge and resolve buttons where the platform allows it.

On-call schedules assign team members to time slots. Escalation policies reference these schedules so that the person currently on call receives the alert first.

CategoryCapability
MonitoringHTTP, TCP, DNS, Ping, Heartbeat
AlertingEscalation policies, on-call rotations
Notifications10+ channels with interactive buttons
IntegrationsOpenTelemetry export, inbound Events API, API keys
Status PagesPublic status pages with maintenance display
Service CatalogServices, runbooks, dependency graphs
AccountTeams, roles, MFA, SSO/OIDC
  1. Sign up at console.yipyap.run/register and log in to your dashboard.
  2. Create a monitor by navigating to Monitors > New Monitor and selecting a check type (HTTP, TCP, DNS, Ping, or Heartbeat).
  3. Configure alerting by setting up a notification channel and an escalation policy so your team is notified when something goes wrong.

Head to the Quick Start guide to create your first monitor in under five minutes.