runlet / 01automate web workflows · build 0.4RunLet

Ask. Automate.
Scrape.

RunLet is a browser copilot that lives in the side panel — not a new tab, not a desktop app. Three modes in one sidebar. It reads the page with you, clicks through flows on command, and pulls structured data without leaving the site.

free · no account required · chrome web store
example.com/products
ModeScrape
§ 01 · Who it's for

Built for people
who work in tabs.

Four shapes of user, one sidebar. Everything runs on the page you're already on — not in a new tab, not on someone else's server.

01 / persona

Developers

Complex web automation for engineering teams.

use cases2
Automate E2E testing workflows
Scrape and extract API data from websites
02 / persona

Business Analysts

Repetitive web operations, daily.

use cases2
Monitor competitor pricing daily
Pull structured reports from dashboards
03 / persona

Business Owners

Daily process automation, no code.

use cases2
Manage e-commerce inventory across platforms
Collect customer feedback automatically
04 / persona

AI Enthusiasts

Privacy-first alternatives to commercial tools.

use cases2
Run local AI automation with privacy
Experiment with multi-agent workflows
§ 02 · Three modes

One sidebar.
Three different jobs.

01 / ask

Ask the page.

Chat grounded in the tab you're on. Quote selections, drop screenshots, pull in a second tab, or route through MCP tools.

askclaude-haiku · 14.4k
summarize methodology
reads abstract + §3 · 2.1s
→ cohort n=1,204 · p<0.01 · 3 arms
@logseq save
✓ synced to graph
02 / automate

Run it, step by step.

Describe a task, approve each step. RunLet clicks, types, and waits — you see every action before it commits.

automate3/7 steps · paused
01 ✓ open filters
02 ✓ set price < $80
03 ✓ sort by rating
04 ▸ click row 1 awaiting approval
05 · add to cart
06 · checkout
approve step · esc stop
03 / scrape

Extract, structured.

Point at a list page. Define the shape. Get a table, paginate through, export as CSV or send to a connected tool.

scrape128 rows · page 3/12
name · price · rating · stock
chair.03 · $249 · 4.6 · ok
chair.04 · $189 · 4.2 · low
chair.05 · $312 · 4.8 · oos
...
export csv · copy to notion
§ 03 · Features

Everything you need
to automate tabs.

Six features. One sidebar. From plain-English task writing to MCP-powered tool calls — all gated by approval, all grounded in the page you're already on.

01 / feature

Natural Language Automation

Just type what you want in plain English. No coding required.

Use cases
  • Fill out forms automatically
  • Search and navigate with natural language
  • Complete repetitive tasks
Natural language automation
#01
02 / feature

Smart Data Extraction

Extract tables, lists, and structured data automatically. Export to CSV or Excel.

Use cases
  • Extract product prices from e-commerce sites
  • Export tables to Excel
  • Collect research data
Data extraction
#02
03 / feature

Auto Summary

Summarize web pages automatically. No subscription fees. Complete control over costs.

Use cases
  • Quickly understand long articles
  • Summarize research papers
  • Get key points from news
Auto summary
#03
04 / feature

Multi-Tab Automation

Run tasks across multiple browser tabs seamlessly. Maintain context everywhere.

Use cases
  • Collect data from multiple websites
  • Compare prices across platforms
  • Coordinate multi-site workflows
Multi-tab automation
#04
05 / feature

MCP Protocol Support

Connect to Model Context Protocol servers. Extend AI capabilities with external tools, databases, and services while maintaining local privacy.

Use cases
  • Connect to databases
  • Integrate external APIs
  • Extend AI capabilities
MCP protocol integration
#05
06 / feature

Local Chrome Nano AI Model

Use Chrome's built-in Gemini Nano AI model completely free. No API keys required, runs entirely on your device with zero cost and maximum privacy.

Use cases
  • Privacy-sensitive tasks
  • Offline automation
  • Zero-cost AI automation
Chrome Nano AI local model
#06
§ 06 · Extensible

Bring your own tools.
Bring your own notes.

MCP — one WebSocket, any tool.

Run your local MCP host and RunLet picks up every tool it exposes. Scripts, file access, internal APIs — called from the side panel, approved per-step.

01filesystem · list / read / writeactive
02postgres · query / explainactive
03linear · issues / projectsactive
04custom · whoami.shidle

Integrations — Notion & Logseq.

Pipe summaries into your second brain. Notion (workspaces & parent pages), Logseq (local graph). More on the way — tell us which.

notion · team workspaceconnected
logseq · local graphconnected
obsidian · coming soonqueued
raycast · coming soonqueued
More integrations coming soon · view all →
§ 04 · Snippets

@-commands for the
things you do twice.

A snippet is a named prompt bound to a mode. Start typing @ in the side panel and they fuzzy-match. Edit inline, ship across devices.

#DescriptionCommandModeUsesLast run
01
Summarize the context
3–5 bullets, domain-aware prompt
@summarizeask922m ago
02
Pull facts from the open web
Fan out to 3 sources, cite each
@insightask4714m ago
03
Send to Logseq graph
Pipes current message to local Logseq
@logseqask141h ago
+ define your own in settings → snippets. they sync across every browser you sign in from.
§ 05 · Privacy · Firewall

Your pages stay on
your machine.

A built-in firewall gates which domains RunLet may read. Allow-list preferred, deny-list wins. Telemetry is opt-in and never touches page contents.

What runs locally

  • Firewall allow / deny rules — stored in browser only
  • Snippet library — synced, encrypted, recoverable
  • MCP bridge — localhost WebSocket, no egress
  • Chrome built-in AI (Nano) — fully on-device
  • Page parsing + selection — never persisted

What we never collect

  • Full URLs, page contents, selections
  • Screenshots, recordings, form inputs
  • Task instructions or prompts
  • Logins, tokens, session cookies
  • Anything a ToS wouldn't let us touch
§ 07 · Pricing

Simple pricing.
Token-based, no surprises.

Install free and run local models at zero cost. Upgrade when you need more tokens or priority support.

01 / tier

Free

$0/ month

Bring your own keys or Chrome Nano — free forever.

  • 500k token usage
02 / tier

Pro

$10/ month$12

Save $24 per year

  • 10M token usage
  • Unlimited scraper mode
03 / tier

Max

$25/ month$30

Save $60 per year

  • Everything in Pro
  • 30M token usage
  • Priority support
  • Early access to features
  • More integrations
§ 08 · FAQ

Things people ask,
answered honestly.

01

How do the AI agents work together?

RunLet uses a multi-agent system. The Navigator handles web interactions — clicking, scrolling, typing. The Planner creates strategies, breaks down complex requests, and adjusts plans based on progress. The Validator ensures tasks completed correctly. These agents talk over Chrome's messaging APIs and collaborate on complex work.

02

Which browsers are supported?

RunLet officially supports Chrome and Microsoft Edge. It may run on Chromium-based browsers like Brave, Opera, or Arc — we recommend Chrome or Edge for guaranteed compatibility. Firefox and Safari are not supported today due to different extension architectures.

03

What is MCP (Model Context Protocol) support?

RunLet speaks the Model Context Protocol — an open standard for wiring AI agents to external tools. Connect databases, APIs, file systems, internal services. All connections run locally in your browser. Configure MCP servers from extension settings.

04

Will it work on sites behind a login?

Yes — that's half the point. RunLet uses your existing session. Gmail, Linear, internal dashboards, staging environments. The firewall lets you pin which of those it's allowed to touch.