Skip to content

Browser Panel

The Browser panel provides an embedded browser for viewing your running application directly within The Terminal. It’s not a full-featured browser — it’s optimized for developers previewing web applications during development.

  • Embedded web view — view your running app without leaving The Terminal
  • DevTools targeting — inspect and debug directly from the panel
  • URL tracking — automatically detects and displays the current URL
  • Refresh control — reload the page or clear cache

The Browser panel is designed to work alongside the Terminal panel. When you start a development server in a Terminal panel (e.g., npm run dev), the Browser panel can display it.

Right-click in the Browser panel to access developer tools:

  • Inspect Element — open DevTools Elements panel
  • Console — view JavaScript console output
  • Network — monitor network requests

The Browser panel header shows the current URL. This is particularly useful when:

  • Working with multi-page applications
  • Using dynamic URLs with routing
  • Testing authentication flows

The Browser panel is optimized for development preview. Some features may not be available:

  • Extensions — browser extensions are not supported
  • Multiple tabs — only one page at a time
  • PDF viewing — PDFs open in the system viewer
ShortcutAction
Cmd/Ctrl + RRefresh page
Cmd/Ctrl + Shift + RHard refresh (clear cache)
Cmd/Ctrl + /Filter/command palette