Tip
claude --chrome turns frontend debugging into a real browser loop. Point it at localhost, let it read console errors and DOM state, then fix the code from the same session. Use Playwright when you need repeatable tests. Use Chrome when you need to see what is actually broken.