Hey YC!
We’re Chris and Jorrie, cofounders of BrowserBook.
We make it trivial for developers to write reliable web automations.
BrowserBook is an IDE that puts all the tools automators need in one place, so the iteration loop to write, test, debug, and deploy web automations is significantly reduced. It combines:
And, once you’re done writing your script, you can deploy it and trigger it via our public API. It’s super easy!
Yes, and we’re not using them. We built BrowserBook because of the shortfalls we experienced with browser agents and the pain of actually writing reliable scripts. At a very high level, in the AI world you can take two approaches to web automation - write scripts, or use browser agents.
Which leads us to…
Sometimes we need machines to interact with web pages, which are made for humans.
This is basically the whole challenge. There’s a lot of reasons we might want machines to poke around on the web:
We tried browser agents in our pre-pivot days to automate healthcare workflows. They mostly didn’t work; they were an order of magnitude more expensive than scripts, slow because of all the context they needed, and tended to drift when workflows got complex. When they did drift, fixing them was just tedious prompt-massage and trial-and-error.
We ended up giving the agent a library of scripts to execute, and came to realize scripting was simply the better solution for reliable enterprise workflows; they’re deterministic and therefore inherently debuggable, not to mention their cost and speed advantage. They with a host of issues though:
So we built BrowserBook to solve those issues.
Run code piecemeal - if you’re fixing a breakage 2/3rds of the way through your script, you shouldn’t have to run the whole thing every time you test it. We took inspiration from Jupyter notebooks and allow you to run code cells independently, while maintaining context and state:
No more digging for selectors - tell the coding assistant what to do and it’ll implement the automation logic in Playwright:
Built-ins for the hard stuff - want to take a screenshot? Log in to a website with 2FA? Extract data? We’ve got built-ins for those, ready to go out-of-the-box.
Accessible via API - if you need to execute your automation via an agent you’re building, scheduled via a cron job, or as a part of your application, you can trigger automations remotely and watch the playback in-app or via our artifacts API endpoint.
Try it out! If you:
BrowserBook is available for download for Mac users on our website, and if you’d like you can book a demo here.
Additionally, if you know individuals, startups, or teams at larger companies working on browser automations, we’d love to meet them!