About Unscramble
The little word finder that fits in your pocketWhat is it?
Unscramble is a fast, private, browser-based word finder. Type a set of letters and it instantly reveals every word hiding inside them — useful for crosswords, Scrabble-style games, anagrams, and word puzzles.
Why it's fast
The whole dictionary loads once into your browser and is compressed into a minimal Directed Acyclic Word Graph (DAWG). Sharing prefixes and suffixes across words shrinks the index dramatically, so searches complete in milliseconds — even on a phone.
Built simply
- Plain HTML, CSS, and JavaScript — no frameworks, no build step.
- The dictionary ships compressed and decompresses in the browser.
- No accounts, no tracking, no server-side processing.
- The pencil-and-paper look is pure CSS and a bit of SVG turbulence.
The dictionary
The word list is a curated collection of common English words, filtered to words of two letters or more. It aims to be practical for word games, but it is not guaranteed to match any official dictionary — always check with the rules of the game you are playing.