Remix.run Logo
yreg 3 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.

badlogic 3 days ago | parent [-]

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.