Local auto repair shops and mechanics lose real money to a bad website: a slow page, a phone number nobody answers during a job, and no way to book a service online. So I built one they can actually use, and I'm giving it away free.
What it is
A single HTML file auto repair / mechanic website template. No React, no build step, no database, no dependencies. You open one file, change a few lines of config at the top, and you have a fast, mobile-first garage website.
- Live demo: https://aitoolsinsiderhq.com/free-auto-repair-website-template/live.html
- Source + docs (MIT): https://github.com/atlashey-collab/auto-repair-website-template
The part shops actually want: a working service-booking widget
Most "free templates" are just a pretty landing page. This one has a real booking flow baked in, no backend required:
- Pick a service (oil change, brake job, diagnostics, tires, etc.)
- Type your car make and model
- Choose a day
- Choose a time
- Enter your name
- It sends the booking straight to the shop over WhatsApp
Because it hands the request off to WhatsApp, there is nothing to host and nothing to pay for to receive bookings. The owner gets a clean message with the service, the car, and the time.
Why one file
- Zero hosting cost — drop it on GitHub Pages, Netlify, or any static host.
- Edit in 5 minutes — shop name, services, hours, phone, and colors all live in one config object at the top.
-
Fast by default — no framework, no render-blocking JS, valid
AutoRepairJSON-LD structured data so Google understands it's a local mechanic.
How to use it
- Grab the file from the repo.
- Edit the config block (business name, services, hours, WhatsApp number).
- Push it to any static host.
That's the whole thing. It's the 5th in a small series of free one-file local-business templates I've shipped (salon, restaurant, gym, dental, and now auto repair), all built on the same idea: a real booking widget, zero backend, zero cost.
If you run a shop or build sites for local businesses, take it, fork it, ship it. Feedback and PRs welcome.
Top comments (0)