Software Alternatives, Accelerators & Startups

OneSignal

Customer engagement platform used by over 1 million developers and marketers; the fastest and most reliable way to send mobile and web push notifications, in-app messages, emails, and SMS.

(0 reviews)
Pricing:
  • Open Source
  • Freemium
  • Free Trial
  • $9.0 / Monthly (Plus usage-based costs. (Growth Plan). )
OneSignal

OneSignal Reviews and Details

This page is designed to help you find out whether OneSignal is good and if it is the right choice for you.

Screenshots and images

  • OneSignal
    Image date //
    2024-09-12

Features & Specs

  1. Ease of Use

    OneSignal offers a user-friendly interface and straightforward setup process, making it accessible even for those with limited technical knowledge.

  2. Multi-Platform Support

    The service supports a wide range of platforms including iOS, Android, and web browsers, allowing for comprehensive push notification campaigns.

  3. Free Tier

    OneSignal provides a generous free tier that includes many features, which is highly beneficial for startups and small businesses with budget constraints.

  4. Automation Capabilities

    Offers robust automation features like automated messaging, segmentation, and personalized notifications, enhancing user engagement.

  5. Analytics

    Provides detailed analytics and reporting, allowing users to track the performance of their notifications and optimize campaigns.

  6. Integrations

    Supports integration with various platforms and services such as WordPress, Shopify, and Google Analytics, making it versatile and adaptable to different needs.

Badges & Trophies

Promote OneSignal. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

OneSignal Product Demo

Send Push Notifications Through Wordpress Using OneSignal

OneSignal: Product Demo/Overview

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about OneSignal and what they use it for.
  • What is the Most Effective AI Tool for App Development Today?
    Automation extends to personalization. Chris Aubeeluck, Head of Sales and Marketing at Osbornes Law, states, "Content personalization engines like OneSignal use AI to make every interaction feel tailor-made." This boosts retention in user-facing apps. - Source: dev.to / about 2 months ago
  • I Was Wrong About Email For Startups. Hereโ€™s Everything I Wish I Knew A Year Ago.
    One last thing; we picked Notify because of the simplicity, transparent pricing, and great DX โ€” but itโ€™s lean by design. If your use case involves SMS channels too, try something like OneSignal. - Source: dev.to / 7 months ago
  • A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
    Onesignal.com โ€” Unlimited free push notifications. - Source: dev.to / over 1 year ago
  • Pivoting a million dollar DevTool startup
    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 / over 1 year ago
  • My First PWA in NextJS
    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 / over 1 year ago
  • Custom vs. off-the-shelf React web notification systems: Which is better?
    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 / about 2 years ago
  • Must Needed Online Tools for App Reskin
    Push Notification https://onesignal.com/. Source: about 2 years ago
  • Best way to send push notifications to user from asp.net core server
    I'm using the OneSignal app. I don't know if it'd be the right choice for you. Source: over 2 years ago
  • How to do "In App Messaging" ?
    What about https://novu.co/ or https://onesignal.com/ ? Seems like they have this in app messaging functionality. 3rd party cloud services. Source: almost 3 years ago
  • free-for.dev
    Onesignal.com โ€” Unlimited free push notifications. - Source: dev.to / almost 3 years ago
  • Just launched my first React Native indie productivity app - Daily: Task Planner
    Https://onesignal.com works great for me. Source: almost 3 years ago
  • Building a live-event alert system with React, Socket.io, and Push Notifications ๐Ÿš€
    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 3 years ago
  • Twillio the only way to send transactional SMS?
    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 3 years ago
  • PWA push notification using NextJS + Notion API
    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 3 years ago
  • My Professional Experience
    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 3 years ago
  • WhatsApp scam spreading like wildfire. Watch out.
    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 3 years ago
  • A Self Hosted and Open Source Alternative to Googleโ€™s Firebase
    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 3 years ago
  • Launch HN: Courier (YC S19) โ€“ Developer infrastructure for product notifications
    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 3 years ago
  • Apple push and self hosted email
    I'd use the free tier of OneSignal. They cover many notification scenarios. The free tier is very sufficient. Source: over 3 years ago
  • How to add web push notifications to your Next.js project with One Signal
    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 4 years ago
  • Ask HN: Who is hiring? (October 2021)
    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 / about 4 years ago

Summary of the public mentions of OneSignal

Public Opinion on OneSignal

OneSignal, a leading player in the realm of push notifications and user engagement, garners mixed yet predominantly positive public opinion, especially among developers and marketers leveraging this technology for multi-channel messaging solutions. The general sentiment from various sources reflects a recognition of OneSignalโ€™s comprehensive feature set, ease of use, and cost-effectiveness, particularly noted in its free tier offerings.

Pros
  1. Feature-Rich Platform: OneSignal is often praised for its rich feature set that includes push notifications, SMS, emails, in-app messaging, A/B testing, segmentation, and analytics. These features collectively position OneSignal as a multifaceted tool for businesses looking to engage with users across multiple platforms efficiently.

  2. Ease of Use and Integration: Many users commend OneSignal for its straightforward setup process and comprehensive documentation. As attested by users integrating OneSignal with frameworks like Next.js and React Native, the platform allows for seamless project implementation with minimal complexity, making it accessible for new and experienced developers alike.

  3. Free Tier Generosity: OneSignal stands out for its generous free tier, offering unlimited push notifications, which appeals significantly to startups and small to medium businesses. This free accessibility is cited frequently as a substantial draw for companies aiming to scale their notifications without an immediate financial commitment.

  4. Versatile Application: OneSignal's application in both mobile and web contexts, along with its ability to streamline the process of managing multi-channel communication, is a major highlight. The platform's capability to aggregate user data for targeted messaging further adds to its allure as a key tool for user engagement optimization.

Cons and Considerations
  1. Competition and Alternatives: Despite its strengths, some content hints at seeking alternatives to OneSignal, suggesting that while formidable, other tools might better suit specific needs or preferences, especially when considering more individualized business requirements or integrations with specific existing systems.

  2. Data Privacy Concerns: A few concerns are raised regarding data privacy and security, particularly focusing on how data is managed and potentially exposed within the system. Such apprehensions are common in discussions around notification services but are notable enough to be mentioned.

  3. Heavy Competition: As part of a crowded market with players like Firebase, Amazon SNS, and Airship, OneSignal has its work cut out to maintain differentiation. Nonetheless, the robust features and accessibility it offers often tilt the scale in its favor, especially for users prioritizing ease and comprehensive service over bespoke solutions.

Conclusion

In summary, OneSignal's reputation as a reliable and easy-to-use notification service is well-deserved, with developers and startups, in particular, valuing its comprehensive and accessible features. While alternative platforms exist that might cater to specific needs more precisely, OneSignal's appeal lies in its ability to offer a one-stop solution for push notifications and user engagement across various channels. This broad scope and approachability make it a favored choice among its contemporaries in the competitive landscape of notification services.

Do you know an article comparing OneSignal to other products?
Suggest a link to a post with product alternatives.

Suggest an article

OneSignal discussion

Log in or Post with

Is OneSignal good? This is an informative page that will help you find out. Moreover, you can review and discuss OneSignal here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.