Free for van converters · No signup · No backend
A free conversion quote tool for your website
Stop quoting every enquiry from scratch. Drop this estimator on your site, set your own base prices, and customers get an instant ballpark — then send you a fully-specced enquiry straight to your inbox. Better-qualified leads, less admin, and it's completely free.
Configure it
Set your company name, market, base prices and a lead email. Sensible defaults are already in place if you'd rather keep it simple.
Paste the snippet
Copy one block of HTML into any page or CMS. No account, no script to maintain, nothing loads from third parties.
Get specced leads
Customers price their build and hit enquire — you receive their full spec and estimate by email, ready to firm up.
Build your embed
Fill in your details on the left and copy the code on the right. Change anything and the preview updates live.
Your base prices (optional — sensible defaults are used if blank)
Base = your labour + core fit-out by van size, excluding the add-ons the customer ticks. Everything scales from here.
Live preview
Your embed code — paste into your site's HTML
<iframe src="https://roamwired.com/embed/quote.html"
title="Van conversion cost estimate"
style="width:100%;max-width:680px;height:720px;border:0"
loading="lazy"></iframe>
<p style="max-width:680px;margin:6px 0 0;font-size:14px">
Van conversion estimator by <a href="https://roamwired.com/guides/campervan-electrical-system">the campervan experts at Roam Wired</a>
</p>The one-line credit under the tool is the only thing we ask you to keep — it's a normal link in your page's HTML (not inside the frame), and it's why the tool is free.
Optional: make the frame auto-resize
Paste this once anywhere on the page and the frame will fit itself as customers change options.
<script>
window.addEventListener('message', function (e) {
if (!e.data || !e.data.rwEmbedHeight) return;
document.querySelectorAll('iframe[src*="roamwired.com/embed"]').forEach(function (f) {
if (f.contentWindow === e.source) f.style.height = e.data.rwEmbedHeight + 'px';
});
});
</script>How it stays free
The tool keeps a single one-line credit link to Roam Wired under it — a normal link in your page's HTML. That's the whole deal. In return you get a genuinely useful lead tool, and if you run a conversion business you can also list it free in our builder directory and earn a verified badge.
The figures are planning estimates to qualify leads — your own quote always takes precedence. Enquiries go directly to your email; Roam Wired never sees or stores them.