Skip to content
All projects

WOW Product Image Finder

A small utility that fetches any Woolworths product's image straight from the CDN, given its product code.

GitHub Live site

The Woolworths Image Finder interface, a single product ID input and a Find Image button

The RF devices used in Woolworths' online department show pickers a product ID but no image. Finding the right item from just an ID, a name, and an aisle location is slow and error-prone, and the devices have no capability to display pictures.

I built this while working in Woolworths’ online department. Our RF devices showed only product IDs, so identifying an unfamiliar product meant guessing from a name and a location. This tool closed that gap: type the product code into your phone, and it resolves the image directly from Woolworths’ CDN and displays it instantly.

It helped me every day on the job, and countless colleagues who faced the same friction ended up relying on it too.

It’s also deliberately tiny: plain JavaScript, HTML, and CSS, deployed on Vercel. Sometimes the right amount of engineering for a daily problem is very little.

  • JavaScript
  • HTML
  • CSS
  • Vercel