Auto Team America Website¶
Repo: savvydealer-adam/ata-website · Path: C:/Users/adam/ata-website · Owner: Adam
Status: Live · % Done: 85 · Last commit: 2026-03-11
Deployed: Cloud Run (GCP savvydealer-website)
What it is¶
Marketing website for Auto Team America — a nationwide network of CPA firms serving 2,000+ automotive dealerships. Client site (not a SavvyDealer product), hosted on SavvyDealer infrastructure.
Why it exists¶
Client engagement: ATA needed a fast, modern marketing site with lead capture + events + member-firm directory. Built on SavvyDealer stack for easy maintenance.
How it works¶
- Frontend: React 18 + TypeScript, Vite, Tailwind, Radix UI
- Backend: Express.js (Node.js 20), serves prod static bundle
- Email: Resend API for lead notifications
- Bot protection: reCAPTCHA v3
- Content: static files in
content/, page components inclient/src/pages/ - Zod schemas in
shared/schema.tsfor form validation
What's done¶
- Live marketing site with lead forms
- Events page, member-firms directory, content pages
- reCAPTCHA v3 + Resend integration
- Cloud Build config deployed
What's next¶
- Ongoing content updates as ATA provides
- Analytics + conversion tracking refinement
- Optional CMS integration if ATA wants self-serve edits
Where the code lives¶
- Client:
client/src/(pages, components, lib) - Server:
server/index.ts(prod) +server/dev.ts - Routes:
server/routes.ts - Deploy:
cloudbuild.yaml+Dockerfile
Integrations¶
- Resend (transactional email)
- Google reCAPTCHA v3
- Uses the same stack pattern as stpetemitsubishi-sellyourcar and the
Sell-Us-Your-Cartemplate
Don't rebuild this — extend it¶
This is a client-owned marketing site. For new dealer marketing sites, use this stack as reference but spin up a fresh project from the Sell-Us-Your-Car template or savvy-demo.