Now part of my standard kit
I reach for this on almost every test I scope. It pays for itself the first time you use it properly.
— Priya S., 3 weeks ago
Light up clicks, scrolls and form submits.
The Lantern attaches event listeners to elements that may not yet exist. Combine with event delegation to survive DOM mutations.
The Lantern attaches event listeners to elements that may not yet exist. Combine with event delegation to survive DOM mutations.
Remember to clean up: a forgotten listener is a memory leak with a long tail.
I reach for this on almost every test I scope. It pays for itself the first time you use it properly.
— Priya S., 3 weeks ago
Did what it said. Not magic — just disciplined craft, well packaged.
— Daniel R., 6 days ago
I had been doing this by feel. This made it explicit and repeatable.
— Helena O., 2 months ago
Conjure a hero section that converts on first scroll.
Light it during launches. Snuff it on a flat result.
Hide the original until your variant is ready.