This website (https://easylaptopfinder.com) attempts to provide a simple UI to intake information about what someone needs and apply the results to a matching algorithm against a list of products. I think it’s cool because sites like Amazon have tons of options but very little in the way of an intuitive UI for people who don’t know what the heck a dedicated vs integrated GPU is or how much RAM they need to do their jobs.
Technically, this is just a single page app on static hosting. The product details come form a JSON file that I periodically refresh using the Amazon Product Advertising API (inspired by the diskprices site that was recently posted online!).
I am definitely still working out the kinks in a few different ways: handling different OS needs, improving the way I discover products and update prices/out-of-stock, figuring out weighting and sorting better, and other UI considerations (I’m definitely not a designer). Anyway, I would appreciate any thoughts you have on the site!