---
title: "Nuxt 4 support + new @netlify/nuxt module for local dev | Netlify Changelog"
description: "Get the latest updates on Netlify products and features to meet your developer needs."
source: "https://www.netlify.com/changelog/nuxt-4-support-new-netlify-nuxt-module-for-local-dev/"
last_updated: "2026-07-15T19:16:46.000Z"
---
Today we’re announcing two major updates for Nuxt developers on Netlify:

## Day-One Nuxt 4 Support

[Nuxt 4 launched today](https://nuxt.com/blog/v4), and Netlify is ready. Deploy your Nuxt 4 apps with zero configuration changes—everything just works. Everything is fully compatible from day one.

[Learn more about leveraging platform primitives with Nuxt](https://www.netlify.com/blog/platform-primitives-with-nuxt-4).

## Full Platform Emulation in Your Dev Server with @netlify/nuxt

We’re also launching `@netlify/nuxt` today, a new Nuxt module that brings the entire Netlify platform into your local development environment. Functions, Edge Functions, Blobs, Image CDN, env vars, headers, and redirects all work directly in `nuxt dev`—no separate CLI required.

Add the module to your Nuxt 3 or Nuxt 4 app with one command:

```
npx nuxi module add @netlify/nuxt
```

This simplifies local development and enables AI coding assistants to build full-stack apps with immediate feedback.

[Read the complete guide](https://developers.netlify.com/guides/run-serverless-functions-storage-and-more-in-your-nuxt-dev-server-with-netlify-nuxt/).