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 calculator

Free to embed  ·  No account required for visitors

What it is

An iframe of the calculator, sized to fit your page. Visitors can change the inputs — workers, hours, materials, overhead — and the price updates as they go. There's no account, no sign-up, and no proposal generation; it's only the calculator.

yourcompany.com/pricing
YourCompany Cleaning Services
How we price our work
Pricing Calculator
Service TypeCleaning Services ▾
Workers2
Hours / Worker3
Overhead %12%
Target Margin30%
Low$195
Standard$245
Premium$310
Powered by SolidScope

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.