Embed the pricing calculator on your website
It's the same calculator that runs on SolidScope. Visitors enter their own job details — workers, hours, materials, overhead — and see what a job like theirs costs, right on your page.
Preview the calculatorFree to embed · No account required for visitors
How to add it
Copy this code and paste it anywhere on your site — a page, a blog post, a sidebar. It works with any site builder.
<div id="solidscope-calculator"></div>
<script>
(function () {
var iframe = document.createElement('iframe');
iframe.src = 'https://solidscope.app/calculator';
iframe.width = '100%';
iframe.height = '900';
iframe.frameBorder = '0';
iframe.style.border = 'none';
iframe.style.borderRadius = '8px';
iframe.title = 'Service Pricing Calculator';
document.getElementById('solidscope-calculator').appendChild(iframe);
// Calculator reports its real content height — resize to fit exactly,
// no matter the service type, mode, or language (no scrollbars, no gaps).
window.addEventListener('message', function (e) {
if (e.origin !== 'https://solidscope.app') return;
if (e.data && e.data.type === 'solidscope-embed-resize') {
iframe.style.height = e.data.height + 'px';
}
});
})();
</script>
The iframe loads the calculator from solidscope.app, so it stays current automatically — there's nothing to update on your end.
It's free and there's no approval process.
Want the full quoting system for yourself? Try SolidScope free — first 3 proposals on us, no card needed.