Clear search modes
The main solver finds exact anagrams: every input letter must appear once in the result. Word Finder searches for words that can be made from some or all available letters. The multi-word solver divides every input letter across exactly two or three words. Keeping these operations separate makes the results predictable.
Dictionary and scoring
The site uses open English spelling data generated from SCOWL/English Speller Database sources. Common and Extended modes trade familiarity and download size for coverage. These are general spelling lists, not licensed official Scrabble word authorities. Displayed points use familiar English-language tile values and exclude board placement, premiums, and game-specific rules.
Performance and privacy
Search code runs in a Web Worker in your browser, away from the interface thread. The solver fetches only the selected static dictionary; it has no application API that receives your letter input. Optional analytics is disabled until you explicitly allow it, and you can change that choice at any time.
