This app was built at a family gathering using Claude Code, requiring nothing but English conversation to go from idea to working application. No code was written by hand.
The conversation started with a request for a Wordle helper web app with a modal-based UI for entering letter clues. After the first working version, the design was rethought entirely to match the actual Wordle grid layout — type letters into tiles, click to set colors.
Mobile support was then tackled: the keyboard wouldn't appear on phones because the tiles were divs, not inputs. A hidden input field was added, and color cycling was moved from click-to-cycle to Enter-key-to-cycle so that tapping a tile could both select it and bring up the keyboard.
The final iteration improved cursor highlighting with a white outline visible over any tile color and added full arrow key navigation for keyboard-only use on desktop.
Every feature — from the initial word list embedding, to the flip animation, to the mobile swipe detection — was described in plain English and implemented by Claude Code in a single conversation.
Built with Claude Code at a family gathering, March 2026.
Type letters · Enter to cycle colors
Gray = not in word Yellow = wrong spot Green = correct spot