Cloudfest Conference 2025

Use code HH20 for 20% off an event ticket!

Yesterday's Top Poster

Industry News

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. Read more Continue reading...
Bitbucket is popular among teams as the central place to plan projects, collaborate on code, test, and deploy — especially in combination with Jira and Trello. Today, we are proud to announce our first-class Bitbucket integration, Vercel for Bitbucket. Read more Continue reading...
After editing your project, previewing your changes with Vercel is only a matter of pushing a Git commit using our Git Integration, or by running a single command using our command-line interface. Every Deployment created in either way receives a unique URL, yet you still might want to apply a Custom Domain for your Preview Deployments. Today, we are making this possible with Branch Domains. Read more Continue reading...
If you are a business working with Vercel, you've probably found yourself in a situation where the invoices you've received from us are missing information required by your accounting department. Today, we are changing this by providing you with ways to configure those missing fields. Read more Continue reading...
If you own multiple domains and would like to forward them to a single one, or redirect a subdomain like www to your apex domain, you previously had to create multiple deployments and set up Routes for each of them. Now, you can accomplish the same, right from your dashboard. Read more Continue reading...
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. Read more Continue reading...
When extending your project with Serverless Functions, you might find yourself in a situation where adjusting the default behavior is necessary. Today, we are adding a new functions configuration property to allow you to do just this. Read more Continue reading...
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. Read more Continue reading...
With the release of Node.js 10, features like BigInt, a stable API for native addons, and several performance improvements have found their way into production. Today, we are enabling Node.js 10 support for new serverless Node.js functions and Next.js applications deployed using Vercel. Read more Continue reading...
Thanks to our first-class GitHub and GitLab Integrations, you can simply push your code to deploy with Vercel. But what if you wanted to create a deployment not based on change of source code, but another external event, such as an update in CMS content? Starting today, you can deploy based on any event with Deploy Hooks. Read more Continue reading...
Few weeks ago, we introduced Vercel as the most powerful and scalable platform for static websites and serverless functions powered by any language or framework. This came at the expense of writing vercel.json files. Today, we are introducing Zero Config, a conventional and completely backwards-compatible approach to deployment. Read more Continue reading...
Today, we're introducing Deploy Summary, a Vercel integration to augment your workflow with our GitHub and GitLab integrations even further. Deploy Summary analyzes your pull requests and merge requests, detects changed pages, and provides a detailed preview right next to your commits: Read more Continue reading...
With Vercel, you can already deploy to HTTPS-enabled subdomains of your choice. What if you could let customers choose those subdomains (like with Slack workspaces)? Today, we're making this possible with the introduction of Wildcard Domains! Read more Continue reading...
When you connect your GitHub organization to Vercel, with Vercel for GitHub, we build and deploy your app for each every Git push. We call such an event a job. For a given branch, we process each job in a queue. If multiple jobs are waiting, we pick the latest one to build. Vercel for GitHub will always give you the deployment URL for the most recent commit. Read more Continue reading...
Our Vercel platform enables you to deploy modern websites and applications without needing any complicated server configuration. Not only do we automatically configure DNS records for your domain, we also instantly issue and renew free wildcard SSL certificates, completely hands-free. Historically, companies have spent thousands to get their websites HTTPS-enabled. Not to mention the whole process of issuance, download, re-upload, reconfigure, restart server with downtime — it's always enormously stressful and requires significant engineering resources. Read more Continue reading...
Vercel was born out of the idea that deploying a website could be much simpler. You only have to run a single command: vercel – that is all. With our GitHub and GitLab integrations, we enabled deploying on every git push, and teams to manage staging and production by simply merging pull requests. Read more Continue reading...
Static websites are fast. When you deploy static frontends to Vercel, we automatically serve them from every edge of our global Smart CDN network. But static websites are also... static. Static site generators create all your pages during the build process — all of them, all at once. Ever had to quickly fix a typo in a page, only to wait minutes or hours for your change to go live? Today, we are introducing Serverless Pre-Rendering, an industry-defining feature of our Smart CDN network that allows you to get the best of both worlds: the speed and reliability of static, and the versatility of dynamic data rendering. Read more Continue reading...
Back
Top