ckmtools / prosescore

ProseScore

Analyze your text's readability, sentiment, and SEO quality. 8 readability formulas, all running in your browser. Nothing leaves your machine.

Try it free →

Free tier available. Pro unlock: $9.99 one-time.

Everything you need to understand your writing

8 readability formulas

Every major readability index in one place, averaged into a single consensus grade.

  • Flesch-Kincaid Grade Level
  • Gunning Fog Index
  • SMOG Index
  • Coleman-Liau Index
  • Automated Readability Index
  • Dale-Chall Readability
  • Linsear Write Formula
  • Flesch Reading Ease (0–100)
  • Consensus grade — avg of all formulas

Deep content analysis

Go beyond grade level with analysis that helps you improve what you write.

  • AFINN-165 sentiment (positive / negative / neutral)
  • Keyword extraction with frequency and density
  • SEO content scoring with actionable suggestions
  • Extractive text summarization
  • File upload (.txt, .md)
  • Markdown report export
  • Analysis history

Privacy-first

Your writing never touches a server. All analysis runs locally in your browser.

  • Powered by textlens running client-side
  • No server, no API calls, no data collection
  • Works offline once the page loads
  • Dark mode, optimized for long sessions
  • Instant results — no waiting for a round-trip

Free vs Pro

Feature Free Pro — $9.99
Flesch-Kincaid grade level
Word count & reading time
Basic statistics
All 8 readability formulas
Sentiment analysis
Keyword extraction
SEO scoring
Text summarization
Markdown export
Analysis history
File upload (.txt, .md)
Unlock Pro — $9.99 one-time

One payment. No subscription. Yours forever.

How it works

Paste or upload your text

Type directly, paste from anywhere, or upload a .txt or .md file. No account required.

Get instant analysis

Readability grade, sentiment score, top keywords, and SEO suggestions appear immediately — all computed in your browser.

Export and compare

Pro: export a full markdown report, save analyses to history, and track how your writing improves over time.

Why writers choose ProseScore

8 readability formulas, not just one Every major algorithm — Flesch-Kincaid, Gunning Fog, SMOG, Coleman-Liau, ARI, Dale-Chall, Linsear Write, and Flesch Reading Ease — averaged into one consensus grade.
No monthly subscription One payment of $9.99 unlocks Pro permanently. No recurring charges, no usage limits, no expiry.
Zero data collection Your drafts, articles, and documents stay on your machine. Nothing is transmitted to any server. Ever.
Dark mode, built for writers A clean, distraction-free interface with dark mode default — optimized for long writing and editing sessions.

Built on textlens

ProseScore is powered by textlens, a zero-dependency TypeScript text analysis library available on npm. If you need readability scoring in your own project or CI pipeline, textlens gives you the same 8 formulas as a lightweight, type-safe package.

import { analyze } from 'textlens';

const result = analyze(text);
console.log(result.readability.consensusGrade); // e.g. 8.4
console.log(result.sentiment.label);            // "positive"

Start analyzing your writing

Free tier available immediately. No sign-up, no email, no credit card.

Open ProseScore →

Pro unlock: $9.99 one-time — all 8 formulas, sentiment, SEO scoring, export