Cloudfest Conference 2025

Use code HH20 for 20% off an event ticket!

Yesterday's Top Poster

Industry News

With the release of vercel dev, we provided developers with the first single-command development environment that can handle multiple services at once. In order to open up this opportunity to an even wider range of users, we are very pleased to announce that vercel dev supports Windows. Read more Continue reading...
We kicked off June with the first-ever Vercel Hackathon, focused on creating integrations. The event was a phenomenal success. Over 250 participants joined us from every corner of the world to submit high quality integrations that improve their workflow. After much deliberation, our judges finally have the results, and we are thrilled to announce the winners. Read more Continue reading...
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 solve this problem by providing you with a set of default helpers exposed within your Node.js function. Read more Continue reading...
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 pages is 102x faster, and error pages are loaded more efficiently. Read more Continue reading...
This year, the ZEIT Day Keynote started by highlighting our Open Source projects including showing the metrics of Next.js. With over 25000 stars on GitHub and over 10000 websites are already powered by it, we're incredibly amazed at its growth and love seeing the increasing amount of projects depending on it. Read more Continue reading...
We are very excited excited to announce the stable release of Next.js 3.0. Ever since our beta announcement, we have been using it to power vercel.com and have received lots of feedback and contributions from our community. Let’s walk through what’s been improved and what’s altogether new, or fetch the latest version from npm! New to Next.js? Next.js is a zero-configuration, single-command toolchain for React apps, with built-in server-rendering, code-splitting and more. Check out Learn Next.js to get started! Read more Continue reading...
On the heels of the announcements of canary releases for Hyper, Now CLI, and Now Desktop, we are glad to announce the immediate availability of a canary channel for Next.js. In addition, we are excited to share some of the goals we are currently working on towards the release of Next.js 5! Read more Continue reading...
We're very proud to open-source Next.js, a small framework for server-rendered universal JavaScript webapps, built on top of React, Webpack and Babel, which powers this very site! Read more Continue reading...
More than 3.1 million developers read our announcement post of Next.js. More than 110 contributors have submitted patches, examples or improved our documentation. Over 10,000 developers have starred us on GitHub. Today, we are proud to introduce Next 2.0 to the world. What follows is a quick summary of every new feature and improvement we have made. Read more Continue reading...
  • A
  • By Arunoda Susiripala, Naoyuki Kanezawa, Tim Neutkens
Netlify Identity and the underlying GoTrue API are now officially deprecated. This means that: They are still available for existing users and services. They will not be updated beyond major security issues. We will no longer fix bugs or offer troubleshooting support. For help exporting your data to migrate, reach out to Support. We recommend using an alternative, such as the official Auth0 extension for Netlify, which simplifies authentication and authorization for your sites and apps. Learn more about setting up the Auth0 extension and why we've made these changes. For an alternative to the GoTrue API, we recommend Supabase Auth, an actively maintained fork of GoTrue. Continue reading...
Auth0 extension Simplify authentication and authorization for your sites and apps with the Auth0 extension. The Auth0 extension lets you connect your Netlify team and its apps to Auth0 from the Netlify Dashboard. You can also add authorization to your functions to manage access across multiple services. For an example, check out our docs on creating a function to use Auth0 on the backend. Learn more about our Auth0 partnership or using the Auth0 extension. Continue reading...
We now support configuring your environment variables to apply a value to groups of branches with a given prefix. Explore the new functionality in Site configuration > Environment variables. When adding a branch value for your environment variable, add a wildcard at the end to apply the value to all branches beginning with the prefix. For example setting the branch name to release/* will apply the supplied value to branches named release/1.2, release/alpha-0.0.1, and so on. Combine with the ability to configure your site to deploy branches matching selected prefixes to super-charge your branch workflows! Continue reading...
Back
Top