Back to demo

Chrome Built-in AI React hooks

@yudin-s/react-chrome-ai wraps Chrome Built-in AI APIs in React state and TypeScript types, so apps can show readiness, model download progress, streaming output, errors, and cleanup controls.

It includes Prompt API hooks for LanguageModel sessions and task API hooks for Summarizer, Translator, Language Detector, Writer, Rewriter, and Proofreader.

The package is browser-native: no API key, no backend, and no bundled model. Chrome owns model availability and downloads.

Links: npm, GitHub, live example.