Proposal Builder

Build professional proposals with scope, timeline, and pricing sections

Your Details

Client & Project

Scope of Work

Timeline

Pricing

Total: $8,000

Terms & Notes

Imagine What Pro Can Do

E-signatures, payment integration, proposal analytics, A/B testing, and CRM sync.

Upgrade to Pro
SPUNK.CODES
`; document.getElementById('previewFrame').srcdoc=generatedHTML; document.getElementById('output').style.display='block'; document.getElementById('output').scrollIntoView({behavior:'smooth'}); } function copyHTML(){navigator.clipboard.writeText(generatedHTML);showToast('HTML copied!');} function downloadHTML(){const blob=new Blob([generatedHTML],{type:'text/html'});const url=URL.createObjectURL(blob);const a=document.createElement('a');a.href=url;a.download='proposal.html';a.click();URL.revokeObjectURL(url);showToast('Downloaded!');} function showToast(msg){const t=document.getElementById('toast');t.textContent=msg;t.style.display='block';setTimeout(()=>t.style.display='none',2500);} document.addEventListener('contextmenu',e=>e.preventDefault()); document.addEventListener('keydown',e=>{if(e.key==='F12'||(e.ctrlKey&&e.shiftKey&&(e.key==='I'||e.key==='J'))||(e.ctrlKey&&e.key==='u'))e.preventDefault();}); window.onload=function(){const d=new Date();d.setDate(d.getDate()+30);document.getElementById('validUntil').value=d.toISOString().split('T')[0];}