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

推荐订阅源

博客园_首页
Blog — PlanetScale
Blog — PlanetScale
腾讯CDC
aimingoo的专栏
aimingoo的专栏
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans
J
Java Code Geeks
G
Google Developers Blog
N
Netflix TechBlog - Medium
Vercel News
Vercel News
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Blog of Author Tim Ferriss
罗磊的独立博客
GbyAI
GbyAI
小众软件
小众软件
大猫的无限游戏
大猫的无限游戏
WordPress大学
WordPress大学
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
Introducing the Deploy Button - Vercel – Vercel
2019-11-18 · via Vercel News

1 min read

Share your custom templates as one-click deployments.

As the author of an open source project or framework, one of your key focuses is making it as easy as possible for users to get started with your creation.

With the help of today's feature release, you can now reduce this entire process down to the click of a single button: The Vercel Deploy Button.

Link to headingWhat's new

To offer your users an easy way to deploy your code to production (and keep updating it afterward), you can now create your own Deploy Button.

After clicking "Deploy", you will be asked to confirm the destination and project name, under which a Next.js template from the Next.js examples list will be forked and deployed.

The interface for selecting the destination of your deployment.

The interface for selecting the destination of your deployment.

Link to headingCreating Git repositories

You might also want to create a GitHub or GitLab repository. To accomplish this, you only need to select the "Create Git repository" option on the Deploy button flow.

The interface for creating a Git repository for your new project.

The interface for creating a Git repository for your new project.

We will automatically create the Git repository for you, once you click deploy, and push the source files of your freshly created deployment.

Link to headingGet your own

Using the button for your own project is as easy as copying our default markdown snippet and replacing the URL of the Git repository:

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/project?template=https://github.com/zeit/now-examples/tree/master/nextjs)

A button that deploys the `nextjs` directory of the zeit/now-examples repository.

For an example written in HTML, make sure to check out the feature's documentation.

Link to headingConclusion

Our Deploy Button lets your users easily deploy your code to Vercel.

It is ideal for scenarios where customers have not interacted with our platform before, but works just as well if they already have an account.

With this release, we hope to empower open source maintainers and enable faster deployment workflows for the people enjoying their creations.

Let us know what you think about this change!