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.

Let your AI wire it up

Copy a ready-made prompt and paste it into Cursor, Claude, or ChatGPT.

The mental model

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

Anonymous-first: npx notify-dev init mints a project (a publishable + secret key pair) with no account.

Where to go next