Notifications
ShipFast.dev comes packed with in-app notifications functionality that allows you to keep your users informed of important updates and actions within your application. The system is designed to be user-friendly and customizable, making it easy for developers to add new types of notifications to the system.
Notification Icon
Logged in users can see the notification icon in the top right corner of the application page. By clicking on the icon, users can see the list of system notifications. The icon has an indicator of unread notifications, providing users with a visual cue to check their notifications.
List of Notifications
The list of notifications is fully customizable, allowing you to tailor the notifications to the needs of your application. Users can mark all notifications as read from the menu, making it easy to keep track of new notifications. The status and list of notifications are updated using live GraphQL subscriptions over websocket communication, ensuring that users always have the latest information.
Adding New Notifications
Adding new types of notifications to the system is straightforward, thanks to the easy-to-use plop
generator and
developer-friendly documentation. Developers can quickly add new notifications to the system, allowing them to keep
users informed of important updates and actions within the application.
For detailed information on how to add new notifications to the system, please refer to our technical guide. This guide provides step-by-step instructions on how to use the APIs to add new notifications to the system, as well as how to customize the notifications to meet the needs of your application.
In-app notifications are an essential part of any modern SaaS application, allowing you to keep your users informed of important updates and actions within the application. ShipFast.dev provides a robust notification system out of the box, with a user-friendly interface and customizable notifications.