Contents

Chapter 1

Features

This chapter covers the core features and capabilities of Exit Intent Popup.

Features

  • Five popup types: email capture, discount offer, survey, content offer, social follow
  • Exit-intent detection via cursor tracking (mouseout from viewport top)
  • Cookie-based "don't show again" with configurable duration
  • Countdown timer for discount urgency
  • Responsive modal with CSS animation
  • Escape key and overlay-click dismissal
  • Configurable activation delay and max display count
  • Config file or inline CLI mode
  • Python stdlib only — zero pip dependencies

Quick Start

bash
# Generate an email capture popup from config
python src/exit_intent_popup.py --config examples/popup_config.json --output popup.html

# Quick inline email capture popup
python src/exit_intent_popup.py --type email-capture --headline "Wait! Get 20% Off" --output popup.html

# Generate a survey popup
python src/exit_intent_popup.py --type survey --config examples/popup_config.json

# List available popup types
python src/exit_intent_popup.py --list-types
Chapter 2

CLI Reference

Follow this guide to get Exit Intent Popup up and running in your environment.

CLI Reference

FlagDescription
--config, -cPath to popup config JSON
--type, -tPopup type: email-capture, discount-offer, survey, content-offer, social-follow
--headlinePopup headline text
--subheadlinePopup subheadline text
--cta-textCTA button text
--brand-colorBrand accent colour (hex)
--output, -oOutput file
--list-typesList available popup types
--verbose, -vEnable verbose logging

Configuration

See examples/popup_config.json for a complete example.

Chapter 3
🔒 Available in full product

Examples

You’ve reached the end of the free preview

Get the full Exit Intent Popup and unlock everything.

All Chapters

Get the complete guide with every chapter unlocked, including code samples, diagrams, and best practices.

Full Tool Suite

Access all interactive tools with complete data, all workload profiles, and the full scenario library.

Source Files

Downloadable source code, configuration files, and working examples from every chapter.

Lifetime Updates

Free updates for life. Every new chapter, tool, and improvement included.

Buy Now — $19 →
📦 Free sample included — download another copy for the full product.
Exit Intent Popup v1.0.0 — Free Preview