Wordle Solver
Algorithmic Wordle solver that ranks guesses by information gain. Pure browser-side JavaScript.
Launch demo
A Wordle helper that ranks every possible guess by expected information gain — the same entropy-based approach 3Blue1Brown popularised for Wordle. Type in your feedback so far (greens, yellows, grays) and the solver returns the guess that minimises remaining possibilities in the worst case.
Implemented as pure browser JavaScript with no server. The full English word list ships as a static asset; the entropy calculation runs in the user's browser.