Turning ideas into action
Once we knew what our solution needed to do—collate everyone’s preferences, fetch restaurant data, summarise reviews, and then pick the best option—we asked
ChatGPT for guidance on how to build it without wrestling with complicated local setups. We needed something that would be quick to prototype, accessible to anyone with a browser, and powerful enough to handle both data gathering and AI-driven summarisation.
Surprisingly, ChatGPT proposed an approach that ticks all those boxes. We ended up with an online environment for running code, a straightforward front end for user interaction, and two powerful services for pulling and summarising information. Best of all, it meant no local software installation or advanced coding experience was necessary—just a bit of curiosity and a willingness to learn.
Here’s the exact prompt we used to kick off ChatGPT’s suggestions (notice how we kept it broad, so ChatGPT could recommend the tools without us needing to know them by name):
"I want to create a simple online tool that helps a group of friends decide where to eat. It should collect everyone’s preferences, automatically look up local restaurants, summarise reviews, and recommend the best place. I'm not very experienced with coding, and I'd like to work in a free environment that doesn't require installations. What's a streamlined approach using easy-to-learn techniques and readily available tools for both the user interface and the AI aspects, focusing on rapid development?"
Tools suggested