List Your Car
Canada's dual-intent car marketplace — sell it, rent it, or both.
listyourcar.ca ↗ Static HTML/JS · localStorage prototype · Netlify
Current state snapshot · 5 August 2026
- The entire dual-intent flow works end-to-end in the browser with localStorage standing in for a backend: create a listing (sell / rent / both), browse with filters, listing detail pages, inquiries and booking requests, and a unified dashboard inbox.
- Smart Estimate tells sellers what their car should fetch before they list.
- Seven city auction pages (Toronto, Vancouver, Montreal, Ottawa, Calgary, Edmonton, Halifax) are live as SEO groundwork.
- Forms post via Formspree; /rent and /sell redirects are configured.
Paths forward
Real backend, one city leaning
Auth, database, listings API — then launch one city properly. Recruit dealers first: they show up where inventory is, and sellers follow demand.
Stay a validated prototype
Keep it as proof of the flow until a launch partner or first dealer commits.
Requirements to update
The working checklist for the leaning path. Completed items move to the progress log below with the date they landed.
- Choose the backend (Supabase/Postgres or similar) and replace the localStorage adapter
- Add authentication for listers and dealers
- Pick the launch city and seed it with real listings
- Recruit 3-5 dealers to bid in the launch city
- Wire Formspree submissions into the real inquiry pipeline
- Keep the city auction pages publishing to build search equity
Progress log
Append-only. Each entry is a dated snapshot — when recommendations are adopted and the review runs again, the delta lands here.
- 5 August 2026 Baseline assessment
- Verified live (HTTP 200).
- Full flow works on localStorage; no backend; no real listings; city SEO pages live.