select navigate esc close
V

Vercel News

npub10vuuzme78zazljpt5new8mltdrn30rm9wf9a3ytf5k247vuf5t6qus2wgk@drss.io

Blog

https://vercel.com/

Microfrontends routing now applies to vc alias and branch domains

26 May 2026

This week we are gradually rolling out an update to [Vercel Microfrontends](https://vercel.com/docs/microfrontends) routing for aliases and branch-assigned domains. **Aliases inherit Microfrontends

Microfrontends routing now applies to vc alias and branch domains

26 May 2026

Pull anomaly alert details using the Vercel CLI

21 May 2026

Pull anomaly alert details using the Vercel CLI

21 May 2026

You can now access anomaly alerts and their details directly through the [Vercel CLI](https://vercel.com/docs/cli). With the `vercel alerts` command, you can list all alerts for a team or given

Grok Build 0.1 now available on Vercel AI Gateway

20 May 2026

Grok Build 0.1 is now available on [Vercel AI Gateway](https://vercel.com/ai-gateway). This is a beta coding model trained for agentic coding, currently in early access, and powers the Grok Build

Grok Build 0.1 now available on Vercel AI Gateway

20 May 2026

Gemini 3.5 Flash on AI Gateway

19 May 2026

Gemini 3.5 Flash is now available on [Vercel AI Gateway](https://vercel.com/ai-gateway). This model has improved coding proficiency and parallel agentic execution loops versus previous Flash

Gemini 3.5 Flash on AI Gateway

19 May 2026

Flat Rate CDN in Limited Beta

19 May 2026

Flat Rate CDN is now available in Limited Beta for Pro teams. It replaces usage-based CDN pricing with a fixed monthly fee. Viral posts, aggressive bots, or misconfigured routes can turn a normal

Flat Rate CDN in Limited Beta

19 May 2026

Run Claude Managed Agents with Vercel Sandbox

18 May 2026

You can now run [Claude Managed Agents](https://platform.claude.com/docs/en/managed-agents/overview) with [Vercel Sandbox](https://vercel.com/docs/vercel-sandbox). Claude Managed Agents handles the

Run Claude Managed Agents with Vercel Sandbox

18 May 2026

Consolidated Commit Status now available on GitHub

18 May 2026

Monorepos can now opt in to a single, consolidated commit status on pull requests instead of one commit status per project. For repos with many projects, teams can configure GitHub branch protection

Consolidated Commit Status now available on GitHub

18 May 2026

Web Application Firewall mitigated traffic is free on Vercel

18 May 2026

Web Application Firewall mitigated traffic is free on Vercel

18 May 2026

Vercel Firewall now waives CDN Requests and Fast Data Transfer for any traffic Web Application Firewall rules deny, challenge, or rate-limit. Vercel has always provided unlimited DDoS mitigation at

Branch Domains

20 Dec 2019

After editing your project, previewing your changes with Vercel is only a matter of pushing a Git commit using our [Git Integration](https://zeit.co/docs/v2/git-integration/), or by running a single

December 2019

1 Dec 2019

[Read more](https://vercel.com/blog/changelog-december-2019)

Vercel for Bitbucket

27 Nov 2019

[Bitbucket](http://bitbucket.com/) 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

Dashboard redesign

20 Nov 2019

With the launch of [Zero Config Deployments](https://zeit.co/blog/zero-config), Vercel made it easier than ever to deploy websites and applications. Now, we're bringing the simplicity of our

Introducing the Deploy Button

18 Nov 2019

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,

Inspecting Serverless Functions

18 Nov 2019

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

Customizing Serverless Functions

12 Nov 2019

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

November 2019

1 Nov 2019

[Read more](https://vercel.com/blog/changelog-november-2019)

Default Production Domain

31 Oct 2019

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

Redirecting Domains

29 Oct 2019

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

Advanced Invoice Settings

2 Oct 2019

If you are a business working with [Vercel](https://zeit.co/home), you've probably found yourself in a situation where the **invoices** you've received from us are **missing information** required by

October 2019

1 Oct 2019

[Read more](https://vercel.com/blog/changelog-october-2019)

Introducing Wildcard Domains

10 Sep 2019

With [Vercel](https://zeit.co/home), you can already deploy to HTTPS-enabled subdomains of your choice. What if you could let customers choose those subdomains (like with [Slack

Deploy Summary Integration

3 Sep 2019

Today, we're introducing [**Deploy Summary**](/integrations/deploy-summary), a Vercel integration to augment your workflow with our [GitHub](/github) and [GitLab](/gitlab) integrations even further.

Zero Config Deployments

7 Aug 2019

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

Introducing Deploy Hooks

30 Jul 2019

Thanks to our first-class [GitHub](https://zeit.co/github) and [GitLab](https://zeit.co/gitlab) Integrations, you can simply push your code to deploy with [Vercel](https://zeit.co/home). But what if

Node.js 10 is Now Available

25 Jun 2019

With the [release of Node.js 10](https://nodejs.org/fr/blog/release/v10.0.0/), features like [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt), a

Helpers for Serverless Node.js Functions

19 Jun 2019

Migrating to serverless Node.js functions or creating new ones can mean that some of the tools and frameworks you used previously are not suitable anymore. With today's feature release, we want to

Vercel Hackathon Winners

7 Jun 2019

We kicked off June with the ***first-ever* Vercel Hackathon**, focused on creating [integrations](/blog/vercel-integrations-platform). The event was a phenomenal success. **Over 250 participants**

Windows Support for `vercel dev`

7 May 2019

With the [release](http://zeit.co/blog/now-dev) of `vercel dev`, we provided developers with the first single-command development environment that can handle multiple services at once. In order to

Introducing Serverless Pre-Rendering (SPR)

3 May 2019

Static websites are **fast**. When you deploy static frontends to Vercel, we automatically serve them from every edge of our global [Smart CDN](/smart-cdn) network. But static websites are also...

Introducing `vercel dev`: Serverless, on localhost

30 Apr 2019

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

Automatic SSL with Vercel and Let's Encrypt

16 Apr 2019

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

Auto Job Cancellation for Vercel for GitHub

15 Nov 2018

When you connect your GitHub organization to Vercel, with [Vercel for GitHub](https://vercel.com/github), we build and deploy your app for each every Git push. We call such an event a `job`. For a

Next.js 6.1

27 Jun 2018

We are proud today to introduce the production-ready **Next.js 6.1**, featuring: [Read more](https://vercel.com/blog/next6-1)

Next.js 6 and Nextjs.org

16 May 2018

This year, the [ZEIT Day](https://zeit.co/day) Keynote started by highlighting our Open Source projects including showing the metrics of Next.js. With over 25000 stars on

Next.js 5.1: Faster Page Resolution

26 Mar 2018

We are happy to introduce Next.js 5.1, which features support for environment configuration, phases, source maps, and new Next.js plugins. Major performance improvements are introduced: resolving

Next.js 5: Universal Webpack, CSS Imports, Plugins and Zones

5 Feb 2018

We are very happy to introduce Next.js 5.0 to the world. It’s available on npm effective immediately. [Read more](https://vercel.com/blog/next5)

Towards Next.js 5: Introducing Canary Updates

15 Nov 2017

On the heels of the announcements of canary releases for [Hyper](https://hyper.is/), [Now CLI](https://vercel.com/download#command-line), and [Now Desktop](https://vercel.com/download), we are

Next.js 4: React 16 and styled-jsx 2

9 Oct 2017

We are happy to introduce **Next.js 4**, which features support for React 16 and introduces a major upgrade for the default styling engine styled-jsx with support for **dynamic styles**. [Read

Next.js 3.0

8 Aug 2017

We are very excited excited to announce the stable release of Next.js 3.0. Ever since our [beta announcement](https://vercel.com/blog/next3-preview), we have been using it to power

Next 3.0 Preview: Static Exports and Dynamic Imports

15 May 2017

On the heels of our announcement of free static deployments earlier today, we are excited to introduce a beta release of the upcoming [Next.js](https://github.com/zeit/next.js) 3.0, featuring

Next.js 2.0

27 Mar 2017

More than **3.1 million developers** read our [announcement post](https://vercel.com/blog/next) of [Next.js](https://github.com/zeit/next.js). More than **110 contributors** have submitted

Next.js

25 Oct 2016

We're very proud to open-source [Next.js](https://github.com/vercel/next.js), a small framework for server-rendered universal JavaScript webapps, built on top of React, Webpack and Babel, which