I will build your 6 Klaviyo flows for you. Free, for the first 50 stores.
Welcome, Browse Abandon, Cart Abandon, Checkout Abandon, Post-Purchase, Win-Back. Built in your Klaviyo account, by me, not handed to you as homework. Here is the deal, in full: it costs you nothing, and in exchange I get to publish what happens. Your numbers before, your numbers after. That is the whole trade. I have never had an email client, so I am buying proof instead of inventing it.
Claim a free build
Your name and email. I will reply asking for your store and your current Klaviyo numbers, then get to work.
No spam. I build the flows myself, so I take 3 stores at a time. There will be a queue, and I will tell you where you are in it.
Free builds left50 / 50
0 claimed so far · updates live
All 50 free builds are taken
The free run is over. The pack is $97.
All 50 free builds are taken. You can still get the pack and build them yourself: all 6 Klaviyo flows, the exact email copy, and the build video. One payment, yours for good.
The 6 flows that move revenue per recipient. Built wrong or never built in most stores.
01
Welcome
Your highest-intent subscriber. Your highest-intent subscriber, and usually the flow with the most left on the table. Built for structure, not more sends.
02
Browse Abandon
Someone looked and left. Most stores say nothing. One timed nudge with the product they viewed.
03
Cart Abandon
Fires once an hour later, then quits. The money is in send 2 and 3: reminder, objection, last call.
04
Checkout Abandon
They entered an email and bailed. Highest intent on the site. A tighter, faster sequence than cart.
05
Post-Purchase
Stop saying only "thanks." Set up order 2: education, cross-sell, review ask, reorder nudge.
06
Win-Back
Pull lapsed buyers back for the cost of an email. Usually missing entirely.
50 free builds. When they are gone, the pack is $97.
/* No “&&” anywhere: WordPress KSES encodes & to & inside saved content,
which breaks the script. Use nested ifs / helpers instead. */
(function(){
var LIST=’Se7rcA’;
var STATUS=’/wp-json/bladworks/v1/rpr-free-status’;
var SUB=’/wp-json/bladworks/v1/subscribe’;
var STRIPE=”https://buy.stripe.com/dRmdR9eaIb0Bd1O7zAeUU00?client_reference_id=free-flows-sold-out”;
var EMAIL_RE=/.+@.+\..+/;
var free=document.getElementById(‘bl-ff-free’);
var closed=document.getElementById(‘bl-ff-closed’);
var claimedEl=document.getElementById(‘bl-ff-claimed’);
var remEl=document.getElementById(‘bl-ff-remaining’);
var bar=document.getElementById(‘bl-ff-bar’);
var closerH=document.getElementById(‘bl-ff-closer-h’);
var closerBtn=document.getElementById(‘bl-ff-closer-btn’);
function renderClosed(){
free.style.display=’none’; closed.style.display=’block’;
if(closerH){ closerH.textContent=’All 50 free builds are taken.’; }
if(closerBtn){ closerBtn.textContent=’Buy the pack ($97)’; closerBtn.setAttribute(‘href’,STRIPE); }
}
function renderFree(claimed){
closed.style.display=’none’; free.style.display=’block’;
var c=Math.max(0,Math.min(50,claimed||0));
if(claimedEl){ claimedEl.textContent=c; }
if(remEl){ remEl.textContent=(50-c); }
setTimeout(function(){ if(bar){ bar.style.width=((c/50)*100)+’%’; } },200);
}
if(location.search.indexOf(‘preview=closed’)!==-1){ renderClosed(); return; }
fetch(STATUS+’?cb=’+Date.now(),{credentials:’same-origin’,cache:’no-store’}).then(function(r){return r.json();}).then(function(j){
if(j){ if(j.closed){ renderClosed(); return; } renderFree(j.claimed); return; }
renderFree(0);
}).catch(function(){ renderFree(0); });
/* Live progress: poll the uncached status endpoint so the “copies left” bar
ticks down as other people claim, without a page reload. Stops at sold-out. */
var pollTimer=setInterval(function(){
fetch(STATUS+’?cb=’+Date.now(),{credentials:’same-origin’,cache:’no-store’}).then(function(r){return r.json();}).then(function(j){
if(!j){ return; }
if(j.closed){ clearInterval(pollTimer); renderClosed(); return; }
renderFree(j.claimed);
}).catch(function(){});
},15000);
var form=document.getElementById(‘bl-ff-form’);
if(form){
var msg=form.querySelector(‘.bl-ff__msg’), btn=form.querySelector(‘button’), input=form.querySelector(‘input[name=email]’), nameInput=form.querySelector(‘input[name=full_name]’);
function setMsg(t,cls){ msg.textContent=t; msg.className=’bl-ff__msg’+(cls?(‘ ‘+cls):”); }
form.addEventListener(‘submit’,function(e){
e.preventDefault();
var fullName=(nameInput.value||”).trim();
var email=(input.value||”).trim();
if(fullName.length<2){ setMsg('Please enter your full name.','is-err'); return; }
if(!EMAIL_RE.test(email)){ setMsg('Please enter a valid email.','is-err'); return; }
var sp=fullName.indexOf(' ');
var firstName=(sp===-1)?fullName:fullName.slice(0,sp);
var lastName=(sp===-1)?'':fullName.slice(sp+1).trim();
btn.disabled=true; var orig=btn.textContent; btn.textContent='Sending…'; setMsg('','');
fetch(SUB,{method:'POST',headers:{'Content-Type':'application/json'},credentials:'same-origin',
body:JSON.stringify({email:email,source:'rpr-free-50:free-flows',list_id:LIST,first_name:firstName,last_name:lastName,properties:{rpr_free_50:true}})
}).then(function(r){return r.json().then(function(j){return {ok:r.ok,body:(j||{})};});}).then(function(res){
var b=res.body;
if(b.closed===true){ if(b.ok!==true){ renderClosed(); return; } }
if(res.ok){
setMsg('Check your inbox. The pack is on its way.','is-ok');
input.value=''; nameInput.value=''; btn.textContent='Sent';
if(typeof b.claimed==='number'){
var cc=Math.min(50,b.claimed);
if(claimedEl){ claimedEl.textContent=cc; }
if(remEl){ remEl.textContent=(50-cc); }
if(bar){ bar.style.width=((cc/50)*100)+'%'; }
}
if(window.dataLayer){ window.dataLayer.push({event:'rpr_free50_signup'}); }
} else {
setMsg(b.message||'Something glitched. Email support@bladworks.com.','is-err');
btn.disabled=false; btn.textContent=orig;
}
}).catch(function(){ setMsg('Network hiccup. Try again or email support@bladworks.com.','is-err'); btn.disabled=false; btn.textContent=orig; });
});
}
})();
Free Retention Audit
Find out where your Klaviyo flows are leaving money on the table
The same 27-point audit I run on every account I touch: welcome series, abandoned cart, post-purchase, win-back, plus checkout and ad spend. Yours free when you join the playbook drop. After this you'll also get every new playbook I publish, ~1 short email a month.
Welcome to the playbook drop. ~1 email a month. Unsubscribe in one click.
✓
You're subscribed. Audit is on the way.
Check your inbox in the next 2 minutes. Peek in Promotions or Spam if it's not there.