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

推荐订阅源

J
Java Code Geeks
腾讯CDC
M
MIT News - Artificial intelligence
Y
Y Combinator Blog
L
LangChain Blog
Vercel News
Vercel News
云风的 BLOG
云风的 BLOG
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog RSS Feed
The GitHub Blog
The GitHub Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog
P
Proofpoint News Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
IT之家
IT之家
A
About on SuperTechFans
H
Help Net Security

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
Introducing new developer tools in the Vercel Toolbar - V...
2024-05-23 · via Vercel News

4 min read

Learn about the new tools for accessibility, interaction timing, and Open Graph images—and the ability to use the toolbar in production.

Vercel’s Frontend Cloud is all about giving you and your team the tools to prioritize the user experience—so you can focus on what makes your product great and quickly iterate together with your team.

This collaboration hasn’t always been easy. Either you’re relying on screenshots or simulated experiences, or it requires separate infrastructure to spin up and maintain complex staging pipelines. It can waste weeks of developer time, and at larger organizations, it can mean spending up to 30% more just on the dev, test, and staging environments.

Vercel integrates deployments directly into your workflow. Whether you use GitHub, Azure DevOps, or your own CI system, Vercel automates the deployment process. Every change committed results in a live URL—a standalone environment to share with collaborators.

This approach allows for faster iteration, enabling you to ship smaller changes without dependencies across teams or branches. Additionally, it facilitates real-world testing across browsers and interactions, ensuring that you can experience your product exactly as your users would.

The Vercel Toolbar can be programmed to appear on any of your web pages in any environment.The Vercel Toolbar can be programmed to appear on any of your web pages in any environment.

The Vercel Toolbar can be programmed to appear on any of your web pages in any environment.

Beyond automating CI/CD, the Vercel Toolbar offers a suite of tools designed to enhance collaboration and streamline development. And today, we’re announcing some new additions:

  • Accessibility tool

  • Open Graph tool

  • Interaction timing tool

  • Toolbar in production extension

Link to headingEnhancing developer and user experiences

The Vercel Toolbar is designed to improve collaboration and support your efforts to enhance accessibility and optimize performance. By incorporating it into your workflow, you can prioritize the user experience, iterate quickly, and deliver flawless products.

Link to headingAccessibility audits

Accessibility is a critical aspect of web development, and Vercel makes it easier than ever to ensure usability and compliance.

The Vercel Toolbar automatically checks your deployments against Web Content Accessibility Guidelines 2.1 Level A and AA rules, grouping them by impact as defined by Deque axe. The accessibility audit reporting provides detailed information about failing elements and their associated rules, and you can turn on recording to track issues as you navigate the page.

The accessibility audit tool is available on any page of your website and groups issues by impact.The accessibility audit tool is available on any page of your website and groups issues by impact.

The accessibility audit tool is available on any page of your website and groups issues by impact.

Link to headingOpen Graph previews

The OG tool lets you see exactly how your OG cards will look on social platforms like X, Slack, Facebook, and LinkedIn.

This tool also provides information on any missing metadata your page needs to generate complete link previews.

The OG tool generates previews of social media link cards for any of your web pages.The OG tool generates previews of social media link cards for any of your web pages.

The OG tool generates previews of social media link cards for any of your web pages.

Link to headingInteraction timing tool

You can optimize your website's responsiveness and user experience by measuring and improving Interaction to Next Paint (INP). INP observes the latency of all click, tap, and keyboard interactions on a page, and reports on their durations.

A low INP means the page can consistently respond quickly to the vast majority of user interactions. Ensuring your pages respond quickly means providing your users with the best experiences and preventing them from exiting your site early.

The interaction timing tool allows you to see and optimize your website's responsiveness.The interaction timing tool allows you to see and optimize your website's responsiveness.

The interaction timing tool allows you to see and optimize your website's responsiveness.

Link to headingUsing the toolbar in production

Lastly, you can really customize your workflows by leveraging the toolbar in production with our new, zero-config Chrome extension. This means that if you encounter an issue, suggestion, or typo while using your site, you can quickly flag it.

Tools like INP, layout shift, accessibility audits, and feature flag overrides can now be evaluated on your live site, providing additional insights. When in production, the toolbar is only visible to team members, making it the perfect internal bug-reporting tool.

Link to headingThe toolbar toolkit keeps growing

These new additions join an already robust set of tooling:

  • Comments: Give feedback directly on deployments with the Vercel Toolbar. Comment on anything from pricing pages to documentation and add screenshots and emojis for context. Then, convert comments into tickets in your tracking system (Linear, Jira, GitHub, or Slack) so you can close the loop quickly.

  • Content: For teams using Vercel as the head for their headless applications, the toolbar provides a quick link to view and edit content in your CMS. When editable content is detected, a pencil icon appears, allowing you to link directly to that field in your CMS. Plus, you can toggle Draft Mode to preview changes before they go live—perfect for blog posts and landing page updates.

  • Layout shift: Identify and analyze layout shifts on your page, and get a summary of what caused the shift and how many elements were affected. You can replay and animate these shifts to see them again.

  • Quick links: Switch between branches on preview and production branches or navigate to other deployments, teams, and projects.

Explore the Vercel Toolbar today and experience truly collaborative iteration in your development. Visit our documentation to learn more and start enhancing your projects with Vercel's powerful tools. With Vercel, iterating on your product is no longer a separate step—it's a seamless part of your workflow.