Brocogni Alternatives
Similar projects and alternatives to brocogni
-
steel-browser
🔥 Open Source Browser API for AI Agents & Apps. Steel Browser is a batteries-included browser sandbox that lets you automate the web without worrying about infrastructure.
-
Puter.js
Puter.js - The Backend for AI-Generated Apps. One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.

-
-
nanobrowser
Open-Source Chrome extension for AI-powered web automation. Run multi-agent workflows using your own LLM API key. Alternative to OpenAI Operator.
-
openai-assistant-swarm
Introducing the Assistant Swarm. An extension to the OpenAI Node SDK to automatically delegate work to any assistant you create in OpenAi through one united interface and manager. Now you can delegate work to a swarm of assistant all specialized with specific tasks you define.
-
-
octocode
Code research platform for AI agents: local + GitHub search, LSP semantics, AST patterns, and compact context. one toolset as MCP or CLI
-
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

brocogni discussion
brocogni reviews and mentions
-
Show HN: Brocogni – MCP server that pre-computes Playwright selectors
Hi HN - I built Brocogni because I was frustrated that every time my AI agent wanted to generate a Playwright script, it had to re-learn the page from scratch.
@playwright/mcp returns ephemeral ref IDs (e5, e10) that expire per session. Great for live agent browsing, but useless for script export. The LLM must re-parse the AX tree and guess selectors — taking 2-3 attempts on average.
Brocogni pre-computes CSS/XPath/ARIA selectors server-side and embeds them in the observation output. The LLM sees 9 pre-filtered semantic nodes with persistent selectors, not 62-93 raw AX nodes. One-shot script generation.
We benchmarked the full observe→act→export workflow. PMCP costs $0.04/script across 3 attempts. Brocogni costs $0.01/script in one attempt. 81% savings at scale.
Check it out here -> https://github.com/hrshx3o5o6/brocogni
MIT, zero telemetry, no data leaves your machine. Would love feedback.
Stats
hrshx3o5o6/brocogni is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of brocogni is TypeScript.
