Cloudfest Conference 2025

Use code HH20 for 20% off an event ticket!

Yesterday's Top Poster

Industry News

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...
Netlify now makes it even easier to deploy zipped site builds with improved support for multipart/form-data. The updated deploy flow encourages developers to include a title field — a descriptive message similar to a git commit — explaining the purpose of the deploy. This title appears in the Netlify UI, helping teams track changes, review builds faster, and maintain better deploy hygiene. Zip it, tag it, ship it 🚀 Get started with this developer guide. Continue reading...
Back
Top