Skip to content

browserbase/create-browser-app

Repository files navigation

Create Browser App

A CLI tool to quickly create browser automation applications using Browserbase and Stagehand.

Features

  • 🚀 Quick Stagehand project scaffolding
  • 📦 Multiple pre-built templates from GitHub
  • 🎯 Configurable environment (Local or Browserbase cloud)
  • ⚡ Zero-config setup with sensible defaults
  • 🔧 TypeScript support out of the box

Installation

You don't need to install anything! Just run:

npx create-browser-app

Usage

Basic Usage

Create a new project with default settings:

npx create-browser-app my-project-name

Using Templates

Create a project with a specific template:

npx create-browser-app my-project-name --template example

Available templates:

  • basic (default) - Basic Stagehand project setup
  • example - General Stagehand example
  • cua-example - Computer Use Agent example
  • form-filling - Automated form filling
  • gift-finder - Gift recommendation finder
  • pickleball - Pickleball court booking
  • license-verification - Real estate data extraction
  • context - Browser context management
  • proxies - Browser proxy management
  • gemini-cua - Gemini 2.5 Computer Use Agent Example

Getting Started

After creating your project:

cd my-project-name
npm install
cp .env.example .env
# Add your Browserbase API key to .env
npm start

Learn More

About

CLI for npx create-browser-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7