Enterprise-grade delivery

Browser push notifications from one HTTP request

Model organizations, projects, and topics. Subscribe clients with the Web Push API. Publish events with a scoped POST—no self-hosted push stack.

Latern

Latern

Scoped REST API · Web Push · Team-ready workspaces

Standard Web Push (VAPID) Versioned HTTP API Organizations & access control

Platform

Everything you need to ship alerts

Multi-tenant structure, a stable publish API, and browser push—without running your own infrastructure.

  • Scoped HTTP API

    POST JSON to a stable URL per org, project, and topic. Optional organization publish token for an extra layer of control.

  • Web Push subscriptions

    Browsers subscribe to your topics; we deliver through standard Web Push with your VAPID configuration.

  • Orgs, teams, projects

    Mirror how your company works: members, teams, and projects—with notification topics where they belong.

How it works

From signup to first push in three steps.

  1. 1

    Create structure

    Register, create an organization, add a project, and define the topics your systems publish to.

  2. 2

    Subscribe clients

    Use the topic feed URL and Web Push API to register browser subscriptions per topic.

  3. 3

    Publish events

    From CI, cron, or your app: POST JSON to the scoped endpoint—subscribers receive a push.

One request to notify

Replace placeholders with your organization slug, project slug, and topic slug. JSON maps cleanly to notification title and body.

  • Rate limits and optional daily caps protect shared infrastructure.
  • Optional X-Pingline-Organization-Key when your org enables a publish token.
Full API reference →
curl
$ curl -X POST "https://lantern.dply.io/api/v1/o/<org>/<project>/p/<topic>" \
  -H "Content-Type: application/json" \
  -d '{"title":"Deploy finished","body":"v1.2.3 is live"}'

Ready for production alerts?

Create an account, complete onboarding, and send your first test notification in minutes.