← CRM Calculator

Methodology

This page explains how the CRM Stack Cost / Fit Calculator estimates platform cost and illustrative ROI, and how it ranks vendors. Formulas are implemented in open source TypeScript.

Monthly platform cost

For each vendor we apply a small, documented ruleset to your team size, contact count, workflow flags, per-seat budget, and main priority. The goal is a comparable monthly total across different pricing shapes:

Annual cost

annual = monthly × 12 — we do not model annual prepay discounts in v1.

Illustrative ROI

ROI is not a revenue forecast. It is a sanity-check number built from your "monthly new deals" input and a capped uplift percentage that increases slightly when you select workflow needs (automation, lead scoring, email tracking, calling).

additionalDealsPerYear = round(monthlyNewDeals × 12 × uplift) where uplift is capped in code (see estimateAdditionalDealsPerYear).

potentialRoi = additionalDealsPerYear × avgDealValue − annualPlatformCost

Your "expected ROI timeframe" input is collected for context; v1 does not compound it into a separate formula.

Cost comparison table

The results page lists every vendor at your current seat count and inputs so you can compare modeled monthly cost, annual cost, and the same illustrative ROI formula apples-to-apples.

Platform scoring

Each vendor has editorial scores (1–10) across eight dimensions: pipeline management, email integration, automation depth, reporting & analytics, ease of use, customization, scalability, and value for money.

The recommendation engine combines these with your answers:

Important disclaimers