notify - Browser notifications in 60 seconds

by
Hosted browser push notifications for developers. One script tag, one function, native notifications. No Firebase, no VAPID keys, no service worker boilerplate. What took an hour- wiered dashboards and configs is done in minutes Oh, and it's free.

Add a comment

Replies

Best
Maker
📌
Hey, I think I have a pretty cool product here. Sending notifications through the browser was bad. We needed to manage keys, fight through configs, dashboards, and decade-old resources. And cause so much was handled through dashboards, AI isn't good at it. But sometimes you want to spin up a product quickly. Notify helps with that. You add a script tag and two lines of code. Done. First notification sent. It is so easy that I can paste the code in here: await notify.subscribe(user.id) // in the browser POST api.getnotify.dev/send { userId, body } And that's it. Nothing more. I also could start and talk about how it isn't only free but also anonymous. But I won't... Do you think this helps to develop faster? See you in the comments 👋