You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is simply a proof of concept.
Browserbase aims not to compete with web agents, but rather to provide all the necessary tools for anybody to build their own web agent. We strongly recommend you check out both Browserbase and our open source project Stagehand to build your own web agent.
Getting Started
First, install the dependencies for this repository. This requires pnpm.
Building a web agent is a complex task. You need to understand the user's intent, convert it into headless browser operations, and execute actions, each of which can be incredibly complex on their own.
Stagehand is a tool that helps you build web agents. It allows you to convert natural language into headless browser operations, execute actions on the browser, and extract results back into structured data.
Under the hood, we have a very simple agent loop that just calls Stagehand to convert the user's intent into headless browser operations, and then calls Browserbase to execute those operations.
Stagehand uses Browserbase to execute actions on the browser, and OpenAI to understand the user's intent.
For more on this, check out the code at this commit.
Key Technologies
Browserbase: Powers the core browser automation and interaction capabilities
Stagehand: Handles precise DOM manipulation and state management
Next.js: Provides the modern web framework foundation
OpenAI: Enable natural language understanding and decision making
Contributing
We welcome contributions! Whether it's:
Adding new features
Improving documentation
Reporting bugs
Suggesting enhancements
Please feel free to open issues and pull requests.
License
Open Operator is open source software licensed under the MIT license.
Acknowledgments
This project is inspired by OpenAI's Operator feature and builds upon various open source technologies including Next.js, React, Browserbase, and Stagehand.
About
A template for building web agents with Stagehand on Browserbase