Send Push Notifications to your Phone

Pushify is a simple HTTP-based Push Notification service. You can send notifications to your phone using a simple REST API. Pushify can also be included in your SaaS Platform and send notifications to your users with the need of publishing an App. The best thing? We're Open Source.

App Screenshot

Easy-to-Use API

Pushify offers a simple and easy-to-use API for sending push notifications to your phone. Here's an example of how you can send a message using the Pushify API.

import { Pushify } from '@pushify/js'

const pushify = new Pushify({
        key: '[API_KEY]'
})

function sendMessage(){
        await pushify.send({
                channel: '[CHANNEL_ID]',
                title: '[TITLE]',
                body: '[MESSAGE]',
                // This is optional, and will open the link when the notification is clicked
                url: "https://example.com"
        })
}

Proudly open-source

Our source code is available on GitHub - feel free to read, review, or contribute to it however you want!

Pricing

Everthing is Free while Pushify is in Beta and features are being added.

But how do you expect the pricing to look like? Expect that Pushify will forever be free for 1 device and up to 2500 sent push notifications a month. Pricing will depend on the amount of devices connected and the amount of push notifications sent.