Five Forces · Intensity Ratings · Radar Export · 100% Free
Free Porter's Five Forces Generator & Model Examples
Build a professional Five Forces analysis with intensity ratings per force. The exported diagram shows a radar pentagon visualising each force's strength — presentation-ready in minutes.
● Pro Version is Free for now
✓ Radar diagram · Industry attractiveness meter · Smart tips · Print / PDF unlocked
Your analysis is saved only in your browser — nothing is ever sent to any server
Industry or company you are analysing
🛒 Supermarket
💻 Tech Industry
✈️ Airline
💊 Pharma
📺 Streaming
⚡ EV Sector
Overall Industry Attractiveness
50%
Moderate
Auto-saved
👁️ Radar Diagram Preview — Click to Download
💡 Porter's Five Forces Tips
${t}
`).join('');
}function schedSave(){
const dot=document.getElementById('saveDot'),lbl=document.getElementById('saveLbl');
if(dot)dot.style.background='#f59e0b';if(lbl)lbl.textContent='Saving…';
clearTimeout(saveTimer);
saveTimer=setTimeout(()=>{try{localStorage.setItem(SK,JSON.stringify(data));if(dot)dot.style.background='#10b981';if(lbl)lbl.textContent='Saved';}catch(e){}},1500);
}function clearAll(){
const total=FORCES.reduce((s,f)=>s+data[f.key].items.length,0);
if(!total&&!data.subject)return;
if(confirm("Clear all Five Forces data?")){data.subject='';FORCES.forEach(f=>{data[f.key]={intensity:3,items:[]};});document.getElementById('subjectInput').value='';renderAll();toast('Cleared!');}
}function setAppMode(m){
isPro=m==='pro';
document.getElementById('btnSimple').classList.toggle('active',!isPro);
document.getElementById('btnPro').classList.toggle('active',isPro);
document.body.classList.toggle('pro-mode',isPro);
const pb=document.getElementById('proBar');if(pb)pb.style.display=isPro?'flex':'none';
if(isPro){updateOverall();updateCanvas();}
try{localStorage.setItem('sst_p5f_mode',m);}catch(e){}
}function esc(s){return(s||'').replace(/&/g,'&').replace(//g,'>').replace(/"/g,'"');}
function toast(msg){const t=document.getElementById('toast');t.textContent=msg;t.classList.add('show');setTimeout(()=>t.classList.remove('show'),2400);}init();