On the Chrome team, we have an interesting new origin trial for you to try in your apps: the Proofreader API: https://developer.chrome.com/docs/ai/proofreader-api.

❌ tyop → ✅ typo

```js
const proofreader = await Proofreader.create({
expectedInputLanguages: ['en'],
};

const proofreadResult = await proofreader.proofread(
'PLease tryt his API and let us knwo how it foes!',
);
```

It's powered by Gemini Nano internally and part of Chrome's #BuiltInAI / #WebAI effort.

The Proofreader API  |  AI on Chrome  |  Chrome for Developers

Improve your content readability and grammar with the Proofreader API.

Chrome for Developers
Ooops, quite some discussion on Hacker News: https://news.ycombinator.com/item?id=45115550. Some of it interesting, some of it benign.
For all that's holy, can you just leverage the Web, please? | Hacker News