惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
宝玉的分享
宝玉的分享
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
H
Help Net Security
雷峰网
雷峰网
M
MIT News - Artificial intelligence
Microsoft Security Blog
Microsoft Security Blog
美团技术团队
GbyAI
GbyAI
博客园_首页
博客园 - 三生石上(FineUI控件)
T
Tailwind CSS Blog
I
InfoQ
小众软件
小众软件
Google DeepMind News
Google DeepMind News
D
Docker
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
博客园 - Franky
Hugging Face - Blog
Hugging Face - Blog

Vercel News

Vercel Open Source Program: Winter 2026 cohort How Notion Workers run untrusted code at scale with Vercel Sandbox How we run Vercel's CDN in front of Discourse From idea to secure checkout in minutes with Stripe Building Slack agents can be easy Scaling redirects to infinity on Vercel Advancing Python typing Gamma builds design-first agents with Vercel How Avalara turns pipe dreams into patent-pending with v0 Keeping community human while scaling with agents How OpenEvidence built a healthcare AI that physicians actually trust Security boundaries in agentic architectures Skills Night: 69,000+ ways agents are getting smarter Video Generation with AI Gateway We Ralph Wiggumed WebStreams to make them 10x faster How Stably ships AI testing agents in hours, not weeks How we built AEO tracking for coding agents Anyone can build agents, but it takes a platform to run them Introducing Geist Pixel The Vercel AI Accelerator is back with $6m in credits Making agent-friendly pages with content negotiation The Vercel OSS Bug Bounty program is now available Introducing the new v0 Run untrusted code with Vercel Sandbox, now generally available How Stripe built a game-changing app in a single flight with v0 How Sensay went from zero to product in six weeks AGENTS.md outperforms skills in our agent evals Agent skills explained: An FAQ Testing if "bash is all you need" AWS databases are now live on the Vercel Marketplace and v0
Deploy Summary Integration - Vercel – Vercel
2019-09-03 · via Vercel News

2 min read

Deeply integrate your

Today, we're introducing Deploy Summary, a Vercel integration to augment your workflow with our GitHub and GitLab integrations even further.

Deploy Summary analyzes your pull requests and merge requests, detects changed pages, and provides a detailed preview right next to your commits:

An example of a preview added by Deploy Summary on a pull request.

An example of a preview added by Deploy Summary on a pull request.

These previews include:

  • Screenshots of the changed pages, to quickly take a glance at the contents of the PR.

  • Direct links to the changed pages, for a finer grained review.

  • The URL of the deployment.

  • The commit SHA of the deployed commit.

Link to headingPersistent URLs

Since the URL does not change if a new commit is pushed, you only need to share it once with your team – they will see all future commits appear there.

This is especially useful if your project has a login system. In that case, you only need to log in once, because the domain (and therefore the session cookie) stay the same.

Link to headingGet started

To start using Deploy Summary, visit the integration's page and click "Add":

After clicking "Add", choose the account or the team where you would like to install Deploy Summary.

After clicking "Add", choose the account or the team where you would like to install Deploy Summary.

Once the integration is installed on your personal account or one of your teams, if you have not already done so, you will be invited to connect your GitHub or GitLab account:

If you haven't yet connected your GitHub/GitLab account, you will be asked to do so.

If you haven't yet connected your GitHub/GitLab account, you will be asked to do so.

Next, create a new pull request (GitHub) or merge request (GitLab) for your frontend (find the full list of supported frameworks here).

Once your branch is deployed, the deployment will be analyzed and page changes will be detected. If one of your pages has changed, a preview show up:

An example pull request with a preview provided by the Deploy Summary integration.

An example pull request with a preview provided by the Deploy Summary integration.

Link to headingConclusion

With Deploy Summary, you can now review pull or merge requests in a much faster way.

Aside from supporting more frameworks, we will also explore enhancing workflows even further: Imagine seeing Diff screenshots, lighthouse scores, or bundle sizes right on your pull or merge requests.

Anything unclear? Drop us a message!