
Littra Push is a fast and robust solution for customer engagement. Our service enables push notification prompt on websites, opting which directs real-time notifications to the user’s device. Littra Push works with popular operating systems and content management platforms. You also get to easily keep tabs on user engagement metrics.

Following browsers are supported by our service:
| Browser | Version | Device |
|---|---|---|
| Chrome | Desktop | 50 |
| Firefox | Desktop | 44 |
| Edge Old | Desktop | 17-18 |
| Edge Chromium | Desktop | 79 |
| Opera | Desktop | 42 |
| Chrome | Android | 88 |
| Firefox | Android | 83 |
| Opera | Mobile | 59 |
| UC Browser | Mobile | 12.12 |
| Samsung Internet | Mobile | 4 |
| Internet Explorer | All | Not supported yet |
| Safari | All | Not supported yet |

Signing up is a fairly easy process with Littra Push, you can either log in using your Google account or just log in directly using your email and set a password, no need to register.

Inorder to create new project, click Projects section in the sidebar then click New Projects button in the top right corner, then enter Project Name and Link and click create button.
You can create multiple projects for a single product and assign each project for multiple purposes. Each project can have different logo and title to showcase its purpose.

After creating project an API Key prompt appears, copy that script and follow the instructions:
<head> <script src="https://littrapush.s3.ap-south-1.amazonaws.com/sdk/client.js?apiKey=YOUR_API_KEY" id="littrapush" type="text/javascript"> </script> </head>

<script> window.LITTRA.registerServiceWorker(); </script>


Test Device feature generally gives you a demo of how our push notification service works. Push notification will be sent to your device showcasing how it will appear on the end-users systems.

Push notifications can be sent easily by just single-click. Furthermore you can also send push notifications targeting user types (real-time, past, current) and add images to illustrate your purpose.


We keep log of all the messages sent in a project, so client can easily track the old messages sent to the users and can even filter messages using the search feature.


Littra Push provides a service in which a user can send the notification to a unique user it want, which makes it easier to use.
By using the below code a user can logged into devices and send Push Notifications.
window.LITTRA.login(<userId>,{});The Login and Logout is the main feature of any website where the user can signIn,signOut or delete his account as per his choice. The codes for login and logOut are as follows-
window.LITTRA.logout();
This code will guide you to implement api in your website.
For any kind of help please reach out to us @littrapvtltd@gmail.com.