Skip to content

Vehicle Features

Repo: savvydealer-adam/vehicle-features · Path: C:/Users/adam/vehicle-features (not cloned locally) · Owner: Adam Status: Live · % Done: 60 · Last commit: (not cloned locally — see GitHub) Deployed: Cloud Run

What it is

Canonical vehicle specs + feature database. One place to look up trim-level specs, features, standard / optional equipment, packages — by year / make / model / trim (or VIN).

Why it exists

Dealer websites, inventory feeds, VDPs, comparison tools all need consistent vehicle specs and features. Without a canonical source, every product reinvents the lookup and disagrees on details.

How it works

Cloud Run API. Not cloned locally at time of writing — full stack to be confirmed after pull. - API endpoints for year/make/model/trim and VIN-based lookups - Returns specs, standard features, optional features, packages - Canonical across all SavvyDealer products

What's done

  • Deployed on Cloud Run
  • Core lookup API in use

What's next

  • Pull repo locally and audit current coverage + stack
  • Confirm which products already consume it vs reinvent the lookup
  • Expand OEM coverage + trim-level accuracy

Where the code lives

Repo not cloned locally at time of writing — pull with gh repo clone savvydealer-adam/vehicle-features.

Integrations

  • Should be the canonical features source for: dealer websites, VDPs, competitive-dashboard, lease-scraper, incentive-matcher
  • Pairs with nissan-stickers for full VDP enrichment (sticker + features)
  • Pairs with rv-catalog (RV equivalent) and powersports-data (powersports equivalent)

Don't rebuild this — extend it

Before any product builds its own specs/features table, route it through this API. If coverage is missing, extend this service — don't fork the data.

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