Free online text utilities for writers, marketers, and students. No sign-in required.
- Word Counter — Count words, characters, sentences. Keyword density, reading time, flow score.
- Remove Duplicate Lines — Remove duplicate lines while preserving order.
- Text Sorter — Sort lines A-Z, Z-A, by length, numerically, or randomly.
- Case Converter — Convert to lowercase, UPPERCASE, Title Case, Sentence case, aLtErNaTiNg.
- Remove Extra Spaces — Trim and collapse spaces and newlines.
- Slug Generator — Generate URL-friendly slugs from titles.
- Random Text Generator — Generate random strings with custom length and charset.
- Lorem Ipsum — Generate placeholder text in paragraphs, sentences, or words.
npm install
npm run devOpen http://localhost:3000.
npm run build
npm start- Next.js 14 (App Router)
- TypeScript
- Tailwind CSS
- Framer Motion
All text processing runs in the browser. No backend required.