Customize, preview, and test your exit-intent popup with our interactive demo.
This demonstration showcases our exit-intent popup system. Move your mouse outside of the browser window to trigger the popup (or scroll up on mobile). You can also customize the popup and test it using the controls below.
// Example JavaScript code to initialize the popup:
const exitPopup = new ExitPopup({
title: "Wait! Don't Miss This Deal!",
subtitle: "Get 1000+ Micro Offers for Just $27",
content: "This 94% discount is ending soon. Join 15,000+ entrepreneurs who are already using these templates to grow their business.",
ctaButtonText: "Get 94% Off Now",
closeButtonText: "I'll pay full price later",
emailPlaceholder: "Enter your email to lock in this deal",
successMessage: "Success! Thanks for signing up!",
animation: "slide",
backdropColor: "rgba(0,0,0,0.7)",
maxWidth: "550px",
delay: 1000,
cookieDuration: 1,
// Optional callback when form is submitted
onSubmit: function(email) {
console.log("Email submitted:", email);
return true; // Return true to show success message
}
});
Click on any template to quickly apply it to your popup: