Growth Economics Calculator v1.3

Calculate revenue growth and ROI for dental practices using FollowApp

Input Variables

Group Characteristics
Rebooking Variables
Treatment Variables
Retail Variables
Dental Plan Variables
FollowApp Licence

Revenue Analysis

£0
ROI Year 1
£0
ROI Year 2
£0
ROI Year 3
£0
FollowApp Cost/Month
£0
FollowApp Cost/Year
£0
LTV Plans Year 1

Revenue Breakdown

Revenue Type Per Practice/Month Per Practice/Annum Per Group/Month Per Group/Annum
Rebooking Revenue £0 £0 £0 £0
Treatment Revenue £0 £0 £0 £0
Retail Revenue £0 £0 £0 £0
Plan Revenue £0 £0 £0 £0

3-Year Quarterly Revenue Build

Quarterly Revenue Details

The FollowApp Revenue Flywheel

FollowApp is a patient engagement flywheel for dental practices. Each interaction—feedback, rebooking nudges, follow-ups, reviews, and plan offers—compounds to increase patient retention, average revenue per patient, and lifetime value. Our new ROI model shows how these touchpoints translate into measurable, compounding revenue growth.

Understanding how each touchpoint creates compounding value across the patient journey:

🗨️ Feedback Triage

Service recovery prevents churn through immediate issue resolution

📅 Rebooking Nudges

Post-visit prompts drive next appointment scheduling

🦷 Treatment Conversion

Clinical opportunities converted through systematic follow-ups and high value treatment lead generation

⭐ Reputation Amplification

Review velocity increases, lowering organic customer acquisition costs

🛒 Revenue Expansion

Retail and plan offers increase average revenue per patient

📊 Continuous Optimisation

BI loop tunes segments and templates monthly for maximum impact

💡 The Compounding Effect

Each touchpoint in the flywheel reinforces the others, creating exponential value:

  • Better service recovery leads to more loyal patients who are more likely to rebook
  • Increased rebooking rates create more opportunities for treatment conversations
  • More treatments generate higher satisfaction, leading to more positive reviews
  • Better reviews attract new patients at lower acquisition costs
  • Plan members become regular revenue with higher lifetime value and spend more on treatments
  • Continuous optimization ensures every segment performs better over time
'; const blob = new Blob([htmlContent], { type: 'text/html' }); const url = URL.createObjectURL(blob); const a = document.createElement('a'); a.href = url; a.download = 'FollowApp-Growth-Economics-Report.html'; document.body.appendChild(a); a.click(); document.body.removeChild(a); URL.revokeObjectURL(url); alert('Report downloaded! Open the HTML file in your browser and use Print (Cmd+P / Ctrl+P) to save as PDF.'); }; window.followappDownloadExcel = function() { if (typeof XLSX === 'undefined') { alert('Excel export library is loading. Please try again in a moment.'); return; } const wb = XLSX.utils.book_new(); const inputsData = [ ['FollowApp Growth Economics Calculator'], [''], ['Number of Practices', document.getElementById('followapp-numOffices').value] ]; const ws1 = XLSX.utils.aoa_to_sheet(inputsData); XLSX.utils.book_append_sheet(wb, ws1, 'Inputs'); const quarterlyTable = document.getElementById('followapp-quarterlyTable'); const ws2 = XLSX.utils.table_to_sheet(quarterlyTable); XLSX.utils.book_append_sheet(wb, ws2, 'Quarterly Data'); XLSX.writeFile(wb, 'FollowApp-Growth-Economics-Report.xlsx'); }; })();