Feedback Where the Work Actually Happens

Preview Deployments have long given teams a live, production-grade environment for every pull request. The missing piece was a way to discuss what you see on that screen without leaving it. Vercel's new commenting feature, now in Public Beta, closes that gap: anyone with access to a project can drop feedback directly on a Preview Deployment, at the exact spot where the issue or idea exists.

This means UI feedback no longer has to be routed through code-centric channels where visual context is lost. A comment on a preview can point at a specific element, component, or block of copy, and the whole thread lives in the deployment itself. For developers, that consolidates review notes in one place, tied to the artifact being reviewed.

Bringing Non-Developers Into the Review Loop

Extending commenting to all project stakeholders is a deliberate shift. Bug reporting and feature suggestions are no longer limited to those who can read code. Product managers, designers, QA, and other team members can engage with a deployable URL and give feedback in plain language, with full visual context.

Yuhan Luo, Engineer at dagster.io

The workflow is intentionally low-friction: share the preview link, and team members can comment on what they see. For more granular feedback, Vercel's Chrome extension lets users attach screenshots to any comment. The system also integrates with Slack, so discussion threads stay synchronized between the deployment and the chat channel — meaning a conversation can start in Slack and continue on the preview, or vice versa, without fragmenting the record.

Keeping Unresolved Issues Visible

Commenting also enables a process safeguard for pull requests. Teams can enable a non-blocking check on PRs that flags any open comments, serving as a reminder to address outstanding feedback before merging. This pairs code review with a lightweight UI review signal, all without blocking the pipeline outright.

The Public Beta can be enabled per project from the Vercel dashboard. Once active, every automatically-generated Preview Deployment becomes a shared review surface for the entire organization.