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

推荐订阅源

Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
Vercel News
Vercel News
D
DataBreaches.Net
MongoDB | Blog
MongoDB | Blog
H
Help Net Security
小众软件
小众软件
美团技术团队
T
The Blog of Author Tim Ferriss
爱范儿
爱范儿
D
Docker
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
H
Hackread – Cybersecurity News, Data Breaches, AI and More
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
S
SegmentFault 最新的问题
云风的 BLOG
云风的 BLOG
B
Blog
雷峰网
雷峰网
The Cloudflare 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
Three Improvements to Project Creation & Git Integration ...
2020-12-18 · via Vercel News

2 min read

Projects are core to everything on your Vercel account. We’ve recently improved the developer experience by introducing three updates for projects. These apply to all users on Hobby, Pro, and Enterprise plans.

By improving how projects are created and connected to Git in Vercel, we expect a decrease in the time between project creation and deployment for all users and a reduction in complexity for some larger Vercel customers.

Link to headingProject-Level Git

Project-level Git mainly affects larger teams and agencies. We’ve enabled users to have multiple GitHub, GitLab, and/or Bitbucket connections to their Vercel account by moving the scope for Git connections from the account level to the project level. 

Different Projects can be associated with different git repositories.

Different Projects can be associated with different git repositories.

This means users can connect a Git namespace (i.e. a GitHub account or organization) to an individual project, allowing for a different Git connection on each project in their Vercel account.

Link to headingProject Creation

We’ve also updated the project creation flow so you can search for your existing repositories when creating a new project. This reduces the number of page loads you experience when importing repositories so you get to deployment faster.

Take a look at the way Git is integrated during the project creation phase. The component is interactive, so go ahead and give it a try:

Try out Vercel's newest way to create projects by connecting a repo or cloning a template.

Link to heading
Template Library

Also shown above, we’ve moved the template library to be part of the project creation flow (in case you don’t have an existing repository when creating a new project). Using templates is a great way to leverage the time of the developers who created them, reducing the time you spend on the basic components and pages of your project. 

We’ve recently added two advanced Next.js templates, Next.js Commerce and Virtual Event Starter Kit, which contain many advanced components and pages you can clone and fully customize. Click on "Browse All Templates" in the "Clone Template" container to find them.

We’re committed to continue enhancing your experience as a developer on Vercel, thank you for your support and feedback!