Get Notifications for Everything You Wait For on Web BrowserAI Assistants

Mample is the simplest push notification tool for your phone. No accounts. No API keys. No webhooks. No curl. Just pair your device and get real-time alerts when your long-running scripts, renders, or AI tasks finish on any computer or browser.

09:41
Mample Logo
Mample
Now
[Chrome Extension] Your render is done.
Mample Logo
Mample
1m ago
[Mozilla Extension] Big-File.zip Download Completed.
Mample Logo
Mample
3m ago
[Terminal] npm build completed.
> npm run build> Done.
Mample Logo
Mample
5m ago
[Claude] Your data analysis is finished.
IDE

How to Get Phone Notifications from Terminal, Web, and IDEs?

All in one place with Mample. Unlike other complex notification bots, Mample integrates with AI assistants in natural language, visually tracks web elements with its unique extension, and sends instant notifications to your phone when long-running processes finish with its 1-minute zero-code setup.

How Does Mample Work?

Mample has 3 main use cases. On the Web Browser, it tracks the visibility of a visual element (like a button) you select on the screen and notifies you when it disappears. For the Terminal, it works as a trigger mechanism chained to your commands, sending a notification when the preceding process is completed. And in IDEs and AI Assistants, it functions as a simple prompt command that triggers in the background, alerting you instantly the moment your long-running code generations or tasks are finished.

How to Get Push Notifications from Websites (Downloads, AI Responses, Renders, etc.)?

Pair the device by scanning the QR code from the mobile app.

Device Pairing

After installing the extension, connect your devices in seconds by scanning the QR code in the Browser Extension with the Mample app on your phone, or by entering the secret key.

Build a 1 million dollar SaaS project. Do not make mistakes! /mample
Opus 4.8 High ∨

Set the Target

Start the key selector by typing /mample on any website. Select the key that indicates the process is finished (e.g., the stop key). You will receive a notification when the selected key disappears.

Get Notifications for
Downloads
(>MB)

Receiving Notifications from Downloads

By enabling the Get Notifications for Downloads option in the extension, you can receive a notification when files larger than your specified MB limit finish downloading.

How to Get a Push Notification from the Terminal?

Windows PowerShell
PS C:\Mample\Project>
npm install -g mample

Terminal Setup

Open your computer's terminal and install the tool globally using the npm install -g mample command.

Windows PowerShell
PS C:\Mample\Project>
mample auth mample-xxxxxxxxx-yyyyyy

Authorize Terminal

Connect your device by entering the secret key generated by your mobile app into the terminal as mample auth "secret_key" and complete the terminal setup.

Windows PowerShell
PS C:\Mample\Project>
npm run build && mample "<your notification message>"

Chain Your Commands

Send a notification to your phone as soon as a long compiling process or script finishes by appending && mample "<your notification message>" to the end.

How to Get Notified When AI Agents (Cursor, VS Code) Finish?

Build a 1 million dollar SaaS project. Do not make mistakes! Notify Mample when it's done.
Gemini 1.5 Pro (High)

Just Warn Mample

If the 'Terminal Setup' and 'Authorize Terminal' stages are complete on your computer, you only need to type "notify mample when done" at the end of your prompt while writing code with your AI application (VS Code, Cursor, Antigravity, GitHub Copilot, Cline, Roo Code, etc.).

MMample
Now
[Claude] Process completed

Get Instant Notifications

As soon as your AI assistant completes the task you assigned, a notification pops up on your phone instantly. You can easily keep track of your project's status remotely.

Don't Break Your Vibe

Sit back and keep vibing while your codes compile! When the process is complete, your phone receives a notification, and you can continue where you left off. Never sit around waiting for long-running AI tasks again!

View Full Setup Guide

Mample Premium

Free Tier

$0
  • 500 notifications per month
  • Browser Extension support
  • CLI (Terminal) support
  • 14-Day Free Premium (No CC req!)
Endless Pro

Lifetime Premium

$14.99* one-time
  • Unlimited notifications
  • Browser Extension support
  • CLI (Terminal) support
  • Instant notification delivery
  • Lifetime access and all future updates included

