# Vercel Workflows trace viewer now has a minimap

DevFeed: [Vercel Workflows trace viewer now has a minimap](<https://devfeed.tech/articles/vercel-workflows-trace-viewer-now-has-a-minimap-1190.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/vercel-workflows-trace-viewer-now-has-a-minimap>)

Author: Mitul Shah

Published: 2026-07-15T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [vercel](<https://devfeed.tech/tags/vercel.md>), [workflow](<https://devfeed.tech/tags/workflow.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

## AI overview

Vercel Workflows' trace viewer now includes a minimap that displays an entire run in one view and supports panning, zooming, selecting sections, jumping to points, scrolling, and keyboard navigation. The feature is available on Vercel and locally through the Workflow SDK.

## Source excerpt

The trace viewer for Vercel Workflows now has a minimap that shows the entire run in one view. Drag the viewport to pan, resize it to zoom, or drag across the minimap to select a new section. Click anywhere on the minimap to jump to that point, or scroll and use arrow keys to step through the run. The minimap is available in the trace viewer on Vercel and locally through the Workflow SDK with npx workflow@beta web. Learn more about Vercel Workflows and the Workflow SDK. Read more