We publish the exact code we use to calculate home offers. No black boxes. No hidden formulas. Verify our math yourself.
Transparent by default, not by claim.
npm install @lhbusa/valuation-engine
Calculate property valuations, repair estimates, and offer comparisons using the same logic we use internally. Inspect the code. Run it locally. Verify every calculation we make.
View on npmMost real estate companies hide their formulas. We publish ours. Here's why.
Companies hide formulas when their numbers don't make sense. Ours do. We have nothing to hide because our math is defensible.
In a market flooded with "we buy houses" scams, verifiable transparency is a competitive advantage. Sellers can confirm we're legitimate.
If more companies showed their math, sellers would benefit. We're MIT licensed because transparent valuations should be standard, not secret.
Here's a preview of what's inside the package
import { calculateOffers } from '@lhbusa/valuation-engine'; // Calculate all offer options for a property const property = { arv: 350000, // After Repair Value repairCost: 25000, // Estimated repairs market: 'standard' // Market conditions }; const offers = calculateOffers(property); // Returns transparent breakdown for each option: // - Cash Offer (immediate, ~75% ARV) // - BKPP™ Partnership (88% ARV, we handle repairs) // - Traditional Listing (net after all fees) console.log(offers.bkpp.sellerNet); // $308,000 console.log(offers.bkpp.breakdown); // Full calculation details
This calculator runs on the exact same logic as our open-source npm package. Change the numbers and watch the math update in real-time.
@lhbusa/valuation-engine from npm, run these same inputs, and confirm the outputs match. The code is MIT licensed and open for inspection.
Inspect the code, run the numbers yourself, then see what we'd offer for your home.