{
  "slug": "count",
  "title": "word & character counter",
  "description": "Words, characters, lines, reading time, and word frequency.",
  "category": "text",
  "status": "live",
  "url": "https://aaronchartier.com/tools/count",
  "keywords": [
    "word count",
    "character count",
    "reading time"
  ],
  "privacy": "all computation is client-side; no input is transmitted",
  "pageApi": "window.__tools[\"count\"] — run(input), describe(); output in #tool-output"
}