See how exit intent popups work in real-time. Move your mouse to the top of your browser window to trigger the demo popup.
How to Test
Move your mouse cursor toward the browser's address bar
Try it now!
Move your mouse to the top of this page to see the exit intent popup in action.
Exit intent technology detects when a visitor is about to leave your website by tracking mouse movement. When the cursor moves toward the browser's close button or address bar, a popup is triggered.
Note: Exit intent works best on desktop. On mobile, alternative triggers like back button detection are used.
Waiting for Exit Intent...
Move your mouse to the top of the browser window to trigger the demo.
0
Times Triggered
ON
Detection Status
document.addEventListener('mouseout', (e) => {
// Detect mouse leaving viewport from top
if (e.clientY <= 0) {
showExitPopup();
}
});This simplified code shows the basic concept. Real implementations include throttling, mobile fallbacks, and session tracking.
Mr. Popup creates exit intent popups with AI-generated copy and design. No coding required.
Exit intent built-in
Mobile-friendly
AI-generated copy
14-day free trial · No credit card required