Hey everyone! I’m Ahmed, co-founder of Intuned. Excited to share Selector Forge. Selector Forge is a free browser extension that uses AI to generate reliable CSS and XPath selectors. You can create one for a single element or for a list of elements. The selectors it creates are “semantic”, so they perform better when someone changes pages. Chrome DevTools’s “copy selector” (and similar tools) usually give you something brittle like #top > div.w-100.ph0-l.ph3.ph4-m > h1 > span, which breaks with the smallest layout change. Selector Forge aims for selectors that survive changes, for example: //div[@aria-label=”Showing weekly downloads”]//P[@aria-live=”polite”]. Why we built it: For the past few years we’ve been building Intuned Agent, a coding agent for browser automation. We quickly learned that selectors are the most delicate part of any browser code, and good selectors go a long way to making automation reliable. So we split out the selector construct into its own agent and let our main agent call it as a device. LLMs aren’t good at this by default, so it made a real difference to code quality. We thought this piece was useful on its own, so we packaged it as an extension. That’s what we’re launching today. Some details: Open source (code on GitHub) Works free for 200 selectors a month on Chrome and Firefox, unlimited on paid plans What’s next: Most developers are no longer writing this code by hand, so we want coding agents to call it directly on the CLI or MCP. Our roadmap is on GitHub. Links: Site: https://selectorforge.ai/ Chrome: https://chromewebstore.google.co… Firefox: https://addons.mozilla.org/en-US… Code: https://github.com/Intuned/selec… Demo Video:
Would love your thoughts, questions and feedback!
<a href