EveryDev.ai
Subscribe
Home
Tools

3,484+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Kitesurf
    Kitesurf icon

    Kitesurf

    AI Browsers

    Cloudflare's stateless, highly scalable web browser built entirely on Workers, designed specifically for AI agents to render pages, take screenshots, extract HTML, and generate PDFs.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Kitesurf is available for free while in beta inside Cloudflare Browser Run, behind per-account limits.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Android
    Web

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI BrowsersBrowser AutomationAutonomous Systems

    Alternatives

    FellouLightpanda BrowserPerplexity Comet
    Developer
    CloudflareSan Francisco, CAEst. 2009$4.15B+ raised

    Listed Aug 2026

    About Kitesurf

    Kitesurf is Cloudflare's new browser built entirely on top of Cloudflare Workers, announced as part of Cloudflare's Agents Week. It is designed specifically for the Agentic Cloud — giving AI agents a real browser without the overhead of Chromium — and is available for free while in beta inside Cloudflare's Browser Run product.

    What It Is

    Kitesurf is a stateless, highly scalable, and cost-effective headless browser engine that runs as a set of Cloudflare Workers. Unlike traditional browser engines such as Chromium, which were built for human users, Kitesurf is optimized for what AI agents actually need: low memory consumption, low CPU cost, structured content extraction, and massive horizontal scalability. It speaks the Chrome DevTools Protocol (CDP), so any tool that can drive Chrome — Puppeteer, Playwright, chrome-remote-interface, or any MCP-compatible AI agent — can drive Kitesurf without modification.

    Architecture: Three Workers, One Browser

    The Cloudflare blog post describes Kitesurf's architecture as three cooperating Workers:

    • Engine: The only public-facing component. It handles the CDP WebSocket and HTTP REST APIs, stores session state, and coordinates the other components. All other components are stateless.
    • PageScript: Uses Cloudflare's Dynamic Workers to spin up a long-lived isolate per page or out-of-process iframe. It parses HTML and CSS using Blitz and Stylo (Firefox's CSS parser, both written in Rust), then runs JavaScript and WebAssembly inside the isolate. For eval() calls — which Workers don't natively support — Kitesurf runs Boa JS, an ECMAScript engine written in Rust, as a nested runtime.
    • PageRenderer: Generates pixels from the computed page objects using blitz-paint and Parley for text shaping. It fetches fonts and images from Static Assets, rasterizes everything into an image buffer, and returns JPEG, PNG, or PDF output to the Engine via Workers RPC.

    A fourth component, SandboxOutbound, handles all outbound network requests. Nothing else can touch the network directly — enforced by Dynamic Workers — giving Kitesurf strict per-page cookie isolation and CORS enforcement.

    Performance vs. Chromium

    According to Cloudflare's published benchmarks across a 14-URL corpus, Kitesurf uses significantly less CPU and memory than Chromium for common agentic tasks:

    • Screenshot: 3.1× less CPU, 4.7× less memory than Chromium
    • HTML extraction: 3.8× less CPU, 7.0× less memory than Chromium

    Chromium is faster on wall-clock time (approximately 1.7× faster) because its JIT compiler benefits from warm caches. Kitesurf's blog post notes that most of the wall-time gap comes from rasterization and JPEG/PNG encoding, which the team is actively optimizing.

    Web Standards Coverage

    The Cloudflare blog post states that Kitesurf passes 215,000+ Web Platform Tests (WPT) at launch, with hundreds of new passing tests added each week. Key areas with good coverage include CSS, DOM, HTML, selection, SVG, and XHR. The team uses a combination of WPT conformance testing and visual regression testing against real websites (comparing Kitesurf output to Chromium output using Puppeteer) to track compatibility.

    Kitesurf currently renders pages like TodoMVC (vanilla JS, React, Vue, Angular, Preact), Wikipedia, Hacker News, the Cloudflare Blog, and much of the Cloudflare dashboard. It does not yet support video playback, WebGL, bot-challenge TLS fingerprinting, or long authenticated sessions requiring persistent state.

    Connecting Agents via MCP and CDP

    Kitesurf exposes a CDP WebSocket endpoint. Any agent that speaks CDP can connect to it directly. The playground at kitesurf.cloudflare.app provides a public endpoint (wss://kitesurf.cloudflare.app/devtools/browser) that works without an API token. For production use via Browser Run, agents add browser=kitesurf to the existing Browser Run CDP endpoint and authenticate with a Cloudflare API token.

    The chrome-devtools-mcp package (open source, Apache 2.0, maintained by the ChromeDevTools organization) acts as the MCP bridge: it connects to the Kitesurf WebSocket endpoint and exposes browser tools to MCP clients such as Claude Code, Cursor, Gemini CLI, VS Code Copilot, OpenCode, and others.

    Update: Launch and Current Status

    Kitesurf was announced publicly in August 2026 as part of Cloudflare's Agents Week. The Cloudflare blog post notes the project started in May 2026 — approximately 12 weeks before the announcement. It is available for free while in beta inside Browser Run, behind per-account limits. The team states it plans to open-source Kitesurf once ready, with the goal of letting customers deploy their own version on their own Cloudflare accounts. Active development areas include broader CDP coverage, rendering fidelity improvements for screenshots and PDFs, additional WPT test coverage, and ongoing CPU/memory efficiency work.

    Kitesurf - 1

    Community Discussions

    Be the first to start a conversation about Kitesurf

    Share your experience with Kitesurf, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Beta (Free)

    Kitesurf is available for free while in beta inside Cloudflare Browser Run, behind per-account limits.

    • Stateless headless browser on Cloudflare Workers
    • Screenshot, PDF, and HTML extraction
    • CDP WebSocket endpoint
    • Public playground at kitesurf.cloudflare.app
    • MCP integration via chrome-devtools-mcp

    Capabilities

    Key Features

    • Stateless headless browser running entirely on Cloudflare Workers
    • Chrome DevTools Protocol (CDP) WebSocket and HTTP REST API
    • Screenshot capture (PNG/JPEG)
    • PDF generation
    • HTML extraction
    • Chrome DevTools injected in playground UI for DOM inspection, console messages, and network activity
    • Memory panel reporting WebAssembly footprint per isolate
    • Per-page cookie isolation and CORS enforcement via SandboxOutbound worker
    • Dynamic Workers-based page isolation for every page and OOPIF
    • Rust-based HTML/CSS parsing via Blitz and Stylo
    • JavaScript and WebAssembly execution per page isolate
    • Eval support via Boa JS ECMAScript engine
    • Workers RPC for inter-component communication
    • Compatible with Puppeteer, Playwright, chrome-remote-interface, and MCP clients
    • MCP integration via chrome-devtools-mcp package
    • Public playground with no API token required
    • 215,000+ Web Platform Tests passing at launch
    • 3-7x lower CPU and memory usage vs Chromium for agentic tasks

    Integrations

    Cloudflare Workers
    Cloudflare Browser Run
    Cloudflare Durable Objects
    Cloudflare Dynamic Workers
    Puppeteer
    Playwright
    chrome-remote-interface
    chrome-devtools-mcp
    Claude Code
    Cursor
    Gemini CLI
    VS Code Copilot
    OpenCode
    Blitz rendering engine
    Stylo CSS parser
    Boa JS ECMAScript engine
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Kitesurf and help others make informed decisions.

    Developer

    Cloudflare

    Cloudflare builds cloud platform services that help developers build and deploy applications at the edge. The company operates one of the world's largest networks spanning over 300 cities globally. Cloudflare provides security, performance, and serverless computing products including Workers, Pages, R2, and D1.

    Founded 2009
    San Francisco, CA
    $4.15B+ raised
    5,156 employees

    Used by

    beehiiv
    Wikipedia
    Hacker News
    Okta
    +1 more
    Read more about Cloudflare
    WebsiteGitHubLinkedInX / Twitter
    7 tools in directory

    Similar Tools

    Fellou icon

    Fellou

    An agentic AI browser that automates complex web and desktop workflows, conducts deep multi-source research, and generates traceable reports.

    Lightpanda Browser icon

    Lightpanda Browser

    Lightpanda is an open-source headless browser built in Zig, designed for AI agents and browser automation with ultra-low memory usage and fast execution.

    Perplexity Comet icon

    Perplexity Comet

    Comet is Perplexity's web-based product for searching and interacting with private and public knowledge using conversational AI.

    Browse all tools

    Related Topics

    AI Browsers

    Next-generation web browsers with native AI integration that provide intelligent browsing assistance, context-aware search, automated task completion, and enhanced web interaction through built-in AI agents and capabilities.

    16 tools

    Browser Automation

    AI-powered agents that autonomously navigate and interact with web applications to automate repetitive tasks, extract data, fill forms, and perform web-based workflows using intelligent understanding of page structure and content.

    120 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    373 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions