The app
Word-guessing party game.
Word-guessing party game where the user sees a secret word and gives hints to the AI, which tries to guess it.
What's interesting
- Secret word displayed only in the widget; the AI never sees it.
- Turn-based flow using useSendMessage to pass hints back to the model.
- Timer and scoring managed client-side via createStore.