csvjson

Text Utilities

Text Utilities

Case conversion, slug generation, word counting, and placeholder text — the text manipulation tools developers and writers reach for every day.

When developers use these

Renaming API fields to match a coding convention

APIs return snake_case. Your codebase uses camelCase. The case converter handles both directions instantly — paste the field list and copy the converted output.

Generating slugs for blog posts or product URLs

Content teams write titles in sentence case. The slug generator produces the URL-safe version: lowercase, hyphens, no special characters. SEO-correct by default.

Checking content against a word limit

Social media posts, email subject lines, and meta descriptions all have character limits. Paste your draft and see the count update live — no guessing.

Filling UI mockups before real copy exists

Lorem ipsum keeps design reviews focused on layout, not content. Reviewers can't change what doesn't make sense — they focus on hierarchy, spacing, and flow.