Guides

The TextKit Blog

Practical guides on URL slugs, AI output cleanup, JSON validation, code style, and the workflows behind the tools.

AI Workflow · Data Study

Tokens per Word: GPT-5 vs Claude, Measured (2026)

Original dataset: exact tokens per word for GPT-5, GPT-4, and Claude across seven languages, code, JSON, and CSV, with the cost of a million words by model.

9 min read · Updated June 10, 2026
AI Workflow · Pillar

Text Summarizer: The Complete Guide (2026)

Extractive versus abstractive summaries, how frequency-based summarization works, when each is the right tool, how to pick a length, and the privacy case for local.

9 min read · Updated June 2, 2026
AI Workflow · Pillar

AI Prompt Templates: The Complete Guide (2026)

What a prompt template is, the four parts of a strong prompt, why reusable templates beat one-off prompts, how to write your own, and the techniques that raise quality.

9 min read · Updated June 2, 2026
Developer · Pillar

JSON to CSV: The Complete Guide (2026)

When to convert JSON to CSV and back, the structure that converts cleanly, the Excel delimiter trap, how quoting and escaping work, and the limits of nested data.

9 min read · Updated June 2, 2026
Writing · Pillar

Sentence Counter: The Complete Guide (2026)

How sentences are counted, what average sentence length says about your writing, how to fix run-on sentences, and why sentence length drives every readability score.

9 min read · Updated June 2, 2026
Writing · Pillar

Syllable Counter: The Complete Guide (2026)

What a syllable is, how to count syllables by hand and automatically, the 5-7-5 haiku rule, and how syllable count drives meter, songwriting, and readability.

9 min read · Updated June 2, 2026
AI Workflow · Pillar

Token Counter: The Complete Guide (2026)

What a token actually is, why GPT and Claude bill by it, and how to count tokens and estimate API cost before you send a single prompt. The browser-local way, with real tiktoken.

9 min read · Updated June 1, 2026
Writing · Pillar

Readability Checker: The Complete Guide (2026)

What Flesch Reading Ease, Flesch-Kincaid, Gunning Fog, and SMOG actually measure, what score to aim for, and how to lower the grade level of your writing without dumbing it down.

9 min read · Updated June 1, 2026
Reference · Pillar

TextKit: The Complete Guide to Browser-Local Text Tools

A long look at TextKit, the free, private, browser-local suite of text utilities for writers, developers, and SEOs. Thirty-three tools, forty-one long-form guides, and a single design principle: your text never leaves your machine.

14 min read · Updated May 26, 2026
SEO · Pillar

URL Slug SEO: The Definitive Guide for 2026

Clean slugs lift CTR up to 39%, signal topic to Google, and now influence whether AI search engines cite your page. The seven rules. And the mistakes that quietly tank rankings.

12 min read · Updated May 8, 2026
Reference · Pillar

Morse Code Translator: The Complete Guide (2026)

A morse code converter is a lookup table with audio attached. The 1844 origin, ITU vs American Morse, the PARIS WPM standard, audio synthesis, and where Morse still earns its keep in 2026.

10 min read · Updated May 17, 2026
Design · Pillar

Bold Text Generator: How Unicode Fonts Work (2026)

A bold text generator does not bold anything. It swaps each letter for a Unicode character that already looks bold. The mechanism, the seven styles, and where it breaks.

9 min read · Updated May 17, 2026
Reference · Pillar

Pig Latin Translator: The Complete Guide (2026)

How Pig Latin actually works. The two rules, the way vs yay vs hay variants, consonant clusters, the schoolyard history, and reverse-translation gotchas.

9 min read · Updated May 17, 2026
Developer · Pillar

Binary Code Translator: How Text Becomes Binary (2026)

How a translator for binary turns text into base-2 and back. The byte, the bit, UTF-8 vs ASCII, emoji, worked examples, and the encoding mistakes to avoid.

10 min read · Updated May 17, 2026
Design · Pillar

Invisible Text Generator: The Complete Guide (2026)

How invisible text actually works. The Unicode characters that look blank, where they paste cleanly, and where they get stripped.

8 min read · Updated May 17, 2026
Writing · Pillar

Character Count: The Complete Guide (2026)

What character count actually measures, where it matters (Twitter 280, SMS 160, meta description 155-160, Google Ads 30), why emojis and accents break naive counts, and the workflows that depend on getting it right.

10 min read · Updated May 17, 2026
Writing · Pillar

Random Word Generator: The Complete Guide (2026)

A random word generator is a word list plus a coin flip. The interesting part is what you do with the output: unblock a writing session, force a brainstorm sideways, build a Mad Libs prompt, or assemble a passphrase that survives a decade of brute force.

9 min read · Updated May 17, 2026
Design · Pillar

Lorem Ipsum: The Complete Guide (2026)

Where lorem ipsum actually comes from, why designers still use 500-year-old scrambled Latin, when it hurts the work, and the modern alternatives.

9 min read · Updated May 17, 2026
Writing · Pillar

Case Converter: UPPERCASE, lowercase, Title Case, and Sentence case

The five case conversions that cover 95% of needs: UPPERCASE, lowercase, Title Case, Sentence case, and capitalize-each-word, with the style-guide rules, the Unicode gotchas, and the spreadsheet and code patterns.

10 min read · Updated May 17, 2026
Email · Comparison

Email Extractor Online: Free Browser-Local Tools vs Paid Services

