pushify.net Open in urlscan Pro
188.114.96.3  Public Scan

Submitted URL: http://pushify.net/
Effective URL: https://pushify.net/
Submission: On December 04 via api from US — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

BlogPricingLoginRegisterGet started - it's free

Visit us on Github


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.

Get Started
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.

Node.js

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!

Star us on GitHub

0


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.

© 2024 Plexit Group. All rights reserved.