Home / About
About Word Craftbox
Fifteen small tools, one shared dictionary, and a simple rule: every tool does one job well instead of one page trying to do everything badly.
Why one tool per page, instead of one big page
Most sites in this space bolt a word finder, an anagram solver and a Wordle helper onto the same cluttered page, all fighting for the same search box. Word Craftbox does the opposite: if you search for a Wordle helper, you land on a page built only for that — nothing to scroll past, nothing to configure first. The trade-off is that the site has fifteen separate pages instead of one clever one, and that's deliberate.
How the tools are actually built
Every tool on this site draws on the same underlying English word list and the same handful of shared JavaScript functions — the code that checks whether letters spell a real word is the same code whether you're solving an anagram or filling in a crossword pattern. What changes from page to page is the specific logic each puzzle needs: a Boggle solver has to walk a grid checking eight directions from every tile, a Wordle helper has to narrow a list down from three colours of clue, and a Pig Latin translator has to know which cluster of letters counts as a word's opening consonants. Sharing the dictionary keeps results consistent across tools; keeping the puzzle-specific logic separate is what keeps each tool actually solving the puzzle it claims to solve, rather than faking it with a generic search.
The privacy angle, properly explained
Every one of these tools runs entirely as JavaScript inside your own browser tab. When you type a rack of letters into the word finder, or paste a paragraph into the word counter, that text is processed on your device and the result is drawn straight back onto the page — it's never transmitted to a server, logged, or stored anywhere, because there's no server-side step in the process at all. That's not a policy decision that could change; it's a consequence of how the site is built. The one exception is the feedback form on the Contact page and at the bottom of every tool page — if you choose to type a message there and hit send, that message is emailed to us so we can read it, which is the only place on this site where anything you type is sent anywhere.
Who's behind it
Word Craftbox is built and maintained by one person, not a company — a side project that grew out of wanting a Wordle helper that didn't come wrapped in five unrelated tools and a wall of ads. New tools get added when there's a genuine gap worth filling, and the "got an idea?" box on every page goes to a real inbox that gets read, not a support ticket queue.
More on the legal side
For the specifics on data, cookies and advertising, see the Privacy Policy and Terms of Use. For bugs, tool requests or anything else, the Contact page has a form that goes straight to us.