Send unlimited web push notifications to your subscribers. No monthly fees, no vendor lock-in, no data sharing. Deploy on your own server in minutes.
A complete push notification platform packed into a single self-hosted PHP application.
Deploy PushPanel on your server and start sending push notifications to your users today.
Just copy service-worker.js and
subscribe.js
to your website root. Then add the initialization snippet. That's it โ your visitors will be prompted to subscribe.
<!-- 1. Copy these files to your root --> <!-- service-worker.js + subscribe.js --> <!-- 2. Add before </body> --> <script src="/subscribe.js"></script> <script> PushPanel.init({ siteId: 1, publicKey: 'YOUR_VAPID_PUBLIC_KEY', apiUrl: 'https://panel.yourdomain.com /api/save_subscription.php' }); </script>
No subscriptions. No per-message fees. No surprises. Just your server costs.
Start sending push notifications today. No credit card. No sign-up fees.
๐ Go to Dashboard