Word Cloud Generator
Turn pasted text into a colorful weighted word cloud, adjust its palette and word limit, and download the result. Runs entirely in your browser.
🔒 This tool runs entirely in your browser. Your files are never uploaded to a server.
Example shown — replace it with your own text.
Word cloud preview
How it works
- Paste text and choose a word limit, palette, and stop-word preference.
- The text is normalized and each unique word is counted.
- Word size is scaled by frequency, producing an immediate visual summary.
- Download the finished cloud as an SVG.
The weighting method
Each displayed size is proportional to that word’s frequency compared with the most frequent word.
Relative weight = word frequency ÷ maximum frequency
FAQ
Is my text uploaded?
No. Word counting, layout, coloring, and SVG creation all happen in your browser.
How is word size decided?
Each word is counted after lowercasing. More frequent words receive larger font sizes relative to the highest count.
What are stop words?
Stop words are frequent connector words such as “the”, “and”, and “of”. Ignoring them gives meaningful terms more space.
What format does it download?
The download is an SVG vector image that stays sharp at any size and can be opened in browsers and design applications.
How we compare
| Feature | Online Tool Store | WordArt.com | Spreadsheet charts |
|---|---|---|---|
| Text stays in your browser | ✓ | Cloud is created online | ✓ |
| Purpose-built cloud preview | ✓ | ✓ | × |
| Vector SVG download | ✓ | Export options vary | × |
| Advanced shape layouts | × | ✓ | × |
Choose this for a quick private frequency visualization and clean SVG. WordArt.com is more suitable when custom silhouette shapes are essential.