◆ Epps.ai · Institutional AI
Investment Thesis
Engine
Deal facts → investment thesis, demand drivers, business plan, upside, exit, and risk narrative. Four LP-ready formats.
◆ Output Format
◆ Deal Facts
◆ Market Context
◆ Value-Add Strategy
◆ Returns & Exit
◆ Key Risks
Thesis appears here
Fill in deal facts, market context, and value-add strategy. Select a format and click Generate. Output is print-ready for IC, LP, or board distribution.
◆ Investment Thesis
One-Page
IC Version
LP Version
Board Memo
Ask Olesya
Workflow Copilot · EPPS.AI
Built by an operator. Underwriting · Reporting · Development · Advisory
Olesya Epps · Founder, Epps.ai
Institutional Real Estate · Operator-built AI workflows
Olesya Epps
Workflow Copilot · EPPS.AI Institutional Real Estate Operator-built AI Workflows
About Epps.ai →
Ask Olesya
Hi — I'm Olesya, your Workflow Copilot.

Trained on Epps.ai workflows and real-world real estate operating practices, I can help you navigate underwriting, reporting, development, and investment workflows.

What are you working on today?
'; var blob = new Blob([html], {type:'application/msword'}); var url = URL.createObjectURL(blob); var a = document.createElement('a'); a.href = url; a.download = ((d.deal||'Investment_Thesis').replace(/[^a-z0-9]/gi,'_')) + '_Thesis.doc'; document.body.appendChild(a); a.click(); document.body.removeChild(a); URL.revokeObjectURL(url); } function loadSample(){ generateThesis(); } function clearAll(){ ['dealName','units','market','submarket','purchasePrice','pricePerUnit','vintage', 'occupancy','popCagr','jobGrowth','mktVacancy','rentGrowth','whyNow','capex', 'renoTimeline','rentPremium','businessPlan','irr','em','hold','goingInCap', 'exitCap','ltv','upsideIRR','downsideIRR','exitUpside','risk1','risk2','risk3'] .forEach(function(id){ var el = document.getElementById(id); if(el) el.value = ''; }); }