Skip to content

Incentive Matcher

Repo: savvydealer-adam/incentive-matcher · Path: C:/Users/adam/incentive-matcher (not cloned locally) · Owner: Adam Status: Live · % Done: 70 · Last commit: (not cloned locally — see GitHub) Deployed: Cloud Run (savvydealer-website project)

What it is

Dealer vs factory incentive comparison tool. Takes a dealer's advertised offers and compares them against the current OEM factory incentives to flag gaps, missed rebates, and over-discounting.

Why it exists

Dealers routinely miss factory incentives they qualify for (stacked rebates, regional offers, conditional programs). This surfaces the gap so sales teams can capture every available dollar.

How it works

  • Pulls current factory incentives (by make / model / region / program type)
  • Pulls dealer advertised offers (from dealer site or feed)
  • Matches by VIN / model / program
  • Flags: missed incentives, stacking opportunities, conflicts
  • Deployed on Cloud Run for dealer-facing access

What's done

  • Matching engine in production
  • Cloud Run deployment
  • Dealer-facing comparison output

What's next

  • Pull repo locally and inventory current state
  • Confirm integration with Savvy Incentive API (canonical source)
  • Expand OEM coverage

Where the code lives

Repo not cloned locally at time of writing — GitHub is the canonical source. Pull with gh repo clone savvydealer-adam/incentive-matcher.

Integrations

  • Should consume the Savvy Incentive API (same canonical source used by lease-scraper)
  • Complements lease-scraper (lease offers) and savvydealer-inventory-tracker (competitor inventory)

Don't rebuild this — extend it

Clone the repo locally, audit current incentive sources, and wire to the Savvy Incentive API if not already — that's the canonical source of truth for factory offers.

Gap flagged: repo not present locally. Pull it and update this 1-pager with confirmed stack + last commit.