Overview

notify is a hosted browser-push primitive. You embed one script, call one function, and your users get native notifications — no Firebase account, no VAPID keys, no service worker boilerplate.

The mental model

There are exactly two surfaces, and they share one token:

Anonymous-first: npx notify-dev init mints a working token with no account. Claim it later when you need custom limits or a domain.

Where to go next