About 5 min

Getting started

Follow these steps: sign up → create a monitor → paste ping code → verify.

Follow along

  1. 1

    Sign up and open the dashboard

    Click Get started on the homepage, sign in, and land on the dashboard.

  2. 2

    Create a monitor

    On the dashboard, add a monitor → choose Heartbeat (direct install). Set the check interval (e.g. 10 min) and copy the ping URL.

  3. 3

    Save the ping URL as an environment variable

    Put the copied URL in `VIBEPULSE_PING_URL`. Never commit it to code or Git.

  4. 4

    Paste the install code

    Open your language guide (Python, Node.js, etc.) in the sidebar, paste the code into your app, and deploy.

  5. 5

    Confirm the first ping

    On the monitor detail page, when the last ping time updates, you are connected.

Verify it worked

  • The monitor shows an operational (green) status.
  • The last ping time updates to a recent timestamp.
  • If no ping arrives beyond the interval, you get an alert.