NewSee everything we shipped in Launch Week 3
Blog

The Ferr blog

Launches, engineering notes, and hands-on guides for building browser agents, scrapers, and automations in the cloud.

Launch WeekJune 27, 2026

Launch Week v3: everything we shipped

Five days, five launches. Here is the full recap of Launch Week v3, from faster cold starts to Ferr Skills.

Read article6 min read
ProductJune 12, 2026

A simpler, usage-based pricing update

We are moving to pricing that tracks browser hours, so what you pay follows what you actually run.

Read article4 min read
EngineeringMay 29, 2026

Meet Atlas: the Ferr session runtime

Atlas is the orchestration layer that turns a single browser call into a managed fleet.

Read article7 min read
EngineeringMay 22, 2026

Ferr SDKs for Rust and Go

Typed, idiomatic clients for two languages systems teams live in — both wrapping the Sessions API.

Read article5 min read
ProductMay 15, 2026

Dedicated IPs for stable, long-running jobs

Route traffic through addresses you control, per project, and keep long crawls stable.

Read article4 min read
ProductMay 8, 2026

Stealth mode: browsers that look human

Fingerprints, header hygiene, and human-like timing, on by default so your browsers blend in.

Read article6 min read
ProductApril 30, 2026

Introducing Projects: organize your browsers

Group sessions, keys, IPs, and profiles under a Project so teams can share infrastructure cleanly.

Read article4 min read
GuidesApril 23, 2026

Building a durable research agent on Ferr

A walkthrough of an agent that researches for hours, survives restarts, and never loses its place.

Read article8 min read
ProductApril 16, 2026

Agent logs: see what your browser did

Structured network and console logs on every session, ready the moment something goes wrong.

Read article4 min read
ProductApril 9, 2026

Agent traces: replay every session

A scrubable timeline of everything a session did, with a link you can share with your team.

Read article5 min read
EngineeringApril 2, 2026

How modern anti-bot defenses actually work

Fingerprinting, behavioral signals, and challenge flows — a field guide to what blocks browsers today.

Read article9 min read
GuidesMarch 26, 2026

A beginner's guide to Ferr

From zero to your first cloud browser in a few minutes, with the code to copy.

Read article6 min read
ResearchMarch 19, 2026

We rebuilt the browser-agent leaderboards

A fairer, reproducible way to compare browser agents on real tasks.

Read article7 min read
ResearchMarch 12, 2026

An autopsy of a Claude Code deep-research run

We traced a long deep-research session step by step to see where the time and tokens went.

Read article8 min read
TutorialsMarch 5, 2026

Wiring Ferr and Resend into a daily newsletter

A weekend build: an agent that browses the web with Ferr and emails a digest with Resend.

Read article7 min read
CustomersFebruary 26, 2026

Dane's journey to Ferr

How one indie developer went from brittle local scripts to a fleet of cloud browsers.

Read article6 min read
GuidesFebruary 19, 2026

Eight ways to build a browser agent

A tour of the patterns teams use to put a real browser behind an LLM.

Read article10 min read
EngineeringFebruary 12, 2026

Errors are the interface agents actually read

If your API errors are vague, your agent will be too. A case for error messages written for machines.

Read article5 min read
GuidesFebruary 5, 2026

Give Claude Code a real browser

Add Ferr as a tool so your coding agent can open pages, click, and read the live web.

Read article6 min read
GuidesJanuary 29, 2026

The happy path for automating the web with Ferr

The smallest set of steps that gets a reliable automation into production.

Read article6 min read
GuidesJanuary 22, 2026

Headless browsers and cloud scraping, explained

What a headless browser is, why plain HTTP is not enough, and how to scale the whole thing.

Read article8 min read
ProductJanuary 15, 2026

Introducing Ferr Skills

Package a repeatable browser task as a named, versioned Skill your agents can call.

Read article5 min read
Launch WeekNovember 14, 2025

Launch Week v2: the recap

Everything that shipped during Launch Week v2, in one place.

Read article5 min read
Launch WeekNovember 10, 2025

Launch Week v2 begins

Five more days of launches. Here is the theme and what to expect from Launch Week v2.

Read article3 min read
ProductOctober 30, 2025

Mobile mode: emulate phones at scale

Render pages as a phone would, with the right viewport, touch, and user agent.

Read article4 min read
ProductOctober 23, 2025

More browsers, more regions

We expanded capacity and added regions so your sessions start closer to your targets.

Read article3 min read
CustomersOctober 16, 2025

How Notte runs its web agents on Ferr

A look at how the Notte team uses Ferr sessions to power their web agents.

Read article6 min read
IntegrationsOctober 9, 2025

Let your AI agent fill the forms with OpenClaw + Ferr

Combine the OpenClaw agent framework with a Ferr browser to automate real form flows.

Read article6 min read
GuidesOctober 2, 2025

Taking browser agents to production

The checklist we wish every team had before shipping a browser agent to real users.

Read article7 min read
ProductSeptember 25, 2025

Browser profiles: keep your agents logged in

Save cookies, storage, and auth state to a profile and reuse it across sessions.

Read article4 min read
ResearchSeptember 18, 2025

Benchmarking remote browsers

How we measure session start time, throughput, and stability — and what the numbers say.

Read article7 min read
EngineeringSeptember 11, 2025

Self-hosting Ferr Browser

Run the open-source Ferr Browser on your own infrastructure, from a laptop to a cluster.

Read article7 min read
TutorialsSeptember 4, 2025

Ship browser automation to users with Ferr and Convex

Store state in Convex, run browsers with Ferr, and give your users automations that just work.

Read article8 min read
ProductAugust 28, 2025

The Ferr CLI and agent skill

Drive Ferr from your terminal, and give your agent the same commands as a Skill.

Read article5 min read
IntegrationsAugust 21, 2025

Ferr is now a native browser provider in Hermes

Select Ferr as the browser backend in Hermes and get cloud sessions with no extra setup.

Read article4 min read
ProductAugust 14, 2025

The Ferr Node SDK

A typed, promise-first client for driving Ferr from Node and the browser.

Read article5 min read
ProductAugust 7, 2025

The Ferr Python SDK

The Pythonic way to launch and drive cloud browsers, with sync and async clients.

Read article5 min read
ComparisonsJuly 31, 2025

Ferr vs Browserbase: a practical comparison

How the two browser platforms differ on stealth, observability, openness, and pricing.

Read article8 min read
ComparisonsJuly 24, 2025

Ferr vs Kernel

Two takes on browser infrastructure for agents, compared on the things that matter in production.

Read article7 min read
GuidesJuly 17, 2025

Top 7 headless browser automations that actually work

Seven automations that reliably pay for themselves, with notes on how to build each.

Read article9 min read
TutorialsJuly 10, 2025

We gave Pi Agent a real browser

What happened when we connected the Pi agent framework to a Ferr session.

Read article6 min read
EngineeringJuly 3, 2025

WebRTC support comes to Ferr

Sessions now handle WebRTC, so audio, video, and real-time features work in a Ferr browser.

Read article5 min read
GuidesJune 26, 2025

What is a CAPTCHA solver?

A plain-language explanation of CAPTCHA challenges and how automated flows handle them.

Read article6 min read
EngineeringJune 19, 2025

Why browser agents fail in production

The failure modes that only appear at scale, and the patterns that prevent them.

Read article8 min read
EngineeringJune 12, 2025

Why we built Agent Traces

The debugging story that pushed us to record every session as a replayable trace.

Read article5 min read
EngineeringJune 5, 2025

Why we built inactivity timeouts

A small feature that quietly saves you money and keeps stuck sessions from lingering.

Read article4 min read