πCreate app
In DNotifier, everything starts with an App.
An app represents an application or service that uses DNotifier for realtime notifications, messaging, or event delivery. It is the core building block of the DNotifier platform and the first step to getting into the system.
Creating an App
Creating an app is intentionally simple:
Open the DNotifier Web Portal (Click here).
Click Create App.
Provide:
App Name
Use Case (to help us understand how you plan to use DNotifier)
No additional configuration is required at this stage.
What Happens After App Creation
As soon as an app is created:
The app becomes live immediately
It is registered within the DNotifier peer network
Validator nodes detect the new app and begin propagating it across the network using a gossip-based discovery mechanism
This process ensures your app is automatically discoverable and accessible across the decentralized DNotifier infrastructure.
Why Apps Are Important
β‘ Instant activation β your app is live the moment itβs created
π Decentralized by default β no centralized broker or single point of failure
π§ Zero-config setup β start building without infrastructure overhead
Once your app is live, you can generate API keys, connect clients, and begin sending notifications or events right away.
Last updated