Hacker News new | ask | show | jobs
by yreg 279 days ago
Tangential: Do you have any recommendations for webdev LLM tools?

I would like to inspect some part of the DOM and chat about it with an LLM, including the CSS rules that are applied to each subnode in my selection.

1 comments

Chrome dev console has Gemini integrated as well. Otherwise pick any coding agent (Claude Code, Codex, opencode, ...) give it the Playwright MCP and ask away.