Tested tool guide
Tested browser tools
Checked August 16, 2026
What Word Cloud Designer does, with a checked example
This tool takes text you paste in - an article, survey responses, a list of tags - or an explicit list of word:weight pairs, and turns it into a word cloud where size reflects frequency or the weight you supplied. You choose a palette, a font, and an outline shape (circle, heart, or a custom silhouette) that the words are packed into, then export the result as an image. The part people miss: plain-text mode silently drops common stop words like 'the' and 'and' before counting, so a word that looks important in your source text can vanish entirely unless you switch to explicit weight pairs.
Worked example
A concrete input and expected output from the current implementation.
Input
cat cat sat on the mat, the cat ran and the dog sat
->
Expected output
cat=3 (largest), sat=2 (medium), mat=1, ran=1, dog=1 (tied smallest)
Stop words 'on', 'the', and 'and' are removed before counting, leaving five content words; their raw occurrence counts in the remaining text set the relative sizes, with cat ranked largest at 3 occurrences.