What problem does it solve?
page-agent eliminates the friction of manually clicking through complex web UIs by letting users control existing pages using natural language, grounded in the live DOM rather than screenshots.
Core Features & Use Cases
- In-page GUI agent (single script/embed): Load a single JavaScript bundle or npm package into your own site to interact with the current page.
- DOM-to-action without headless browser: Reads the DOM as text and performs actions like clicking buttons and filling fields.
- Natural-language copilot for SaaS and admin tools: Enables end-users to complete workflows such as “create an invoice” or “submit an expense report” across multi-step screens.
Use Case: Your B2B SaaS admin panel has repetitive navigation for onboarding and record updates; deploy page-agent so users can type “click login, fill username as John, then go to billing and create an invoice for Acme Corp”.
Quick Start
Load the demo script in your HTML page, open the panel in the browser, and instruct it with “click the login button, then fill username as John”.