Settings

Theme

Show HN: Score any URL against a quality profile with one curl command

qed.systems

1 points by onebit0fme 17 days ago · 0 comments · 1 min read

Reader

I've been building a quality scoring API for text content. The idea: instead of writing rules for what good looks like, each profile is trained from examples of great and not-so-great writing. The profile then scores anything you throw at it, with per-trait scores.

Two profiles live right now — compelling READMEs and technical writing. Happy to train more profiles on request. Try it:

  curl -s https://qed.systems/p/qed.compelling-readme -H "Content-Type: application/json" -H "Accept: text/plain" -d '{"content":"https://github.com/astral-sh/uv"}'
Works with any public URL or raw text. No auth, no account. Also ships as an MCP server (claude mcp add --transport http qed https://qed.systems/mcp).

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection