
ContextForge — Chrome extension that turns browser bugs into AI prompts | CoderF
Chrome 扩展:捕获浏览器错误和 API 流量,导出到 Claude 等编程工具。
coderfrommars · Product Hunt
ContextForge → AI Coding Context Your AI can write the code. It can't see your browser
完整作品展
技术栈
60 projects

Chrome 扩展:捕获浏览器错误和 API 流量,导出到 Claude 等编程工具。
coderfrommars · Product Hunt
ContextForge → AI Coding Context Your AI can write the code. It can't see your browser

在几分钟内跨设备和浏览器测试应用程序,自动捕获错误。
@vibe_and_go · X

AI成本、硬件、自动化和网站规划的浏览器本地计算器和工具。
@Erko95261453 · X

捕获UI元素及其代码上下文,与AI代理分享以调试视觉缺陷。
Loerei · HN
I found that describing where a broken UI is and taking screenshots for AI agents really sucks. I’m too lazy to explain an indescribable visual bug or capture a millisecond-long flash. I also don’t want to remember which file defines an element, whether it's right in the .tsx or a problem with the Parent Styles in .css. And even if you can point out the exact file, your agent still has to dig through thousands of lines of code to know what on earth you're yapping about. In a 7700-file monorepo like Cal.com, simply giving the right file in the prompt for your agent saves about 68.9% of execution time and 94.2% of the tokens your agent needs to digest. HoverSource gives all the needed information and further pushes it to -88.5% time and -94.5% tokens, basically skipping the entire digging session and jumping straight to reasoning and executing. The save is linear to how big your codebase is. I want to save tokens, but don’t want to spend my time and energy digging manually, and a junio

用于格式化、编码和数据转换的浏览器工具。
4seasons · V2EX
devfun.org - 开发者(网络)工具集合 ## 访问地址 https://devfun.org ## 主要功能 - 本机 IPv4/IPv6 网络检查及 IP 信息查询 - 站点可访问性检查(支持全球区域) - 代理检查及代理全球出口检查 - 各类编解码、格式测试、文本格式化、校验密钥生成、文本处理、转换工具 欢迎大家使用,提供建设性的建议和意见!

扫描 URL 检测 JS CVE、安全漏洞和隐藏追踪器。
@oldagencydev · X
Is this still an open offer?😂I'm launching and trying to get it out there. Free no-signup security scans of any URL to catch everything including vibe-coded app issues. Then paid plans for everything up to enterprise! Already using at my other company!

100+ 免费在线开发工具,用于代码格式化、解码、CSS 生成和正则表达式测试。
@suketudigital · X

向应用添加小部件,自动捕获用户报告错误时的截图、控制台日志和网络错误。
@markoradotme · X

Add a bug report widget in 30 seconds. It captures errors, user journeys and failed API calls — then AI analyzes your code and opens a pull request with the fix.
@syedarhamalii · X

通过文本提示自定义网页样式、布局和小功能的浏览器扩展。
alentodorov · HN
built it in spring 2026--ready to share today. use opus 4.8 to create css and js snipptes to style the websites you visit the way you want. make nytimes more print-like, hn more matrix, or just replace any mention of AI with the :poop-emoji" -- your call.

提供日常软件实用修复的浏览器工具,首先支持GitHub。
yusveng · HN
Workaround – Unstar GitHub Repos in Bulk

在无头浏览器中扫描网站以检测损坏的图片、控制台错误和布局问题,并获得即时AI修复建议。
u/Exciting_Pineapple52 · Reddit
I built a Playwright monitor after CI passed but the live UI was broken, would this be useful? AI-assisted development has made it much easier for me to ship changes quickly. The downside: I’ve seen CI pass while the live page still had issues that customers would notice first broken-images, console errors, layout shifts, and overflowing text. The lesson for me was that tests and logs are necessary, but they don’t always show what a real visitor sees after deployment. So I built Lampwatch