Proxima Institute
Embeddable widget + admin CMS + Apollo lead sync.
Paste this into any page on proxima-institute.org where the assessment should appear.
<iframe src="/embed" style="width:100%;border:0;min-height:700px" loading="lazy" allow="clipboard-write"></iframe>
<script>
window.addEventListener('message', function(e){
if(e.data && e.data.type==='proxima-assessment:height'){
var f=document.querySelector('iframe[src*="/embed"]');
if(f) f.style.height = e.data.height + 'px';
}
});
</script>