Tested tool guide
Tested browser tools
Checked August 16, 2026
What Word Cloud Generator does, with a checked example
You paste or type text, and each distinct word is sized according to how often it occurs, then packed together into the chosen outline (rectangle, circle, or a custom shape) using the font, palette, and color scheme you pick. What trips people up most: word size reflects relative frequency within your own input, not any external importance score, so a 400-word paragraph with one word repeated 5 times will look very different from a 4,000-word document where that same word appears 5 times.
Worked example
A concrete input and expected output from the current implementation.
Input
apple banana apple cherry apple banana
->
Expected output
apple rendered largest (count 3), banana at medium size (count 2), cherry smallest (count 1)
The tool counts occurrences of each distinct word after merging case variants, and maps count directly to relative font size, so the word appearing three times is drawn largest.