Browser workflow studio

Turn repetitive browser work into a dependable system.

Scrape pages, transform data, branch logic, call APIs, schedule runs, and inspect every variable—without surrendering control of your browser data.

Local-first workflowsOptional site accessEncrypted secretsNo remote telemetry
A clear operating model

From page action to production workflow.

01

Capture

Record resilient page actions or choose elements visually.

02

Shape

Parse JSON, map fields, transform text, and iterate arrays.

03

Deliver

Send authenticated webhooks, download files, or call a reusable workflow.

Built for debugging

See what the workflow sees.

Test value-producing steps against the active page, inspect typed variables live, review response headers, and keep detailed run history with failure screenshots.

Live variablesrunning
heading        string   "Release notes"
items          array    [12 items]
currentIndex   number   4
apiResponse    object   { status: "ok" }
Simple plans

Start useful. Upgrade for reusable, connected workflows.

Free includes the complete browser-automation foundation. Pro adds convenience tools, portability, integrations, and unattended execution.

Free

$0

Build and run useful workflows manually in your browser.

  • Navigation, clicks, typing, selection, waits, and scraping
  • If/Then, Switch, iteration, JSON parsing, generators, and scripts
  • Local execution history and debugging
  • No schedules or target-page triggers
  • No workflow import or export
  • No text, date, or regex formatting helpers
  • No webhooks, Load CSV/text, or Set page text
Explore Free
Local AI with Ollama

Keep prompts on your machine.

Install Ollama, pull a model, allow the extension origin, then select Local Ollama in Settings.

ollama pull qwen3:8b
OLLAMA_ORIGINS=chrome-extension://* ollama serve

For tighter access, use your exact chrome-extension://EXTENSION_ID. Set the endpoint to http://localhost:11434 and model to qwen3:8b.

Local Ollamaprivate
Provider   Local Ollama
Endpoint   http://localhost:11434
Model      qwen3:8b
API key    Not required
Starter template kits

Learn advanced automation from working imports.

Separate importable kits demonstrate CSV iteration, file manipulation, date logic, pagination, JSON mapping, and multipart delivery.

CSV

Batch processing

Load rows, iterate customers, generate IDs, and populate a form.

DATE

Monitoring logic

Calculate reminder windows, assert results, and branch visibly.

API

Mapped delivery

Extract JSON paths, build typed payloads, and call a webhook.

Explore the complete studio

Every step, option, and example in one guide.

Open the feature guide