Launch HN: Simplex (YC S24) – Browser automation platform for developers (simplex.sh)
Here’s a demo: https://youtu.be/7KpWJbOcm1Y
We’re excited to be posting on HN again! Back in January, we Show HN’d the earliest version of Simplex (https://news.ycombinator.com/item?id=42704160). We’ve now spent close to a year working with real customers, forward-deploying into their codebases, and building web agent systems for them from the ground up to understand what it takes to get agents working in production.
We built Simplex because we started seeing a pattern: companies would initially roll their own Playwright/Stagehand web automation solutions. This worked fine in the early prototype stages, but they’d quickly get overwhelmed with technical challenges as they productionized automations across all the websites their customers use.
As they scaled, they’d have to build and manage:
- Chrome infrastructure: You'll need remote browsers, extension support, browser settings for anti-bot detection/stealth, and a hundred more small fixes.
- DOM parsing: We’ve seen many web portals have really weird quirks (nested iframes, shadow DOM elements, dynamic loading, popups, unstable selectors, etc..) that are hard to parse with traditional/existing browser agents.
- Agent context engineering: Website state, user prompts, system prompts, past actions all take up a massive amount of context. Without managing this, agents can get caught in loops or take wrong actions.
- Caching/reliability: No matter how perfect your prompts are, it’s hard to guarantee consistency without caching/deterministic actions.
- Login/2FA: Solve captcha, fetch 2FA from email/text/Google Auth, encrypt/decrypt credentials to access portals blocked by login.
- Automation management: You’ll have to store all your prompts, scrapers, and agents, and find a way to make them reusable if you have the same workflows across different portals.
- User interface: Creating new workflows + debugging can take time. You’ll have to find easy ways to expose this to your engineers to make the process more efficient when you have hundreds of automations to build.
Simplex is a proper solution that handles all of the above for you. We offer both an UI/dashboard (which is what we use even as technical developers) and an extensive API for customers who are using Simplex in their existing AI agents. Our dashboard/API docs are here: https://simplex.sh/docs. We’d love for you to check them out!
You can get started for free with Simplex at (https://www.simplex.sh/) (you have to register to prevent abuse since we’re giving you a remote browser that connects to the internet).
Our first users have been AI companies across different industries like accounting, logistics/transportation, customer service, and healthtech. We’ve seen them:
- Fill out prior authorization forms on medical provider portals
- Download hundreds of PDFs from grocer portals across the US
- Automate and scrape structured data from traditional ERPs like NetSuite
- Submit bids/shipments on logistics/TMS portals
- Scrape lawyer/doctor license information across public government portals
- And more!
We’re excited to see more use cases as we open up the platform – this is our first time doing self-serve.
Wanted to end with a quick thank you to HN. The feedback on our first Show HN gave us confidence to steer our product in this direction, and has deeply shaped the last year...
12 comments
[ 7.1 ms ] story [ 30.3 ms ] threadIf you want to set up monthly billing in Coupa, you just manually create 12 invoices and schedule them out. Each time you have to retype all the account information from scratch, and there are a few landmine buttons on the page that will clear all the forms and make you start from scratch. I can't imagine the thousands of human hours lost every year to just filling out fields in Coupa.
As someone who has spent a LOT of my time in my career working on browser automation and testing, speed and cost was always key. Even with existing programmatic tools like selenium, playwright, cypress, etc speed and headfull hosting costs were already big issues. This seems orders of magnitude slower and more expensive. Curious how you pitch this to potential customers.
It really sucks to block an entire service, just because a few of its users can't control themselves. At the same time a lot of SaaS providers makes it impossible to report a single user/tenant and getting a paying user banned just isn't happening.