* Prices are base prices. Local taxes (e.g., VAT) may apply depending on your region and will be automatically calculated at checkout.

No Account Required

You do not need to sign up to use Mample premium. Your account is entirely managed through an anonymous 'Transfer Code' randomly generated just for you. When you change your device (even when switching from Android to iOS or vice versa), you can instantly transfer your premium entitlements to your new device simply by entering your Transfer Code in the app settings. IMPORTANT: We do not sell subscriptions through our website. You can safely purchase your desired package exclusively through our mobile app.

Frequently Asked Questions (FAQ)

Is my code safe when tracking terminal commands and AI outputs?
Absolutely! Mample only carries a signal indicating the completion of the process. In the Browser Extension, it only checks if the "button" you selected is on the screen; in the terminal, it only listens for the end of the process without touching your codes. Privacy is our biggest priority.
How is data privacy technically ensured? Where is my data stored and what cloud infrastructure do you use?
Privacy and security are the foundation of Mample. Here are the technical details of our infrastructure:

1. No Account System: Our database does not store any user accounts or identities (email, password, phone, etc.). Instead, the mobile app assigns you a completely random Firebase ID. We never collect your IP address, location, or personal information.

2. Cloud Infrastructure (Firebase Cloud Messaging): We use the Google Firebase Cloud Messaging (FCM) infrastructure to deliver push notifications to your phone instantly and securely. Firebase acts purely as a relay bridge; sent notification messages are never stored on servers and are dropped the moment they are delivered to your device.

3. Zero Cloud Data: No information, such as your notification history or other data, is ever saved or recorded on our cloud systems.

4. Secure Payment Infrastructure (RevenueCat): Subscriptions and payments are not handled on our servers but through the globally trusted RevenueCat infrastructure and your device's official app store (App Store / Google Play). Your credit card information is never stored by us; only an anonymous 'Transfer Code' is used to sync your entitlements across devices.
If I switch to a new phone, will my Premium subscription be lost?
No. Even though Mample doesn't have an account system, your account is managed through an anonymous, unique 'Transfer Code'. When you switch to a new phone (even if your operating system changes), you can transfer all your premium entitlements to your new device in seconds by entering your Transfer Code in the settings page.
Is there a limit to how many terminal alerts I can send?
Mample has a cooldown mechanism to prevent spam and abuse. It prevents sending notifications too rapidly in succession, waiting at least 3-5 seconds between consecutive triggers. This prevents your device from being bombarded with notifications.
Will I receive notifications even if my browser is not on the screen?
Yes! Even if your browser is running in the background (minimized), your notification will successfully reach your phone. Additionally, when the process is complete (unless there is a setting preventing pop-ups), a purple Mample pop-up saying "Notification sent" will appear in the bottom right corner of your computer.
Which AI assistants does it work with? Is it only for IDEs?
It is not limited to IDEs (like VS Code or Cursor). It works with all major AI applications and agent software that have terminal connection and command execution authority. Cline, Roo Code, Antigravity, GitHub Copilot, Devin, or your own custom AI agents... As long as your AI application has access to your computer's terminal, it can use Mample seamlessly to alert you when its processes are finished.
Why should I choose Mample over other notification apps or bot software?
Mample offers three key differences for modern developers:

1. Simple CLI & Zero-Code Integration: There is no need to write curl commands, configure APIs, or manage tokens in the terminal every time. It doesn't require a heavy desktop PC application; it runs entirely via a lightweight npm CLI. Just append '&& mample' to your commands. For AI assistants, simply tell them in natural language: 'Notify mample when done'.

2. Element Tracking on ALL Websites: Mample's browser extension works on all websites. It has the unique ability—not found in other general-purpose bots—to 'track a button or loading bar on the screen and notify you when it disappears'.

3. Extremely Easy Setup and Usage: There are no complex bot setup processes, chat_id configurations, or token hunting. By simply entering a single command in your terminal, you start receiving instant notifications in seconds.