DEV Community

Teratech Solutions
Teratech Solutions

Posted on

T3rnel Browser: an AI agent that runs in your signed-in browser, with CSS capture and full-page PDFs

T3rnel Browser is a browser extension + MCP bridge that turns the browser you are already signed into into an inspectable, automatable workspace for developers and their AI agents.

What it does

  • Hover over any element and copy its real CSS as Tailwind, styled-components, Emotion, CSS Modules, SCSS, or a JSX style object.
  • Capture full pages, including inner-scroll app shells like Claude, ChatGPT and most dashboards, and export as PNG, JPG, WebP, or dark/light-aware PDF.
  • Inspect React components under the cursor: props, hook state, and source position.
  • Clear forms in one click without breaking React's value tracker, or fill them with your own test form data.
  • Record and replay browser interactions: clicks, scrolls, keystrokes, form fills and navigation.
  • Export recorded flows as Playwright, Cypress, Puppeteer or Selenium test scripts.
  • Clear the cache and hard-reload the current page.
  • Stop infinite scrolling on feeds and release one more batch when you want it.
  • Give any MCP client access to a signed-in browser with a human approval gate and secret redaction — all local.

Why signed-in matters

Most browser automation launches a fresh browser. That browser has no sessions, no cookies, and no way through the login walls that protect real work. T3rnel runs inside the browser you already use, so the pages you are signed into stay signed in, and a human can see and stop anything the agent tries.

Pricing

Free forever for the core inspection, capture, markdown viewer, network/console capture, accessibility audit, record and replay, and base MCP tools. Pro is a one-time purchase for export formats, the full annotation suite, code generation and test-script export, the encrypted vault, DOM compression, the LLM firewall, live shadow testing and time-travel debugging.

Install it

Top comments (1)

Collapse
 
t3ratech profile image
Teratech Solutions

Hi DEV community — Tsungai here from TeraTech Solutions. We built T3rnel because we kept watching AI assistants ask users to copy cookies, install headless browsers, or spin up a second login just to get real work done. The browser you already trust already has your sessions, your extensions, and your preferences, so we made it programmable. Still learning how to explain "local-first MCP bridge" without scaring people away, but the feedback here is already helping.