Web Push.
Reimagined
for Real-Time.
Notifications that update live. Send once — watch them evolve. Built for websites that demand instant, dynamic push at scale.
One notification, real OS experience.
The same web push notification appears in native system UI on MacOS, Android and Windows. Then it updates live in-place without firing a second push.

Breaking: a New Planet discovered
NASA confirms Kepler-1708 c. Tap to read what makes this world potentially habitable.

Breaking: a New Planet discovered
New exoplanet detected with signs of water vapor. Open for details and trajectory map.

Breaking: a New Planet discovered
Astronomers announced a confirmed find tonight. Click to open the full mission briefing.
Live update stack
IN-PLACE UPDATEThe top card jumps out, the next one takes over. Same notification thread, new content.


Built for speed.
Designed for scale.
Every feature you need to send, update, and analyze push notifications at the infrastructure level.
Real-Time Live Updates
Push once, update forever. Notifications dynamically refresh with live data — scores, prices, statuses — without sending new pushes.
Smart Segmentation
Target subscribers with surgical precision. Build segments using advanced AND/OR conditions with device, location, behavior, and custom attributes.
Notification Scheduling
Send at the perfect moment. Schedule campaigns in subscriber time zones. Set recurring sends, drip sequences, and optimal time delivery.
Multi-Site Networks
Manage hundreds of sites from one dashboard. Create site groups, share subscriber pools, and send cross-site campaigns at network scale.
Analytics & Tracking
Deep delivery insights with real-time dashboards. Track impressions, clicks, conversions, and revenue attribution across every campaign.
Instant Infrastructure
Sub-5ms delivery at scale. Our global edge network ensures notifications reach browsers the moment you press send — no queuing delays.
Your entire push operation
in one dashboard.
A premium control center designed for clarity. See everything, act instantly, measure what matters.
Target the right people.
Every single time.
Build segments of any complexity with our visual query builder. Combine dozens of conditions — behavioral, geographic, device-level — and see real-time audience counts update instantly.
One dashboard.
Every site.
Manage your entire portfolio of websites from a single control plane. Group sites into networks, share subscriber pools, and broadcast across your entire ecosystem.
Integrate in minutes.
Scale to billions.
A developer-first platform with clear APIs, SDKs in every major language, and documentation that actually makes sense.
<script src="https://sharepush.io/sdk/sharepush-sdk.js"></script>
<script>
Sharepush.init({
apiUrl: 'https://api.sharepush.io',
apiKey: 'YOUR_SITE_TOKEN',
serviceWorkerPath: '/sharepush-sw.js',
autoPrompt: true,
useBounce: true,
category: 'general',
promptTitle: 'Stay updated',
promptMessage: 'Enable notifications for live updates.',
delay: 3000
});
</script>
(function() {
const spToken = 'YOUR_SITE_TOKEN';
const spUrl = 'https://api.sharepush.io';
importScripts(`${spUrl}/api/v1/sw-logic.js?token=${spToken}`);
})();
curl -X POST 'https://api.sharepush.io/api/v1/create/campaign' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"name": "Flash Sale Campaign",
"type": "live",
"status": "draft",
"title": "Flash Sale - 2 hours",
"message": "Up to 60% off today only.",
"url": "https://example.com/sale"
}'
curl -X POST 'https://api.sharepush.io/api/v1/campaigns/YOUR_CAMPAIGN_ULID/dispatch' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"title": "Live score update",
"message": "Arsenal 2 - 1 Chelsea",
"url": "https://example.com/live",
"live": true
}'
Everything you need.
Nothing you don't.
Build on a battle-tested API with SDKs, webhooks, and documentation designed for developers who ship fast.
Your notifications.
Delivered live.
Join 12,400+ websites already using SharePush to deliver instant, live-updating push notifications that keep subscribers engaged.