Browser extension for AI-generated resilient selectors
Browser extension to create reliable CSS and XPath selectors using AI. You can use it to create a selector for a single element or for an array of elements. The selectors it creates are meant to be "semantic" and more resilient to page changes! Extension is also open source on GitHub: https://github.com/Intuned/selector-forge
Hey everyone! I'm Ahmad, co-founder at 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 builds are "semantic," so they hold up better when a page changes. Chrome DevTools' "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 those changes, for example: //div[@aria-label="Showing weekly downloads"]//p[@aria-live="polite"].
Why we built it: For the past couple of years we've been building Intuned Agent, a coding agent for browser automations. We learned fast that selectors are the most fragile part of any browser code, and that good selectors go a long way toward making automations reliable. So we split selector creation into its own agent and let our main agent call it as a tool. LLMs aren't great at this by default, so it made a real difference in the code quality.
We figured this piece is useful on its own, so we packaged it as an extension. That's what we're launching today.
A few details:
Open source (code on GitHub)
Works on Chrome and Firefox
Free for up to 200 selectors a month, unlimited on paid plans
What's next: most developers aren't writing this code by hand anymore, so we want coding agents to call it directly over a 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: https://www.youtube.com/watch?v=5cz6zP0zR-Q
Would love your thoughts, questions, and feedback!
About Selector Forge on Product Hunt
“Browser extension for AI-generated resilient selectors”
Selector Forge launched on Product Hunt on June 22nd, 2026 and earned 111 upvotes and 11 comments, placing #10 on the daily leaderboard. Browser extension to create reliable CSS and XPath selectors using AI. You can use it to create a selector for a single element or for an array of elements. The selectors it creates are meant to be "semantic" and more resilient to page changes! Extension is also open source on GitHub: https://github.com/Intuned/selector-forge
On the analytics side, Selector Forge competes within Chrome Extensions, Open Source and Developer Tools — topics that collectively have 635.6k followers on Product Hunt. The dashboard above tracks how Selector Forge performed against the three products that launched closest to it on the same day.
Who hunted Selector Forge?
Selector Forge was hunted by Ahmad Ilaiwi. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
For a complete overview of Selector Forge including community comment highlights and product details, visit the product overview.