Ondrift – a Chrome extension that checks prompt clarity before you send

1 hour ago 2

I kept noticing the same pattern: ChatGPT/Claude didn't give a bad answer, I just asked a vague question. Missing the audience, the length, the constraints — then I'd re-prompt two or three times to get what I actually wanted. So I built a Chrome extension that sits next to the input box and, right before you hit send, scores how clear your prompt is and points out what's missing (audience, format, constraints, etc.), with a one-click rewrite you can take or leave. Works in ChatGPT, Claude, Gemini, Perplexity, and Grok No account, no signup. 10 free rewrites/day through a rate-limited Cloudflare Pages Function I run Bring your own Gemini API key for unlimited use — in that mode your browser calls Gemini directly, nothing touches my server Settings/history (optional) are stored locally in the browser only Manifest V3, source is on GitHub: https://github.com/Ondrift-labs/Ondrift-Extension Built solo, so there are definitely sites/editors it doesn't handle well yet — every AI chat site builds its input box differently (contenteditable divs, Lexical, ProseMirror, plain textareas...), which turned out to be the most annoying part of this by far. Happy to hear what breaks. Chrome Web Sto...

Read Entire Article