[Amp](https://ampcode.com) provider for React Grab.
Amp provider for React Grab.
``bash`
npm install @react-grab/amp
The server runs on port 9567 and interfaces with the Amp SDK. Add to your package.json:
`json`
{
"scripts": {
"dev": "npx @react-grab/amp@latest && next dev"
}
}
> Note: You must have an Amp API key set via AMP_API_KEY environment variable.
Add the client script to your HTML:
`html`
Or import programmatically:
`ts``
import "@react-grab/amp/client";
- Follow-ups: Continue conversations with thread continuity
- Undo: Undo the last change made by Amp
- Streaming: Real-time status updates during execution
- Tool calls: See tool usage as it happens