What problem does it solve?
page-agent eliminates the need for users to manually click through complex web UIs by letting them control your page with natural-language instructions.
Core Features & Use Cases
- In-page GUI agent (DOM-only): Reads the page’s DOM as text (no screenshots) and performs actions like clicking and filling fields.
- Embeddable copilot: Ships as a single script tag or npm package so you can add an AI copilot to your SaaS/admin panel/B2B tool.
- Evaluation and accessibility: Helps developers evaluate UI copilots against different models and can improve accessibility by allowing natural-language operation.
Example: Let users type “click login, fill username as John, and submit” to complete a multi-step onboarding flow inside your existing web app.
Quick Start
Load the page-agent demo script in your HTML page and try typing an instruction for something visible on the page like “click the login button”.