Ease of Use
OneSignal offers a user-friendly interface and straightforward setup process, making it accessible even for those with limited technical knowledge.
Multi-Platform Support
The service supports a wide range of platforms including iOS, Android, and web browsers, allowing for comprehensive push notification campaigns.
Free Tier
OneSignal provides a generous free tier that includes many features, which is highly beneficial for startups and small businesses with budget constraints.
Automation Capabilities
Offers robust automation features like automated messaging, segmentation, and personalized notifications, enhancing user engagement.
Analytics
Provides detailed analytics and reporting, allowing users to track the performance of their notifications and optimize campaigns.
Integrations
Supports integration with various platforms and services such as WordPress, Shopify, and Google Analytics, making it versatile and adaptable to different needs.
Onesignal.com — Unlimited free push notifications.
– Source: dev.to
/
8 months ago
Ensure continuity for your customers – For feature flagging, they shared that DevCycle would be a direct (better) replacement. For Taplytics other features, they communicated clearly and shared alternatives (such as OneSignal) while also continuing to maintain the Taplytics platform for those customers who are still in-progress of migrating over. With this approach, Jonathan shared that they were able to bring…
– Source: dev.to
/
8 months ago
This was my first time trying to take a current site and implement it as a PWA. The reason why I was wanting a PWA was because I want users (mainly myself) to be able to subscribe to the site and get daily notifications to check the quote of the day. I went with OneSignal to manage the notifications. I know I could have done it easier by adding my own service workers, but I since this was my first time, I wanted…
– Source: dev.to
/
8 months ago
OneSignal is another popular choice for React developers. It offers a wide range of features, including A/B testing and localization of messages. OneSignal is known for its ease of use and can handle many messages without sweat.
– Source: dev.to
/
12 months ago
Push Notification https://onesignal.com/.
Source:
about 1 year ago
I’m using the OneSignal app. I don’t know if it’d be the right choice for you.
Source:
over 1 year ago
What about https://novu.co/ or https://onesignal.com/ ? Seems like they have this in app messaging functionality. 3rd party cloud services.
Source:
over 1 year ago
Onesignal.com — Unlimited free push notifications.
– Source: dev.to
/
almost 2 years ago
Https://onesignal.com works great for me.
Source:
almost 2 years ago
We can use Novu to send push notifications to the user once there is a new notificaitons, you can also use other services such as OneSignal or you can implement it yourself.
– Source: dev.to
/
about 2 years ago
Check out OneSignal (https://onesignal.com/)! We offer SMS both as a standalone service as well as part of our omni-channel offering. We offer both a seamless experience for both developers and marketers with a clean, robust API and a fully featured dashboard. Indeed we have templates for SMS that your team can share and edit without you getting involved. We have quite a lot more than that as well, e.g. See our…
– Source: Hacker News
/
about 2 years ago
I wouldn’t recommend implementing this on your own. Requesting users to allow notifications is simple (in your client-side code). Showing a notification to a user is simple (in your service worker code). Sending notifications to users who have allowed notifications is a lot harder. Try integrating something like Progressier or OneSignal instead.
Source:
over 2 years ago
I used Twilio for SMS. Heroku for hosting which later got moved to GCP by a senior engineer who helped out for a week so I got to learn DevOps when he left. For notifications I used OneSignal. For payments I used Stripe. We integrated in-house AI chat bots and I got to build the product out to make sure they were used effectively.
– Source: dev.to
/
over 2 years ago
Had a look at the source code for what is downloaded using wget. There is a reference to https://onesignal.com/ using their SDK which is a mechanism pushing notifications automatically or messages etc. There is a script that is heavily obfuscated with hex code and variable subsitution but it looks like it uses an API key to send your details somewhere. I imagine its data mining more than anything else but unsure…
Source:
over 2 years ago
Another reddit user also suggested https://onesignal.com/ as they seem to have found a workaround… Its going to be interesting to reverse engineer this.
Source:
over 2 years ago
I am curious how this compares to an older YC company OneSignal. https://onesignal.com … Sounds quite similar on the surface. Does YC bet on multiple companies in the same space?
– Source: Hacker News
/
over 2 years ago
I’d use the free tier of OneSignal. They cover many notification scenarios. The free tier is very sufficient.
Source:
over 2 years ago
To understand better on the browser side, this push notifications are part of the Notification Web APIs, I would suggest to dive deep into the API if you want to know more details about it. But today I want to show you how to use One Signal in your Next.js project to quickly start sending web push notifications with very few lines of code, in just a couple of minutes and for free!
– Source: dev.to
/
almost 3 years ago
OneSignal | Multiple Roles | Onsite/Remote | New York | Full-Time | https://onesignal.com/ OneSignal has grown rapidly to where we are today serving billions of HTTP requests daily and sending upwards of over 10 billion messages daily. Our massive scale, small team, kindness in all our interactions, and focus on ownership and personal growth make OneSignal a uniquely great place to work. OneSignal’s vision is to…
– Source: Hacker News
/
almost 3 years ago
To bring it back a little bit to your employer, OneSignal is exactly that kind of solution. Like, sure, you could go and implement all of these things yourself where you have your SMS and your email provider, and then you have your MarTech piece where you’re doing analysis of your audience and making sure the right people hear the right things at the right time. Fitting all of those under one umbrella has…
– Source: dev.to
/
about 3 years ago
It’s no secret that push notifications can help you engage and retain app users. This tutorial will show you how to integrate with OneSignal to leverage push notifications in your ReactJS app.
– Source: dev.to
/
about 3 years ago