Skip to content
BoringKit
Text & Writing Kit

Text & Writing

Text Workbench

Measure, clean, transform, wrap, sort, deduplicate, find/replace, slugify, and convert markup in one browser-local text workbench.

Runs locally in your browser. No upload.

Paste input, choose an action, then copy or download the result.

Workbench modes

One browser-local surface for text measurement, cleanup, transforms, and markup conversion.

Text

Paste or edit the source, then run the tool.

Metrics report

Review the result, then copy or download it.

Result summary

Review the key fields below. Open developer details for the full raw JSON.

Characters
83
Characters No Spaces
71
Words
12
Sentences
2
Paragraphs
2
Lines
3
Developer details
{
  "characters": 83,
  "charactersNoSpaces": 71,
  "words": 12,
  "sentences": 2,
  "paragraphs": 2,
  "lines": 3,
  "bytes": 83,
  "estimatedReadingTime": {
    "minutes": 1,
    "seconds": 3,
    "wordsPerMinute": 225
  },
  "averages": {
    "wordsPerSentence": 6,
    "charactersPerWord": 5.92
  },
  "readability": {
    "longestSentenceWords": 7,
    "averageSentenceCharacters": 39.5
  },
  "keywords": [
    {
      "keyword": "simple",
      "count": 2,
      "densityPercent": 16.67
    },
    {
      "keyword": "tools",
      "count": 2,
      "densityPercent": 16.67
    },
    {
      "keyword": "everyday",
      "count": 1,
      "densityPercent": 8.33
    },
    {
      "keyword": "produce",
      "count": 1,
      "densityPercent": 8.33
    },
    {
      "keyword": "reports",
      "count": 1,
      "densityPercent": 8.33
    },
    {
      "keyword": "serious",
      "count": 1,
      "densityPercent": 8.33
    },
    {
      "keyword": "should",
      "count": 1,
      "densityPercent": 8.33
    },
    {
      "keyword": "still",
      "count": 1,
      "densityPercent": 8.33
    },
    {
      "keyword": "work",
      "count": 1,
      "densityPercent": 8.33
    }
  ]
}