Yesterday's Top Poster

Industry News

Creating a new project on Vercel is as simple as importing a Git repository from your favorite provider, whether that's GitHub, GitLab, or Bitbucket. Once a project has been imported, the Git Integration connection can be edited in the blink of an eye. Today, we're making this process easier to understand and more reliable than before. Read more Continue reading...
Sometimes you might find yourself having created a deployment that you don't need anymore, or that is causing other deployments to get queued behind it. Previously, it was necessary to wait for such deployments to complete, and then delete them. As of today, however, you can immediately cancel deployments if they are no longer required. Read more Continue reading...
2019 has been an incredible year for Vercel. We announced zero-config, launched a new integrations platform, and even hosted a successful hackathon. To end the year on a memorable note, we held our first-ever remote conference: backendlessConf_. Read more Continue reading...
Inspecting logs for the Build Step, Runtime, and Edge Network traffic of a deployment can be crucial to pinpointing aspects of its behavior and understanding better where improvements can be made. Today, we are thrilled to announce support for Log Drains: collect all of your logs using a service that specializes in storing app logs. Read more Continue reading...
Getting in touch with Vercel Support has always been straightforward. However, we wanted to make this even easier, providing direct access to Vercel Support from your dashboard and reducing the impact on your workflow. We are delighted to say that from today this is now possible, with the new Support Form. Read more Continue reading...
With the launch of Zero Config Deployments, we made setting up your projects as easy as importing a Git repository, and having every push and pull request deployed with Vercel. No configuration. Today, we're extending this process to non-JavaScript projects (like Hugo sites) and giving you full control over your project's automatically configured settings. Read more Continue reading...
After deploying a static frontend to Vercel, some projects might make use of Serverless Functions to feed data from. Creating Serverless Functions is as simple as adding an API directory in your project, and today inspecting them became just as comfortable with the new "Functions" tab from your Deployment Overview. Read more Continue reading...
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...
Back
Top