I have built a lightweight Flask web application featuring a binary evaluation system with 'Yes' and 'No' buttons and integrated AJAX to dynamically load new prompts without reloading the page, while storing user feedback in a CSV file. I enhanced the interface by splitting the prompt into two distinct boxes — one for the description and one for the seed words — styling the seed words in bold without a redundant label, matching the font sizes, and adding complementary border colours, all while retaining a hidden comment box for future feedback. Moving forward, I plan to expand the list of available prompts and transition to using SQL for storing the results.