12 ready-to-use docs we use with paying clients. Free download, no signup, no email gate.
Why free? Most teams take a template + use it themselves. They never need me. The 1-in-10 who hit a wall implementing it — that's where I help. Open templates filter better than email-gated PDFs.
1. Cold Email Templates (B2B outreach)
5 cold email patterns we've sent 200+ times. Real subject lines, real reply rates included.
Mid-stage SaaS founder cold email EN
For 50-200 employee SaaS where AI strategy is murky. 4-week audit pitch. Avg reply rate 4.5%.
12 templates are just the start. Drop your email for occasional updates 鈥?no spam, reply to unsubscribe.
You're in! We'll only email when new templates drop.
function submitTemplatesEmail(){var e=document.getElementById("templates-email").value;if(!e||!e.includes("@")){alert("Please enter a valid email");return;}var w=(window.LEAD_WEBHOOK_URL||"http://localhost:8787/capture").trim();var p={source:"free-templates",tier:"newsletter",tier_label:"Newsletter subscriber",score:0,email:e,utm_source:"free-templates",utm_medium:"email-capture"};fetch(w,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(p)}).catch(function(){});document.getElementById("templates-email-success").style.display="block";document.getElementById("templates-email").disabled=true;document.querySelector("#templates-email-capture button").disabled=true;}
var cta=document.querySelector(".cta-box");if(cta){var o=new IntersectionObserver(function(entries){entries.forEach(function(r){if(r.isIntersecting){document.getElementById("templates-email-capture").style.display="block";}});},{threshold:0.3});o.observe(cta);}