2026-06-26
ๅฝๆฅ #10 TypeScript +196 โ today โ 19.7k
๐ ็ฝ้กตๅ JavaScript ไปฃ็๏ผ่ช็ถ่ฏญ่จๆงๅถ็ฝ้กต็้ข
็ฝ้กตๅ JavaScript GUI ไปฃ็๏ผ็จ่ช็ถ่ฏญ่จๆงๅถ็ฝ้กต็้ขใๆ ้ๆต่งๅจๆฉๅฑๆๅ็ซฏใ
# Page Agent
[](https://opensource.org/licenses/MIT) [](http://www.typescriptlang.org/) [](https://bundlephobia.com/package/page-agent) [](https://www.npmjs.com/package/page-agent) [](https://github.com/alibaba/page-agent)
The GUI Agent Living in Your Webpage. Control web interfaces with natural language.
๐ **English** | ไธญๆ
๐ Demo | ๐ Docs | ๐ข HN Discussion | ๐ Follow on X
https://github.com/user-attachments/assets/a1f2eae2-13fb-4aae-98cf-a3fc1620a6c2
---
## โจ Features
- **๐ฏ Easy integration**
- No need for `browser extension` / `python` / `headless browser`.
- Just in-page javascript. Everything happens in your web page.
- **๐ Text-based DOM manipulation**
- No screenshots. No multi-modal LLMs or special permissions needed.
- **๐ง Bring your own LLMs**
- **๐ Optional chrome extension for multi-page tasks.**
- And an MCP Server (Beta) to control it from outside
## ๐ก Use Cases
- **SaaS AI Copilot** โ Ship an AI copilot in your product in lines of code. No backend rewrite.
- **Smart Form Filling** โ Turn 20-click workflows into one sentence. Perfect for ERP, CRM, and admin systems.
- **Accessibility** โ Make any web app accessible through natural language. Voice commands, screen readers, zero barrier.
- **Multi-page Agent** โ Extend your own web agent's reach across browser tabs chrome extension.
- **MCP** - Allow your agent clients to control your browser.
## ๐ Quick Start
### One-line integration
Fastest way to try PageAgent with our free Demo LLM:
> **โ ๏ธ For technical evaluation only.** This demo CDN uses our free testing LLM API. By using it, you agree to its terms.
| Mirrors | URL |
| ------- | ----------------------------------------------------------------------------------- |
| Global | https://cdn.jsdelivr.net/npm/page-agent@1.10.0/dist/iife/page-agent.demo.js |
| China | https://registry.npmmirror.com/page-agent/1.10.0/files/dist/iife/page-agent.demo.js |
Add `?autoInit=false` to load the script without creating the demo agent automatically. You can then instantiate it with `new window.PageAgent(...)`.
### NPM Installation
npm install page-agent
import { PageAgent } from 'page-agent'
const agent = new PageAgent({
model: 'qwen3.5-plus',
baseURL: 'https://dashscope.aliyuncs.com/compatible-mode/v1',
apiKey: 'YOUR_API_KEY',
language: 'en-US',
})
await agent.execute('Click the login button')
For more programmatic usage, see ๐ Documentations.
## ๐ Awesome Page Agent
Built something cool with PageAgent? Add it here! Open a PR to share your project.
> These are community projects โ not maintained or endorsed by us. Use at your own discretion.
| Project | Description |
| -------- | ----------------------------------------------------------- |
| _Yours?_ | Open a PR ๐ |
## ๐ค Contributing
We welcome contributions from the community! See CONTRIBUTING.md for guidelines and docs/developer-guide.md for local development workflows.
Please read the maintainer's note on principles and current state.
Contributions generated entirely by **bots or AI** without substantial human involvement will **not be accepted**.
## โ๏ธ License
MIT License
## ๐ Acknowledgments
This project builds upon the excellent work of **`browser-use`**.
`PageAgent` is designed for **client-side web enhancement**, not server-side automation.
DOM processing components and prompt are derived from browser-use:
Browser Use
Copyright (c) 2024 Gregor Zunic
Licensed under the MIT License
We gratefully acknowledge the browser-use project and its contributors for their
excellent work on web automation and DOM interaction patterns that helped make
this project possible.
---
**โญ Star this repo if you find PageAgent helpful!**
๐ ็ฝ้กตๅ JavaScript ไปฃ็๏ผ่ช็ถ่ฏญ่จๆงๅถ็ฝ้กต็้ข
็ฝ้กตๅ JavaScript GUI ไปฃ็๏ผ็จ่ช็ถ่ฏญ่จๆงๅถ็ฝ้กต็้ขใๆ ้ๆต่งๅจๆฉๅฑๆๅ็ซฏใ