It's a word chain game. One person starts with a word and the other person continues with a word that ends with the last letter of the previous word. It should have simple UI similar to Wordle by NYT. I have kinda gathered you could achieve this in Python without any APIs or frameworks by watching an old video but I was wondering if it would be worth it to try to implement it using something like Flask or Fast. I have a little experience with both of these in projects but they were assisted by AI. I want to try building this one by hand so what should I use for it? Should I build on the APIs experience of just try it in plain Python? Or perhaps there is another language that would make this easier.