Inner Web SolutionsThank Claude

Vineham Auto — Instructions

A complete dealership site: a polished storefront plus a built-in Sales Console (back-office) for leads, inventory, test drives, fuel and more. It is a static build — it runs in the browser, with nothing to install on a server.

Heads-up: this is a modern web app, so it must be served — double-clicking index.html will show a blank page (that’s normal). Use the one-click preview below.

1 · Preview it on your computer

  1. Windows: double-click serve.bat. A small window opens and your browser shows the site at http://localhost:5500/. Leave the window open while viewing; close it (or press Ctrl+C) when done. (Requires Python — most computers have it.)
  2. Mac / no Python: open Terminal in this folder and run python3 serve.py — or drag this whole folder onto app.netlify.com/drop for an instant live link (nothing to install).

2 · The Sales Console (back-office)

The package includes a private dashboard for running the dealership — no separate install needed; it’s built into the same app.

  1. Open it: add #login to the address — e.g. http://localhost:5500/#login (or https://yourdomain.com/#login once published).
  2. Sign in: user Car1234   password Car1234!
  3. Manage: Overview, Leads, Sales, Inventory, VIN Decoder, Contacts, To‑Do, Test Drives, and a Fuel Tracker.
Demo login & data: the console ships with sample data and a demo password so you can explore right away. Data is saved in your browser — great for a single user / one device. Before launch we’ll change the password, and if you need shared data across staff/devices, a hosted database can be added — just ask.

3 · Put it online

  1. Open your hosting File Manager, or connect with an FTP app such as FileZilla.
  2. Go to your website’s root folder (often public_html or www).
  3. Upload everything from this package — index.html, the assets folder, and the images folder — keeping the structure exactly as it is. (The serve files and this page don’t need to be uploaded.)
  4. Storefront is live at https://yourdomain.com/ · Console at https://yourdomain.com/#login
Keep the files togetherindex.html, assets, and images must stay in the same folder. This build runs from your site’s root; for a sub-folder it can be re-exported — just ask.

What’s in this package

Good to know

Prepared by Inner Web SolutionsBuilt with Claude