Embed the SunSee calculator

Run an RV, camping, solar, or prepping site? Give your readers a free tool that sizes their battery, solar, and inverter from an appliance list. Copy the snippet below — no signup, always free.

1. Paste this where you want the calculator

<iframe
  src="https://sunsee.cc/embed/calculator"
  title="SunSee Off-Grid Power Calculator"
  style="width:100%;border:1px solid #e5e7eb;border-radius:16px;min-height:900px"
  loading="lazy"
></iframe>

2. Optional: auto-resize the height

Add this script anywhere on the same page so the iframe grows/shrinks to fit its content.

<script>
window.addEventListener('message', function (e) {
  if (e.data && e.data.type === 'sunsee-embed-height') {
    var f = document.querySelector('iframe[src*="sunsee.cc/embed/calculator"]');
    if (f) f.style.height = e.data.height + 'px';
  }
});
</script>

Live preview

Usage terms

  • • Free for any website, commercial or personal.
  • • Please keep the "Powered by SunSee" link intact.
  • • Don't misrepresent the tool as your own product.
  • • Questions? Get in touch.