###Problem Statement
There’s no easy way to verify AI-generated content from the browser.
Proposed Solution
- Create a Chrome/Firefox extension to verify selected text
- Highlights metadata + verification result
- Shows which model generated the content, if present
Alternative Solutions
- Copy/paste to a verification site (adds friction)
Use Cases
- News reader highlights quote and confirms it was AI-generated.
- Social media manager checks a comment before resharing.
Implementation Ideas
- JS extension using
TextEncoder + WASM verification logic
- Communicates with API or runs client-side only
Additional Context
Builds trust in social platforms and reader communities.