Playground

Write, Test, and Run

Browser Automation Scripts

An interactive environment with a built-in code IDE, sample scripts, and one-click execution against any browser profile. Supports Puppeteer and Playwright out of the box with full SDK and API access for Python and Node.js.

Code IDEPuppeteerPlaywrightSample ScriptsProfile ExecutionSDK & APIPythonNode.js

Zero configuration

The playground comes pre-loaded with all dependencies, autocomplete, and live console output so you start writing code immediately.

Run against any profile

Select a browser profile, hit run, and watch your script execute in a live cloud session with full VNC visibility.

Production-ready SDK

Everything you build in the playground can be deployed via the REST API or native SDKs with no changes to your code.

Developer tools

A complete environment for browser automation

script.js
Run
const page = await browser.newPage();
await page.goto('https://...');
const data = await page.evaluate();
Output: 247 records scraped

Built-In Code IDE

A full-featured editor with syntax highlighting, autocomplete, and error detection built directly into the dashboard. No external tools required.

cloud-session-a1b2c3
Live Browser Session
Isolated profile with unique fingerprint
Proxy: US - Chicago
Active

Puppeteer & Playwright Support

Write scripts in Puppeteer or Playwright with all libraries pre-installed. Switch between frameworks in a single click.

Process Map
Start
Intake Form
Qualified?
Yes
Book Call
No
Nurture

Sample Script Library

Start from pre-built templates for common tasks like data extraction, form submission, and navigation flows. Modify and extend as needed.

Browser Profiles
Sales Account 1
US - New York
Launch
Marketing LI
UK - London
Launch
IG Outreach
DE - Berlin
Launch

Run Against Browser Profiles

Select any configured browser profile and execute your script in a live cloud session with that profile's fingerprint, cookies, and proxy.

Sales KPIs
Calls Made
847 / 1000
Deals Closed
23 / 30
Revenue
$142K / $200K

SDK & API Access

Export scripts to production using the REST API or native SDKs. Trigger runs programmatically from your own backend with full documentation.

People Search
SaaS founders
Search
51-200US/UKSeries A+SaaS
J
James Liu
CEO at TechFlow
E
Emma Roth
Founder at DataBridge

Python & Node.js Code Samples

Copy-paste ready code samples in both Python and Node.js so developers can integrate browser automation into any stack in minutes.

script.js
Run
const page = await browser.newPage();
await page.goto('https://...');
const data = await page.evaluate();
Output: 247 records scraped

Interactive Environment

From idea to running script in under a minute

The playground gives you a live coding environment where every change is reflected in real time. Write your logic, pick a target profile, and hit run. Console output and VNC streams show you exactly what the browser is doing at every step so you can iterate without switching between tools.

cloud-session-a1b2c3
Live Browser Session
Isolated profile with unique fingerprint
Proxy: US - Chicago
Active

SDK & API

Move from prototype to production without rewriting

Everything you build in the playground uses the same API surface as the production SDK. When your script is ready, export it and trigger runs from your own codebase using Python or Node.js. Authentication, session management, and error handling are all documented with copy-paste examples.

Automate your browser workflows

Stop switching between tools. Start scripting in the browser.

Write, test, and deploy automation scripts from one interactive environment with zero configuration.