See It In Action
20 minutes. No pitch deck. Just the product.
Stop Fighting Spreadsheets.
Start Running Your Inventory.
Import your comics from CLZ or any distributor CSV. Fix errors automatically. Export clean WhatNot listings in minutes.
Everything You Need to Sell Smarter
Import Anything
CLZ XML, Lunar CSV, PRH distributor files, or any custom spreadsheet. One-click import into your inventory.
Auto-Fix Everything
Titles, pricing, categories, images — fixed automatically across hundreds of listings. No line-by-line edits.
Export to WhatNot
Clean, validated CSV ready to upload. Catches errors before WhatNot does. Your entire show, listed in minutes.
Template Engine
Build reusable templates for your shows. Pre-configured for comics, cards, collectibles, and more.
Shipment Tracking
Know exactly what arrived, what sold, what needs restocking. Post-show reconciliation on autopilot.
Google Sheets Native
Lives inside the spreadsheet you already know. No new software to learn. Add-on installs in 30 seconds.
Exclusive Offer
- CLZ, Lunar, PRH CSV import
- Auto-fix titles, prices, images
- WhatNot-ready CSV export
- Smart template engine
- Shipment tracking dashboard
- Google Sheets native
Promo code
HEROHUNTER
25% Off First Month
Ready to Level Up Your Live Sales?
Drop your email and we will get you set up with a free walkthrough of the system.
✓ Free walkthrough
✓ No credit card required
✓ Cancel anytime
(function(){
var REF_CODE = 'HEROHUNTER';
var d = new Date(); d.setTime(d.getTime()+(90*24*60*60*1000));
document.cookie = 'lsp_ref=' + REF_CODE + ';expires=' + d.toUTCString() + ';path=/;SameSite=Lax';
try { localStorage.setItem('lsp_ref', REF_CODE); } catch(e){}
var bdcRef = JSON.stringify({code: REF_CODE, ts: Math.floor(Date.now()/1000)});
document.cookie = 'bdc_ref=' + encodeURIComponent(bdcRef) + ';expires=' + d.toUTCString() + ';path=/;SameSite=Lax';
var form = document.getElementById('hh-form');
var msg = document.getElementById('hh-msg');
if(!form) return;
form.addEventListener('submit', function(e){
e.preventDefault();
var name = form.querySelector('input[name="name"]').value.trim();
var email = form.querySelector('input[name="email"]').value.trim();
if(!name || !email){ msg.className='hh-msg error'; msg.textContent='Please fill in all fields.'; return; }
if(!/^[^s@]+@[^s@]+.[^s@]+$/.test(email)){ msg.className='hh-msg error'; msg.textContent='Please enter a valid email.'; return; }
var btn = form.querySelector('button');
btn.disabled = true; btn.textContent = 'Submitting...'; msg.style.display = 'none';
fetch('https://n8n.bluedevilcollectibles.com/webhook/lsp-start-signup', {
method:'POST', headers:{'Content-Type':'application/json'},
body:JSON.stringify({name:name, email:email, ref:REF_CODE, source:'herohunter', timestamp:new Date().toISOString()})
}).then(function(r){ if(r.ok) return r.json(); throw new Error('err'); })
.then(function(){ msg.className='hh-msg success'; msg.textContent='You are in! We will reach out shortly.'; form.reset(); btn.textContent='Submitted!'; setTimeout(function(){btn.disabled=false;btn.textContent='Get Started Free'},5000); })
.catch(function(){
try{ var leads=JSON.parse(localStorage.getItem('lsp_leads')||'[]'); leads.push({name:name,email:email,ref:REF_CODE,ts:new Date().toISOString()}); localStorage.setItem('lsp_leads',JSON.stringify(leads)); }catch(e){}
msg.className='hh-msg success'; msg.textContent='You are in! We will reach out shortly.'; form.reset(); btn.textContent='Submitted!'; setTimeout(function(){btn.disabled=false;btn.textContent='Get Started Free'},5000);
});
});
})();