For founders running their own Meta ads.

Make a scroll-stopping ad in 60 seconds — no designer required.

I’m Eli. I’ve spent the last six years making ad creative for e-commerce brands that live or die by their return on ad spend — and I’ve boiled down what actually stops the scroll into templates anyone can use. Drop in your product, add a headline, and you’ve got an ad built on the same structure the pros charge a fortune for. No Photoshop, no brand guidelines, no design degree.

Start with the one I reach for most: the Image + Headline Overlay.

It’s one of 50+ in my Proven Ad Templates library, and it’s yours, free.

Then every week-ish I’ll send you a teardown — a real ad that’s dragging in revenue, pulled apart so you can see exactly why it works and steal the mechanics for your own. No jargon, no fluff.

One email. No spam. Unsubscribe the moment I bore you.

Site’s mid-rebuild — this template’s the best of it, early.

/* -- The root styles must go in the element of the structure with the name "Form". --*/ 

.popup-5__form{
  /* Styles applied to all checkboxes */
  & .options-wrapper{
    & li{
      display: flex;
      align-items: start;
      flex-wrap:nowrap;
    }

    /* Unique styles for privacy policy checkboxes */
    & label[for="form-field-vmwaoi-0"] {
      font-size: var(--text-s);
      line-height: 1.2;
      
      /* Link styles */
       & > a{
        color: var(--primary);
      }
    }
  }
}