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

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
量子位
T
Tailwind CSS Blog
Vercel News
Vercel News
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
Engineering at Meta
Engineering at Meta
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
D
Docker
博客园_首页
P
Proofpoint News Feed
月光博客
月光博客
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Martin Fowler
Martin Fowler
腾讯CDC
N
Netflix TechBlog - Medium
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

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
Default Production Domain - Vercel – Vercel
2019-10-31 · via Vercel News

1 min read

When creating a new project, it's important that the road to sharing a working production URL of your newly deployed code is as short as possible, with the least amount of friction.

With today's announcement, we're ensuring exactly that.

Link to headingNew Default Domain

By creating a new project, you will now automatically see a vercel.app domain with the name of your project and a random animal appear on your project's Domains tab.

For example, if your project is called "my-site", your default production domain could look like this:

The default production domain is automatically assigned to your deployments.

The default production domain is automatically assigned to your deployments.

Link to headingDeploying to Production

In order to deploy to production, push to your default branch with our Git integration or run vercel --prod with our command-line interface.

The first deployment in every newly created project is automatically promoted to production.

Link to headingEditing Your Domain

Even if you don't like your default production domain, that's not a problem. Changing your production domain is now as easy as clicking "Edit" and entering a new one:

You can edit the default production domain or add a custom domain.

You can edit the default production domain or add a custom domain.

Link to headingAPI Changes

The endpoints for creating a project and ensuring a project exists have been adjusted accordingly and will automatically provide you with a production domain.

To opt-in to this feature, you will need to use the latest version of the project endpoints.

Link to headingConclusion

With default production domains, you can deploy to production without having to set up a custom domain first.

This drastically decreases the time it takes for you to share a working version of your project.

Let us know what you think about this change!