Free Tools You Can Embed on Your Website

Drop a Word Count Tool widget into any blog, course, or site. One copy-paste snippet, no signup, no API key required.

Word Counter

Real-time word, character, sentence and readability counter.

Get embed code

iframe (recommended):

Character Counter

Live character counter with platform limits.

Get embed code

iframe (recommended):

Pomodoro Timer

25-minute focus sessions with auto-break.

Get embed code

iframe (recommended):

Typing Speed Test

60-second typing test with WPM and accuracy.

Get embed code

iframe (recommended):

Reading Time Calculator

Estimate reading and speaking time for any text.

Get embed code

iframe (recommended):

Words to Pages Converter

Convert word count to pages by font and spacing.

Get embed code

iframe (recommended):

Pages to Words Converter

Estimate word count for any number of pages.

Get embed code

iframe (recommended):

Words to Minutes Calculator

Convert words into speech or reading time.

Get embed code

iframe (recommended):

Letter Case Converter

UPPER, lower, Title, Sentence, camelCase and more.

Get embed code

iframe (recommended):

Lorem Ipsum Generator

Classic Latin placeholder text generator.

Get embed code

iframe (recommended):

Word Frequency Counter

Top keywords, density, and stop-word filtering.

Get embed code

iframe (recommended):

Sentence Counter

Count sentences with smart abbreviation handling.

Get embed code

iframe (recommended):

Syllable Counter

Count syllables for poetry, songs, and readability.

Get embed code

iframe (recommended):

Paragraph Counter

Count paragraphs with smart blank-line handling.

Get embed code

iframe (recommended):

Random Word Generator

Random English words for prompts and games.

Get embed code

iframe (recommended):

Random Letter Generator

Random A–Z letters for games and drills.

Get embed code

iframe (recommended):

Reverse Text Generator

Reverse, mirror, or flip any text instantly.

Get embed code

iframe (recommended):

How to embed a Word Count Tool widget

  1. Pick the widget you want above and click Get embed code.
  2. Copy the snippet and paste it into your page's HTML where you want the tool to appear.
  3. That's it — the widget loads from our servers and updates automatically when we ship improvements.

Widget terms (the short version)

  • Free for any site, commercial or personal.
  • Keep the attribution link — it's how we know which sites use the widget and it's the only payment we ask.
  • No tracking beyond a UTM parameter on the attribution link. Your readers' text never leaves their browser.
  • Use any height/width the iframe accepts — but our recommended height for each tool is the default in the snippet.

For developers: programmatic access (free, no key required)

If you want the analyzer numbers without the UI, our REST API is open:

POST https://www.wordcounttool.com/api/v1/analyze
Content-Type: application/json

{"text": "Your text here"}

You get back the same JSON the widget computes — words, characters, sentences, paragraphs, syllables, six readability scores, top keywords. No API key required for non-commercial use. A soft rate-limit applies (~60 requests/minute per IP); for higher-volume use, contact us and we'll issue an API key.