Clearscope

clearscope.io

ALMOST

A weekend of work, and real gaps remain.

Content grading against the pages that rank: a term list, a target grade, and an editor that scores your draft as you write.

Promptfree, for everyone, and the only version there is
Build me the content grader I actually need instead of Clearscope.

Same category as any content optimiser, and the same honest constraint: **the term model is only as good as the corpus behind it, and you do not have their corpus.** What you can do is make the analysis transparent, which theirs is not.

STACK
- Node 20+ with Fastify, server-rendered HTML with a little vanilla JS
- SQLite through better-sqlite3, WAL mode
- Caddy in front

THE DATA MODEL
- topics: id, keyword, locale, sources_json, built_at
- terms: id, topic_id, term, idf, coverage, mean_count — coverage is the share of ranking pages containing it
- drafts: id, topic_id, title, body_md, grade, graded_at, snapshot_md
- grades: append-only, so an editor can see a draft improving rather than one number replacing another

BUILDING THE TERM MODEL
- Take the top ranking pages for the topic — pasted, or fetched where permitted — extract the main content, and compute term statistics across the set
- Include multi-word phrases up to three words; single words alone miss most of what a topic model is for
- IDF against a background corpus you keep locally; without it every page scores highly on 'the'
- **Store coverage per term, not just frequency.** A term in nine of ten ranking pages is a topic requirement; a term appearing forty times in one page is that page's obsession

GRADING, TRANSPARENTLY
- The grade is coverage-weighted: what share of the high-coverage terms does the draft use at all
- **Show the arithmetic.** The whole reason to build this rather than buy it is that a writer can see why the grade is what it is, instead of chasing an opaque letter
- Cap the contribution of any single term, so repeating one word cannot raise the grade. Otherwise you have built a keyword stuffing machine with a scoreboard
- Report the grade with the sample size behind it. Ten pages is a weak model and the interface should say so

THE WRITING SURFACE
- A plain markdown editor with the term list beside it, used terms struck through, and the grade recomputed on a debounce
- Group terms by coverage: essential, common, occasional. A flat alphabetical list is unusable
- A word count with the observed range from the ranking set, as a range

WHAT TO SAY OUT LOUD IN THE INTERFACE
- **A high grade is not a ranking.** It means the draft covers what the ranking pages cover, which is a floor and not an edge. The thing that ranks is the part none of them have
- Never let the tool suggest inserting a term into a sentence. That is how text becomes unreadable

WHAT MATTERS MOST
Visible arithmetic and a per-term cap. Transparency is the only advantage a homemade grader has over a bought one, and the cap stops it rewarding the wrong thing.

What you lose

  • A term relevance model trained on far more than you can gather
  • Editor add-ins for the tools writers actually use
  • A grade writers and editors already agree on as a standard
  • Search data collected legally and at scale

If you would rather not build

  • Surfer or another grader, if the corpus is what you are paying for
  • A TF-IDF script over pasted competitor pages
  • An outline written from reading the ranking pages, which beats both

The escape hatch

open source · no votes, no paid placement

Readability

$0

Main-content extraction so the term model is not full of navigation.

mozilla/readabilityfree · open source

natural

$0

Tokenising, stemming and TF-IDF in Node.

NaturalNode/naturalfree · open source

Why this verdict

our own opinion · changed only by a person

48/100

Verdict kinda at 48: the statistics are a day and the corpus is not. Building it yourself buys transparency, which is genuinely the strongest argument here.

History

tracked since 14 Aug 2026 · nothing is ever overwritten

Interest · last 30 days

Nothing recorded yet. This chart fills in once the page has visitors, votes or prompt copies — it will not draw a flat line to look busy.

Questions about Clearscope

answered from the record above

Is Clearscope free?

No — the plan we track is $189 a month. Essentials at $189/month with a monthly allowance of reports.

Can you replace Clearscope by building your own?

ALMOST. A weekend of work, and real gaps remain. Replacement score 48 out of 100, build time a weekend. Read what you lose before you decide.

How much does Clearscope cost?

$189 a month on Essentials — $2,268 a year. Recorded 14 Aug 2026.

What do you lose by replacing Clearscope?

A term relevance model trained on far more than you can gather; Editor add-ins for the tools writers actually use; A grade writers and editors already agree on as a standard; Search data collected legally and at scale. If any of those carry weight for you, keep paying.

Is there an open-source alternative to Clearscope?

Yes: Readability, natural. The prompt on this page is for when you want it your way instead.

Related entries

same category first, most replaced first

All 36 in Analytics

Not sending yet

Every week, something stops being worth paying for.

New verdicts, prices that moved, entries added. One email a week. Unsubscribe in one click. Nothing is being sent yet — your address is kept here, and the first issue is the first thing it is used for.

free forever · no tracking pixel · stored here, never passed to anyone

Esc