What it is
Calcite is a single-page app for configuring complex, tiered pricing in real time. Pick a plan, add connectors, operations, AI credits, and team members, and watch the monthly and annual totals update instantly — with a built-in ROI calculator that frames the savings in plain dollars-and-hours terms.
Why it exists
A static pricing page can't capture tiered plans, add-ons, and volume discounts. Calcite lets prospects and sales teams experiment with real configurations on their own, which removes friction and turns 'request a quote' into 'see your number now.'
Who it's for
Prospects evaluating plans and sales teams building quotes on the spot.
What it does
- Tiered plan selector with a custom-enterprise option
- Configurable add-ons with single and pack pricing
- Real-time line-item totals with annual-discount logic
- ROI calculator: hours saved × wage × headcount → net savings
- Side-by-side feature comparison matrix
- Monthly / yearly billing toggle
How it works
What made it interesting to build
Modeling a genuinely complicated price book in code was the core problem. The answer was to keep all pricing in a single config file and run it through a pure calculation engine with no side effects — which makes the math easy to test and trivial to update whenever pricing changes. Framing the ROI so it lands for both technical and non-technical readers took a few iterations.