# iword-wasm-react
Real-time content filter demo using iword-rs WASM + React.
- Scans input as you type
- Highlights matched keywords by action key (BLOCK/ALERT/FLAG/...)
- Disables submit button when BLOCK word is detected
## Run
```bash
npm install
npm run dev
# open http://localhost:5173
```
## Build
```bash
npm run build
# output: dist/
```