Yesterday's Top Poster

Industry News

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...
For Netlify integrators and AI agents deploying to Netlify, the process of "claiming" sites allows an end user to transfer a site into their ownership. It has been a challenge for systems to know when this happens. Today, Netlify added support for an optional claim_webhook field when generating a site claim token. This lets you receive a POST request to a specified webhook URL once a user successfully claims a site. Why is this useful? Now, your system or AI agents can automatically react when a site changes ownership—whether that’s updating internal records, triggering notifications, adjusting billing, or syncing permissions. The webhook payload includes key details like the site ID and the new owner’s account ID, making it easier to...
Following the release of a new API for partners to deploy fullstack apps, we're now introducing another powerful addition, an API to access deployment logs. AI agents and integrations can now analyze logs in real-time to troubleshoot and fix deployment issues automatically. Ready to use it? Check out this guide! Continue reading...
Screenshot of Remix Admin Supabase Starter When creating a new site from a template, there is a new option available — Remix Admin Supabase Starter. This is a simple user admin application with CRUD operations for individual user records. The template is built with Remix and using Supabase as the backend (database) provider. The repo is available at netlify-templates/remix-admin-template, and you can view a read-only demo here. Continue reading...
Following the release of a new API for partners to deploy fullstack apps, we're now introducing another addition, an API to access Functions and Edge Functions logs. AI agents and integrations can now analyze more of Netlify logs in real-time to troubleshoot issues with deploys and functions automatically. Ready to use it? Check out this guide! Continue reading...
When using a partner integration to deploy your site, the partner may now include helpful links back into their platform which you'll see in the site overview page. This will make it more seamless for you to move between the Netlify UI and your chosen integration for making changes to your site. Learn more about including deploy_origin metadata from our guide on deploying sites from AI tools. Continue reading...
CLI performance We've made meaningful Netlify CLI performance improvements in v20.0.0, making your workflow 2 to 3x faster with: ~400ms faster startup for every command >2s faster execution for most commands ~5s faster builds for Next.js apps Get the latest by running: npm install -g netlify-cli@latest For an additional 10-15% performance boost, use Node.js 22.8.0 or later. Continue reading...
We've made a couple improvements to our audit log entries to better help you understand changes to your teams and sites. When an environment variable is updated, you will now see the name of the environment variable (key) in the audit log. Audit log improvments in Netlify UI When a team member's role is updated, you will now see the old and new role in the audit log. Change text for a user role in Netlify UI If you subscribe to Team membership notifications from our Netlify Slack app, then you will also see the old and new role. This only applies to any events made on or after April 14th, 2025. Change text in Slack app for updated user role Continue reading...
Back
Top