Sell Us Your Car (template)¶
Repo: savvydealer-adam/Sell-Us-Your-Car · Path: not cloned locally (GitHub only) · Owner: Adam Status: Active dev · % Done: 75 · Last commit: see GitHub Deployed: hosted instance at sellyourcar.savvydealer.com
What it is¶
Reusable template for "Sell Us Your Car" trade-in acquisition landing pages. Source of truth for the pattern — every dealer-branded Sell-Us-Your-Car site is forked from here.
Why it exists¶
Trade-in acquisition is a high-intent funnel every dealer wants. One battle-tested template (reCAPTCHA + Resend + form modal + booking + blog) that forks cleanly per dealer saves weeks per client.
How it works¶
- React 18 + TypeScript + Vite + Tailwind + shadcn/ui
- Express.js backend, in-memory storage (no DB required)
- Lead form modal with reCAPTCHA v3 validation
- Demo booking with date/time selection
- Resend API for lead notifications
- File-based blog (Markdown, no DB)
- SEO helpers with Schema.org structured data
- Replit Agent-optimized for fast customization
What's done¶
- Template repo stable and forking cleanly
- Hosted reference instance at sellyourcar.savvydealer.com
- Downstream instance live: stpetemitsubishi-sellyourcar
What's next¶
- Continuous template improvements that flow to forks
- Keep Replit-compatible per the Replit Warning (do not modify
vite.config.ts/server/vite.ts) - More dealer forks as sales books them
Where the code lives¶
- GitHub:
savvydealer-adam/Sell-Us-Your-Car - Hosted: sellyourcar.savvydealer.com
- Fork pattern: copy repo → rebrand (colors, fonts, logo from
savvy-demo/brand-guides/<oem>.md) → deploy
Integrations¶
- Resend (email), Google reCAPTCHA v3
- Brand guides from savvy-demo
- Downstream: stpetemitsubishi-sellyourcar (St. Pete Mitsubishi fork)
Don't rebuild this — extend it¶
For any dealer-branded Sell-Us-Your-Car funnel, fork THIS repo, rebrand, deploy. Don't build a trade-in landing page from scratch and don't fork a dealer-specific instance.
Note: not cloned to
C:/Users/adam/locally as of this writing — edit via GitHub or clone on demand.