Smooth Out English Prose
Read an English paragraph aloud, locate the phrases where you actually stumble, and test small revisions by rereading them.
When revising English prose, a writer pastes in a paragraph and reads it aloud first. The browser records, locally, where they pause, reread, swallow words, or run out of breath at sentence endings, then maps those vocal signals back to the relevant phrases. Instead of receiving a rewritten draft, the writer sees the syntactic turns where their own reading actually caught.
Opening a marker reveals only two small revision options, such as splitting a subordinate clause or moving the key verb earlier. The writer can choose either option or keep the original, then read the sentence again. The old and new recordings are aligned on the same sentence, so the writer can hear whether the change truly improved the rhythm rather than merely making the prose look more like a standard model answer.
After a paragraph is finished, the product builds a personal practice notebook from recurring issues: which sentences repeatedly lose momentum after prepositional phrases, and which stacks of abstract nouns prompt repeated rereading. Before the next writing session, the user can choose one issue for a one-minute warm-up, then begin revising. The original version and every choice are retained, so the writer can return to their own voice.
The first version handles English prose and short commentary, with a focus on rhythm obstacles revealed by reading aloud. It does not ghostwrite for the author, act as a grammar checker that reshapes every sentence into one voice, or judge reading quality based on accent.
Why now
On July 26, “How to Write English Prose” received 65 points and 35 comments on Hacker News; when observed on July 27, it ranked 15th. The discussion has brought the rhythm and syntax of English prose back into focus for writers, making the revision problem of “I cannot see what is wrong, but it catches when I read it” easier to recognize.
Target user
The core users are non-native English writers of prose, commentary, or application essays, along with native speakers who care about preserving a personal style. The best moment is after a first draft and before submission, when the grammar may be correct but the sentences still feel stiff. Pauses and rereads from reading aloud can turn that vague discomfort into specific phrases to revise.
Minimal entry point
The recording layer can use the browser’s getUserMedia and MediaRecorder APIs. For transcription, Transformers.js can run Whisper in the browser, reducing the need to send raw audio elsewhere. S1 Align the transcript with the original text at word level, and first flag long pauses, repeated passages, and restarted sentences. Sentence-ending breath can combine silence duration and volume envelope data, but only as a weak signal. A constrained language model generates candidate revisions, limited to splitting a sentence or moving the core verb earlier. The first version does not assess accents or swallowed words, and does not handle long-form writing. Audio, markers, and versions can be stored in IndexedDB and deleted by the user by default.
Punching above its weight
Find early users in English-writing communities, independent-writer newsletters, and advanced English-learning groups. Demonstrations should use the builder’s own paragraphs and publicly compare audio from before and after a revision of the same sentence. Short cases built around specific revision actions such as “read your writing aloud” are more likely to prompt an immediate trial. Shared pages should show only text and clips the user explicitly chooses to publish, rather than distributing private recordings by default.
Competitors & gaps
- Hemingway EditorGoogle
- Hemingway Editor already flags long, complex sentences and provides readability scores. Its paid features can also simplify sentences and adjust tone, length, and formality. S2 It is useful for quickly scanning a whole piece and finding common clarity issues. Its judgments still come from text features, not from how the writer actually reads aloud. It cannot tell which long sentence a writer can read smoothly and which short sentence causes a reread. Its suggestions can also steer prose toward general readability rather than preserving an individual rhythm. The opening here is to use real pauses to narrow down the problems, then limit revisions to the phrases that caused the stumble. Reread results can also validate a change instead of relying only on a new readability score.
- Microsoft Word Read AloudGoogle
- Microsoft Word’s Read Aloud uses a device’s text-to-speech capability to read documents. Users can adjust speed and voice and move back and forth between paragraphs. S3 This is useful for proofreading, since writers can catch omissions and repetitions by listening. But it plays a synthetic voice and does not record pauses from the writer’s own reading. A sentence a machine reads smoothly may still cause its writer to stumble at a syntactic turn. Word also does not align reread passages to the text or use them to suggest small revisions. This product can close the loop with recording, text alignment, and reread comparison. The point is not a more natural reading voice, but using the writer’s own voice as evidence for revision.
- GrammarlyGoogle
- Grammarly already covers spelling, grammar, clarity, concision, and tone suggestions. It can also rewrite paragraphs and provide reader feedback for a target audience. S4 These capabilities suit emails, academic writing, and everyday communication, and can quickly offer complete wording. Its feedback begins with the finished text and an intended reader, without requiring the writer to read aloud. It therefore struggles to distinguish sentences that are theoretically complex from those the writer genuinely cannot read smoothly. Its broader rewriting scope may also gradually standardize a writer’s prose voice. The opportunity here is to use voice first to constrain the problem, then show only two local options. A personal practice notebook should accumulate structures that repeatedly cause a slowdown, rather than generic grammar errors.
How it makes money
A freemium plan with a personal subscription. The free tier includes short-paragraph recordings, stumble markers, and limited rereads. A subscription unlocks unlimited paragraphs, a long-term practice notebook, version comparisons, and local data export.
The case against
Speech recognition may mistake accents, background noise, and natural hesitation for syntactic obstacles. If too many markers are wrong, writers may start doubting their voice instead of examining the text. Forced alignment can also drift when words are missed or a sentence is restarted, causing every subsequent suggestion to attach to the wrong place. An awkward reread does not necessarily mean a sentence is flawed; it may reflect emotion, fatigue, or deliberate rhythm. Browser-based models also create first-load and low-end-device performance pressure. Before investing further, validate that markers consistently identify revision points writers themselves recognize.