Documentation
Build the loop
Nudgr has three pieces:
- Your site installs the SDK and subscribes users.
- Your server sends notifications with the project API key.
- Nudgr optionally POSTs webhook events back to your backend.
Start here
What you get
- Tiny browser SDK
- Hosted push send API
- Dashboard for projects and delivery stats
- Signed webhook events for send and click tracking
Recommended path
- Install the SDK
- Follow the quick start
- Use the API reference when you need exact request fields
- Read the SDK API for constructor, methods, and foreground behavior
- Read the service worker guide when you need custom
swPath,swScope, or an existing worker