Free Online Text Tools — No Sign-Up Required
Analyse, format, convert, and write text in your browser — word count, readability scoring, Markdown editing, 14 case formats, placeholder text, and AI prompt optimisation.
Updated May 17, 2026
Word Counter
Readability & keywordsCount words, characters, sentences, and paragraphs live. Reading time, speaking time, Flesch readability score, keyword density, and 7-mode text case converter.
Text Case Converter
camelCase, snake_case & 14 moreConvert text to 14 case formats simultaneously — camelCase, PascalCase, snake_case, kebab-case, SCREAMING_SNAKE, Title Case, and more. Paste once, copy any format.
Lorem Ipsum Generator
Placeholder text, HTML-readyGenerate lorem ipsum placeholder text as paragraphs, sentences, or words. Control length, wrap in HTML <p> tags, and copy instantly. Classic opening phrase option.
Markdown Editor
Live preview & GFM exportWrite Markdown with a real-time GitHub Flavored Markdown preview. Toolbar shortcuts, localStorage auto-save, export as .md or standalone .html. 100% browser, no sign-up.
Diff Checker
Compare text & codeCompare two texts side-by-side with LCS-based diffing. Split, unified, and char-level inline modes.
AI Prompt Studio
Score, fix & optimize promptsScore your AI prompts across 8 quality dimensions, detect anti-patterns, optimize for ChatGPT, Claude & Gemini, use 23 expert templates, and save a personal prompt library. No API key needed.
Regex Tester
Test & debug patternsLive regex match highlighting, capture group table, replace mode with $1/$<name> references, 10 presets, and a quick-reference panel. All JS flags supported.
HTML to Markdown
Web pages & CMS exportsConvert HTML to clean Markdown instantly. Paste from web pages, CMS exports, or email templates. Full support for tables, code blocks, links, images, and lists. Copy or download .md.
Markdown to HTML
MD → HTML with live previewConvert Markdown to HTML instantly with live preview. Supports GFM tables, task lists, fenced code blocks. Copy HTML fragment or full page, download as .html file.
HTML / Markdown to PDF
Convert content to PDFConvert Markdown or HTML to a styled, downloadable PDF directly in your browser. Live split-pane preview, font and paper size controls. No upload, no sign-up, no watermark.
About this tool
About Text Tools
Writers, developers, and content teams constantly need to analyse, reformat, and convert plain text — counting words, comparing drafts, switching naming conventions, or preparing Markdown for publishing. Most tasks don't require a server at all. Every tool in this collection runs entirely in your browser and processes your text privately, with no data sent anywhere.
Word Count, Readability, and Text Analysis
The Word Counter goes well beyond a simple word count. It tracks words, characters (with and without spaces), sentences, paragraphs, and unique words in real time as you type. It computes the Flesch Reading Ease score and Flesch–Kincaid Grade Level, shows estimated reading time (at 200 wpm) and speaking time (at 130 wpm), and produces a keyword density table ranked by frequency. Useful for checking whether a blog post meets a word-count target, ensuring an essay is within a character limit, or assessing the readability level of marketing copy.
Markdown Writing and Conversion
The Markdown Editor provides a split-pane live preview with GitHub Flavored Markdown support — headings, bold, italic, strikethrough, tables, task lists, fenced code blocks, blockquotes, and inline HTML. A toolbar provides shortcuts for all common formatting, and the editor auto-saves to localStorage so your work is never lost on a page refresh. Export as a .md file or as a self-contained .html file.
HTML to Markdown converts web page source, CMS exports, or email templates into clean Markdown. Markdown to HTML converts Markdown with GFM tables and task-list checkbox support. HTML / Markdown to PDF combines a live split-pane preview with font, paper size, and orientation controls, then uses the browser's print engine to download a formatted PDF — no server involved.
Text Case Conversion
The Text Case Converter transforms any input into 14 formats simultaneously:
- camelCase, PascalCase, snake_case, kebab-case - SCREAMING_SNAKE_CASE, CONSTANT_CASE - Title Case, Sentence case, lowercase, UPPERCASE - dot.case, path/case, Train-Case, Swap Case
Each output has its own one-click copy button. Useful for renaming variables across language conventions, formatting heading text, or converting between naming styles when migrating an API or design system.
Diff Checking and Regex Testing
The Diff Checker compares two text blocks using LCS (Longest Common Subsequence) diffing. Switch between split view (side by side), unified view (GitHub-style +/- lines), and character-level inline highlighting. Useful for reviewing draft changes, comparing configuration files, or auditing content edits before publishing.
The Regex Tester provides live match highlighting with group and capture extraction, a flags panel (g, i, m, s, u), and a match summary table. Great for validating patterns before embedding them in code.
Content Generation and AI Tools
The Lorem Ipsum Generator produces placeholder text as paragraphs, sentences, or words, optionally wrapped in HTML p tags for direct use in design mockups. The AI Prompt Studio scores prompts across 8 quality dimensions — clarity, specificity, context, examples, output format, constraints, role definition, and chain-of-thought — without calling any AI API. All scoring runs locally against predefined rules, with 23 expert templates for ChatGPT, Claude, and Gemini.
Real-world uses
Common Use Cases
Got questions?
Frequently Asked Questions
Yes. The Word Counter computes the Flesch Reading Ease score (0–100 scale) and the corresponding Flesch–Kincaid Grade Level in real time. It also shows average sentence length, average syllables per word, reading time (at 200 wpm), speaking time (at 130 wpm), and a keyword density table for the top words by frequency.
AI Prompt Studio is a client-side tool that analyses your prompt text locally against a set of quality rules. It scores clarity, specificity, context, examples, output format, constraints, role definition, and chain-of-thought across 8 dimensions. It does not call any AI API — all scoring and suggestions run in the browser from predefined rule sets and 23 expert prompt templates.
The Markdown Editor uses the marked library with GitHub Flavored Markdown extensions. Supported syntax includes headings (H1–H6), bold, italic, strikethrough, inline code, fenced code blocks with language hints, blockquotes, ordered and unordered lists, task lists ([ ] and [x]), tables, links, images, and embedded HTML. The editor auto-saves to localStorage so work is never lost on page refresh.
Yes. Paste any HTML — from a browser view-source, CMS export, or email template — into the HTML to Markdown converter. It handles tables, code blocks, lists, links, images, headings, bold, italic, and inline styles. The output is clean Markdown you can copy or download as a .md file.
The Text Case Converter outputs 14 formats at once from a single paste: camelCase, PascalCase, snake_case, kebab-case, SCREAMING_SNAKE_CASE, Title Case, Sentence case, lowercase, UPPERCASE, dot.case, path/case, CONSTANT_CASE, Train-Case, and Swap Case. Each format has its own copy button.
Paste two versions of a text into the left and right panels. The Diff Checker uses LCS (Longest Common Subsequence) diffing to identify added, removed, and unchanged lines. Switch between split view (side by side), unified view (GitHub-style +/- prefix), and character-level inline highlighting to see exactly what changed at any granularity.
Yes. The HTML / Markdown to PDF tool provides a live split-pane preview and a Download PDF button. You can choose font family (Sans-serif, Serif, or Monospace), font size (11–18 px), paper size (A4, Letter, or Legal), and orientation (portrait or landscape). Clicking Download PDF opens a print window that you save using your browser's built-in Save as PDF option. No server is involved.
No. Every tool in this collection processes text entirely in your browser. The Word Counter, Diff Checker, Text Case Converter, Markdown Editor, Regex Tester, and all converters use standard JavaScript string APIs with no network requests. The AI Prompt Studio scores prompts locally using predefined rule sets — it does not contact any AI API.