The phrase "email extractor" hides four different products with four different price tags and four different privacy postures. The right one is rarely the most expensive one, and rarely the first result on Google.

9 min read · Updated May 17, 2026
AI Workflow · Pillar

Text Tools for the AI Era

Every AI-generated document costs five minutes of cleanup before it ships. The twelve operations that matter, the workflow that compresses the tax to under a minute, and the small browser tools that do the work.

9 min read · Updated May 8, 2026
AI Workflow · How-to

How to Format ChatGPT/Claude Output for Production

Five steps to take rough AI output from chat to production. Strip preamble, fix tables, wrap lists, generate slugs, dedupe. The whole pipeline is under a minute once the tools are bookmarked.

7 min read · Updated May 8, 2026
Developer

Validating JSON in 2026: Browser vs VS Code vs jq

Three places JSON validation lives in 2026. Each one wins in a different scenario. The decision tree that fits on an index card, plus the trap that costs everyone a few minutes a day.

7 min read · Updated May 8, 2026
Writing

Blog Post Length: How Many Words Should You Write in 2026?

The 2026 sweet spot is 1,500–2,500 words for most content types. But only when every word does work. The data, the breakdown by content type, and the padding test that finds filler before Google does.

8 min read · Updated May 8, 2026
Developer

camelCase vs snake_case vs kebab-case: When to Use Each

Five case conventions, five contexts. The decision framework for choosing between camelCase, snake_case, kebab-case, PascalCase, and SCREAMING_SNAKE. With code examples.

6 min read · Updated May 8, 2026
SEO · How-to

How to Create a URL Slug

Six steps to turn any title into a clean, SEO-friendly URL slug. Or one paste into a generator. Worked examples for English, accented Latin, and mixed-content titles.

6 min read · Updated May 8, 2026
AI Search

URL Slugs in the Age of AI Search

Pages can rank well in Google and never get cited by Perplexity. The reason is the URL. And the asymmetry between the two systems is widening fast.

7 min read · Updated May 8, 2026
SEO

Dash vs Underscore in URL Slugs

Hyphens are word separators. Underscores are word joiners. Google's parser has treated them differently since 2008. And the rule still matters in 2026, especially for AI search.

5 min read · Updated May 8, 2026
Markdown · Pillar

The Complete Guide to Markdown Tables

The complete reference for markdown tables. Syntax, alignment, escaping, paste-from-spreadsheet workflow, and rendering differences across GitHub, Reddit, Notion, Obsidian, and Discord.

10 min read · Updated May 8, 2026
Email · Pillar

Email Extraction: The Complete Guide

How email extraction actually works. The regex, the obfuscation patterns, the deliverability check, and the legal limits.

11 min read · Updated May 8, 2026
Lists · Pillar

List Operations: The Complete Guide

The six list operations every workflow needs. Sort, dedupe, shuffle, prefix, suffix, reformat. With the tools and the patterns that compound the savings.

10 min read · Updated May 8, 2026
Markdown · How-to

How to Make a Markdown Table in 60 Seconds

Three steps from blank document to working markdown table. Hand-typed in a minute, pasted from Excel in ten seconds. The exact keystrokes, with worked examples.

5 min read · Updated May 8, 2026
Email · How-to

How to Extract Emails from Any Text

Three steps from raw text to a deduplicated email list. The browser shortcut, the command-line path, and the cleanup step most workflows skip.

5 min read · Updated May 8, 2026
Lists · How-to

How to Sort Lines Alphabetically

Five sort orders. Alphabetical, numeric, by length, reverse, random. And how to get each in the browser, Excel, or shell.

5 min read · Updated May 8, 2026
Lists · How-to

How to Shuffle Lines (Fisher-Yates)

Why Fisher-Yates is the right shuffle algorithm, the wrong shuffles to avoid, and when a uniform random permutation actually matters.

5 min read · Updated May 8, 2026
Lists · How-to

How to Add Prefix/Suffix to Each Line

Wrap every line with custom text. For HTML, markdown, JSON, SQL, or CSV. The five patterns and the cleanup step that matters.

5 min read · Updated May 8, 2026
Lists · How-to

How to Remove Duplicate Lines

Three edge cases break most dedup workflows. Case, whitespace, order preservation. The patterns that handle all three.

5 min read · Updated May 8, 2026
Lists · How-to

Format List for SQL/JSON/HTML

From plain list to SQL IN clause, JSON array, HTML list, or markdown bullets. With the escaping rules each destination needs.

6 min read · Updated May 8, 2026
Markdown · Reference

Markdown Table Cheatsheet

Every markdown table syntax pattern on one page. Alignment, escaping, line breaks, and the differences that matter across GitHub, Reddit, Notion, and Obsidian.

3 min read · Updated May 8, 2026
Markdown · Reference

Markdown vs HTML Tables

Markdown tables vs HTML tables. When to use each, the trade-offs, and the workflow for embedding raw HTML inside markdown documents.

6 min read · Updated May 8, 2026
Email · Reference

Email Regex Cheatsheet

Six email regex patterns side by side. Simple, RFC-strict, obfuscation-aware, plus the language-specific syntax differences.

5 min read · Updated May 8, 2026
Email · Comparison

Hunter.io vs Free Email Extractors

Hunter.io vs free email extractors. What each does well, what each doesn't, and the questions that decide which to use.

7 min read · Updated May 8, 2026

Bookmark the tools we write about

Every post links to the free TextKit tools that solve the problem in seconds. No signup, all browser-local.