Skip to content

A SaaS that can ping you your SaaS's events like new user, purchases, errors and more to your discord.

License

Notifications You must be signed in to change notification settings

Nikhar-savaliya/PingSaaS

Repository files navigation

PingSaaS

What is PingSaaS
Architecture
Todos

What is PingSaaS

PingSaaS is a SaaS platform for your SaaS. PingSaaS allows you to get notification about your SaaS directly to your discord Account. You can track any events with PingSaaS, whether you got new user, got payment, API fails etc.

PingSaaS provides API endpoint for you to use in your SaaS, this endpoint triggers an event in PingSaaS that pushes a notification to you in your discord

Architecture

Tech-Stack


What is PingSaaS

  • When you register to PingSaaS; You have ability to create events; events for example, the new user registered! or received payment!;

  • In the free tier, you can have max 3 event categories; event categories can be like Signup/Signin, Payment, API Fail etc.

  • Each event category can have more than one event; you can use an event API endpoint in more than 1 SaaS application.

  • Free tier allow you to have 100 events per month.

The below code is an example of the content you can have in your discord;

{
  "category": "sale",
  "fields": {
    "SaaS": "your-saas-name",
    "message": "your saas got new sale",
    "plan": "PRO",
    "email": "[email protected]",
    "amount": 49.99
  }
}

Todos

  • Improve load time / optimize image
  • (BUG): user can create more than 3 categories for free tier
  • (UI): In product category card, place emoji inside the category's color
  • (UI): Add a guide to get user's Discord ID.
  • (UI): Add a section in homepage that shows how to add PingFoo bot to discord

About

A SaaS that can ping you your SaaS's events like new user, purchases, errors and more to your discord.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages