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

推荐订阅源

云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
博客园 - 【当耐特】
H
Help Net Security
腾讯CDC
大猫的无限游戏
大猫的无限游戏
GbyAI
GbyAI
Last Week in AI
Last Week in AI
Jina AI
Jina AI
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
A
About on SuperTechFans
Apple Machine Learning Research
Apple Machine Learning Research
P
Proofpoint News Feed
Y
Y Combinator Blog
C
Check Point 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
Dashboard redesign - Vercel – Vercel
2019-11-20 · via Vercel News

3 min read

With the launch of Zero Config Deployments, Vercel made it easier than ever to deploy websites and applications. Now, we're bringing the simplicity of our developer experience to our web dashboard.

Creating new projects, importing existing code, managing domains, setting up redirects, inspecting deployments and functions, and managing teams has never been easier.

We are unveiling the next evolution of the Vercel Dashboard.

The new Vercel Dashboard.

The new Vercel Dashboard.

Link to headingDashboard Overview

This dashboard redesign is guided by invaluable feedback from our active customers. We want to make the most crucial project elements easily accessible to you:

  • Production and latest deployment status.

  • Project-level git repository connection.

  • Links to production deployments.

Link to headingEasily Import Code

With our GitHub and GitLab integrations, we now offer a streamlined approach to import and deploy projects with Vercel, directly from your dashboard. Once imported, your repository will be configured automatically so that you can push to deploy.

Automatically deploy a template or repository to Vercel

Automatically deploy a template or repository to Vercel

Link to headingProjects

For a quick glimpse of your projects, we now provide screenshots of your latest production deployments.

An overview of all your Vercel projects, accompanied with screenshots

An overview of all your Vercel projects, accompanied with screenshots

Link to headingProject Overview

We now highlight the two most important aspects of your projects: production deployment and preview deployments. Stay informed about your live production deployment, and see what your teammates are working on with a preview deployments list filtered by each member.

An overview of your live production deployment.

An overview of your live production deployment.

Preview Deployments from Git branches or deployed with Vercel.

Preview Deployments from Git branches or deployed with Vercel.

Link to headingDeployment Overview

To help debug your projects, logs are now incorporated into the deployment overview. Logs can now be filtered by a specific serverless function or build output and copied to your clipboard in a single click.

If the deployment is made with our GitHub or GitLab integrations, you will find relevant information about the git commit, author, branch, and repository.

The overview provides meaningful information about an individual deployment.

The overview provides meaningful information about an individual deployment.

Link to headingBrowser Tab Improvements

Like us, you probably have a lot of tabs open while you work. For a quicker overview of your projects, the tab icons and titles of our dashboard pages now contain more useful information.

On the deployment inspector, the status of your deployment is now reflected in the tab icon as queued, building, error, or ready.

Link to headingGit Integration for Projects

It's now easier than ever to link a code repository to your Vercel projects. Once linked, you can enjoy automatic deployments with shareable URLs every time you push a commit or open a pull request.

Select a repository from the project page to automatically deploy on every commit.

Select a repository from the project page to automatically deploy on every commit.

Link to headingProduction Domains

As part of Zero Config Deployments, you can now associate production domains with each of your projects in place of the alias field of vercel.json. This includes .vercel.app domains and any custom domains bought through Vercel or external services.

The interface guides you in setting up production domains for your project.

The interface guides you in setting up production domains for your project.

A valid production domain

A valid production domain

Link to headingMobile

With improvements to our development tooling and design system, we're ensuring that every part of our dashboard works well on both desktop and mobile so you can manage your deployments on the go.

The Vercel Dashboard on mobile.

The Vercel Dashboard on mobile.

Link to headingPerformance

We understand very well that any great user experience demands great performance.

For this redesign, we didn't just stop with UI improvements. We also invested heavily in enhancing the dashboard performance — decreasing the time to First Meaningful Paint by over 1.2s.

Here are a few steps we've taken to improve the performance of the Vercel Dashboard

  • Preconnect to our API, Assets, and Avatar origins.

  • Assign critical API calls higher browser priority to avoid blocking requests.

  • Memoize in our React components with the useMemo and useCallback hooks.

  • Adopt ReactDOM.unstable_batchedUpdates to reduce unnecessary re-renders by 20%.

  • Implement SWR to efficiently update dashboard data in realtime.

Link to headingConclusion

With a focus on providing better interactions with your projects and deployments, our new dashboard delivers improved speed, better performance, and more useful features. This redesign includes:

  • Dashboard overview.

  • Project-level repository connection.

  • Code import from source control.

  • Production domains process.

  • Performance enhancements.

We would love to hear your thoughts on our new dashboard! If you'd like to share feedback, ask questions, or just say hi, you can reach out to us over Twitter or Chat.

A special thank you to Ana Trajkovska, Arunoda Susiripala, Leo Lamprecht, and Timothy Lorimer for helping with making this release a reality.