G
MapMutt
← Back to site
Operationalized bundle

The D2D collateral now has a real in-repo field kit.

The Google Drive source pages are now recreated on the MapMutt surface with live intake routing, real checkout links where the repo has them, and honest copy where the old bundle relied on fake counters or dead destinations.

Public CTAs now route either to Square checkout or the new audit-request.html → /submit intake path. Print QR destinations target the deployed MapMutt audit request URL.
Public Intake

Audit Request

Real free-audit and callback form posting to the bundle's Pages Function handler.

Open audit intake →
Checkout Surface

Pricing Page

Direct links for Essentials, Growth, Dominate, and the current Founding 50 offer.

Open pricing →
Configurable Stack

Add-On Menu

Interactive add-on selector that sends the exact selection into intake instead of stopping at a fake total.

Open add-ons →
Print Asset

Leave-Behind One-Pager

Updated with the MapMutt brand, live audit-request QR destination, and real email contact.

Open one-pager →
Print Asset

Business Card

Updated to remove the fake phone field and route the QR to the public audit request path.

Open business card →
Print Asset

Pitch Binder Cover

Rebranded and wired for current contact values used on the live MapMutt surface.

Open binder cover →
Print Asset

Audit Report Template

Printer-friendly report shell that points back into Founding 50 and the real intake path.

Open audit template →
Existing Digital Page

Live Audit Report

The polished digital audit report remains in place and now feeds into the updated public CTA flow.

Open audit report →
Public Offer

Founding 50

Same offer, no fake spots-remaining number, and still backed by the verified Square checkout link.

Open Founding 50 →
Live API · MapMutt Feature

Competitor Map Generator

Pull a live Mapbox static map with gold client pin + red competitor pins for any prospect, on-site in seconds. Powers the "wow moment" in every audit report.

GET /functions/generate_competitor_map
  ?business=Bluegrass+HVAC
  &vertical=hvac
  &location=Louisville+KY
Returns: map_img_url (embed as <img src>) + competitor names, distances, coords.
Free tier covers 25,000 audits/month at $0 cost.
Secret key: server-side only via CF Pages env var.
See live map in audit report →
D2D Rep Playbook — Live Map On-Site
  1. Stand at prospect's door. Get their business name + city from GBP lookup.
  2. Open /functions/generate_competitor_map?business=NAME&vertical=VERTICAL&location=CITY+ST on your phone.
  3. The JSON response includes map_img_url — copy it or open it directly.
  4. Show prospect the map: "Here's your location (gold pin) and the three competitors outranking you right now (red pins)."
  5. Drop the map_img_url into the audit report before printing/emailing.
One-time setup: Add Mapbox secrets to CF Pages via wrangler — see MAPBOX_AUDIT_FEATURE_BUILD_LOG_20260531.md.