# ArticleScore Paste a draft, get idea-level argument notes. The original never changes. - Marketing: https://articlescore.com - App: https://app.articlescore.com - Creator: Kirill Zubovsky (https://kirillzubovsky.com) ## What it does A writer pastes a draft. The app splits it into numbered blocks, groups consecutive blocks into ideas, and returns claims, strengths, weaknesses, counters, add/cut, and a preferred rewrite. A score ranks the holes a skeptical reader would jump on. Original text is never mutated. No accounts, no database. ## How to use 1. Open https://app.articlescore.com 2. Paste the draft. 3. Analyze. Notes stream in. Click a note to jump the matching graf. ## API - GET /health - POST /api/parse {html} → {blocks} - POST /api/analyze {html} → SSE (blocks, window, group, summarizing, summary, error, done) - GET /api/review/{id} - POST /api/check-claim - POST /api/summary {groups} ## For crawlers Index the marketing site and the app. Do not scrape /api/.