A CLI tool to quickly create browser automation applications using Browserbase and Stagehand.
- Quick project scaffolding from Browserbase Playbook examples
- Interactive CLI setup process
- Support for both OpenAI GPT-4 and Anthropic Claude models
- Configurable environment (Local or Browserbase cloud)
- Built-in DOM debugging features
- Flexible caching options
- Automatic environment variable configuration
npm install -g create-browser-app
npx create-browser-app
This project uses a Makefile
to automate the release process. You can run make run
to run the CLI and make release
to release a new version.