# Nuxt.js

Nuxt.js is an open-source web framework based on Vue.js libraries and Node.js for building web applications.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Latest MCP spec now supported in mcp-handler

DevFeed: [Latest MCP spec now supported in mcp-handler](<https://devfeed.tech/articles/latest-mcp-spec-now-supported-in-mcp-handler-996.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/latest-mcp-spec-now-supported-in-mcp-handler>)

Author: Andrew Qu

Published: 2026-07-30T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Redis](<https://devfeed.tech/topics/redis.md>), [Svelte](<https://devfeed.tech/topics/svelte.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [redis](<https://devfeed.tech/tags/redis.md>), [release](<https://devfeed.tech/tags/release.md>), [svelte](<https://devfeed.tech/tags/svelte.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

mcp-handler 2.0.0 supports the 2026-07-28 Model Context Protocol specification and MCP TypeScript SDK v2. It adds native stateless protocol support, compatibility with 2025-era Streamable HTTP clients, and operation without Redis or session storage.

### Source excerpt

mcp-handler@2.0.0 is now available with support for the 2026-07-28 Model Context Protocol specification and MCP TypeScript SDK v2. We originally built mcp-handler to make it easier to spin up MCP servers on popular web frameworks including Next, Nuxt, Svelte, and more. With the new 2.0 release, the handler now supports: The stateless 2026-07-28 protocol, served natively, including per-request metadata and server/discover A stateless compatibility layer for clients using 2025-era Streamable HTTP Both protocols with no Redis dependency or session storage Existing stateless Streamable HTTP clients can continue connecting to the same /mcp endpoint while servers adopt the latest protocol. Install the new packages: Create a Next.js route handler: MCP clients can connect to /api/mcp. Get started with the Next.js MCP server template, updated for mcp-handler 2.0. Before you upgrade Version 2 requires Node.js 20 or later and zod4, and replaces @modelcontextprotocol/sdk with @modelcontextprotocol/server. Tool, prompt, and resource definitions now use the SDK v2 registration APIs and Standard Schema inputs, such as registerTool with z.object(...). The deprecated HTTP+SSE transport has been removed. Requests to /sse and /message return 410 Gone. If your clients still depend on that transport, remain on mcp-handler 1.x while migrating them to Streamable HTTP. Read more

## Everything we announced at Laracon US 2026

DevFeed: [Everything we announced at Laracon US 2026](<https://devfeed.tech/articles/everything-we-announced-at-laracon-us-2026-3634.md>)

Original publisher: [Read original article](<https://laravel.com/blog/everything-we-announced-at-laracon-us-2026>)

Author: Ana Tavares

Published: 2026-07-29T13:40:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [developer tooling](<https://devfeed.tech/topics/developer-tooling.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Chrome extension](<https://devfeed.tech/topics/chrome-extension.md>), [Neovim](<https://devfeed.tech/topics/neovim.md>), [Sublime Text](<https://devfeed.tech/topics/sublime-text.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [backend](<https://devfeed.tech/tags/backend.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [chrome-extension](<https://devfeed.tech/tags/chrome-extension.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [network](<https://devfeed.tech/tags/network.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [php](<https://devfeed.tech/tags/php.md>), [tools](<https://devfeed.tech/tags/tools.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

A roundup of Laracon US 2026 announcements covering Laravel framework updates, Laravel Cloud features, Laravel LSP support for multiple editors, Inertia DevTools, and human-in-the-loop controls for AI agents.

### Source excerpt

Every Laravel framework and Cloud announcement from Laracon US 2026, including Laravel LSP, Inertia DevTools, managed queues, and scale-to-zero.

## Deploy Next.js and Nuxt apps on Laravel Cloud

DevFeed: [Deploy Next.js and Nuxt apps on Laravel Cloud](<https://devfeed.tech/articles/deploy-next-js-and-nuxt-apps-on-laravel-cloud-3616.md>)

Original publisher: [Read original article](<https://laravel.com/blog/deploy-nextjs-and-nuxt-apps-on-laravel-cloud>)

Author: Laravel Team

Published: 2026-07-28T21:10:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [apps](<https://devfeed.tech/tags/apps.md>), [backend](<https://devfeed.tech/tags/backend.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [framework](<https://devfeed.tech/tags/framework.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [next-js](<https://devfeed.tech/tags/next-js.md>)

### AI overview

Laravel Cloud now supports deploying Next.js and Nuxt frontends alongside Laravel backends from the same repository, with a shared deployment workflow and billing. Separate Cloud applications can use different root directories while retaining access to shared packages, and each application has independent configuration, resources, domains, and scaling.

### Source excerpt

Deploy your Next.js or Nuxt frontend alongside your Laravel app on Laravel Cloud: one platform, one deploy workflow, one bill.

## Nuxt July 2026 security advisory

DevFeed: [Nuxt July 2026 security advisory](<https://devfeed.tech/articles/nuxt-july-2026-security-advisory-1033.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/nuxt-july-2026-security-advisory>)

Author: Sage Abraham

Published: 2026-07-27T00:00:00Z

Content type: article

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Security](<https://devfeed.tech/topics/security.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [authorization](<https://devfeed.tech/tags/authorization.md>), [cache](<https://devfeed.tech/tags/cache.md>), [caching](<https://devfeed.tech/tags/caching.md>), [cve](<https://devfeed.tech/tags/cve.md>), [development](<https://devfeed.tech/tags/development.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [remote-code-execution](<https://devfeed.tech/tags/remote-code-execution.md>), [security](<https://devfeed.tech/tags/security.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

The Nuxt team released Nuxt 4.5.1, Nuxt 3.21.10, and @nuxt/devtools 3.3.1 to fix eight security advisories, including a high-severity server-side remote code execution vulnerability. Vercel deployed WAF mitigations for direct exploitation of that vulnerability, but users must still upgrade because other issues affect component instantiation, caching, authorization, denial of service, and development tooling.

### Source excerpt

The Nuxt team has released Nuxt 4.5.1 and 3.21.10, along with @nuxt/devtools 3.3.1, to address eight security advisories, including a high-severity server-side remote code execution vulnerability. Vulnerabilities addressed Vulnerability Severity Advisory Server-side remote code execution via server island props High GHSA-9473-5f9j-94wq Unauthorized component instantiation via server island props Medium GHSA-48hr-524c-v5w3 Route rule authorization bypass High GHSA-hxvh-4h3w-prp9 Server component denial of service High GHSA-hxcr-hm88-mpq6, GHSA-9pgf-384g-p7mv Cross-user disclosure of cached payloads, affecting Nuxt 4.x versions 4.4.0 and later High GHSA-wm8w-6qjm-cv43 Development server path disclosure Low GHSA-7c4v-fwgw-9rf7 Remote code execution in Nuxt DevTools, development-only, fixed in @nuxt/devtools 3.3.1 Critical GHSA-279x-mwfv-vcqv Vercel platform protections Vercel received advance notice of the server-side remote code execution vulnerability, GHSA-9473-5f9j-94wq, and deployed platform-wide WAF mitigations before public disclosure. Applications deployed on Vercel are automatically protected by these mitigations, with no configuration changes required. However, do not rely on them for full protection. Upgrading to a patched version is still required. The WAF mitigations cover only direct exploitation of the server-side RCE. The remaining component-instantiation, caching, authorization, denial-of-service, and development-time vulnerabilities require upgrading Nuxt and Nuxt DevTools. Recommended action All Nuxt users should upgrade as soon as possible: Nuxt 4: 4.5.1 or later Nuxt 3: 3.21.10 or later Nuxt DevTools: 3.3.1 or later To upgrade, run: This also refreshes the lockfile, pulling in the patched Nuxt DevTools version. Users who previously upgraded for the earlier route rule advisory, CVE-2026-53721, must still upgrade. The newly disclosed authorization bypass is a regression in that earlier fix. Nuxt 4 users who cache authenticated pages containing user-s

## Nuxt Security Patch Releases

DevFeed: [Nuxt Security Patch Releases](<https://devfeed.tech/articles/nuxt-security-patch-releases-3445.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/v4-5-security>)

Author: Unauthorized component instantiation

Published: 2026-07-27T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Security](<https://devfeed.tech/topics/security.md>), [releases](<https://devfeed.tech/topics/releases.md>), [developer tooling](<https://devfeed.tech/topics/developer-tooling.md>)

Tags: [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [security](<https://devfeed.tech/tags/security.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Nuxt 4.5.1 and Nuxt 3.21.10 are security patch releases addressing multiple vulnerabilities, including server-side remote code execution under specific server component or island configurations. The article recommends upgrading and notes a separate critical development-only fix in @nuxt/devtools 3.3.1.

### Source excerpt

Nuxt 4.5.1 and 3.21.10 are out now, fixing several security issues, alongside a critical fix in @nuxt/devtools 3.3.1. We recommend upgrading as soon as possible.

## Nuxt 4.5

DevFeed: [Nuxt 4.5](<https://devfeed.tech/articles/nuxt-4-5-3444.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/v4-5>)

Published: 2026-07-18T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [migration](<https://devfeed.tech/topics/migration.md>)

Tags: [dev](<https://devfeed.tech/tags/dev.md>), [framework](<https://devfeed.tech/tags/framework.md>), [migration](<https://devfeed.tech/tags/migration.md>), [release](<https://devfeed.tech/tags/release.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

Nuxt 4.5 introduces major build-layer upgrades, experimental SSR streaming, stable error codes, new composables and conventions, and groundwork for Nuxt 5. It also updates Nuxt to Vite 8 and Rspack 2, while Nuxt 3 approaches end of life.

### Source excerpt

Nuxt 4.5 is our biggest release in a while. Vite 8, Rspack 2 powered by Rsbuild, experimental SSR streaming, a stable error code system, a new useLayout composable, named views, and a lot of groundwork for Nuxt 5.

## Introducing the Nuxt Agent

DevFeed: [Introducing the Nuxt Agent](<https://devfeed.tech/articles/introducing-the-nuxt-agent-3392.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/introducing-nuxt-agent>)

Published: 2026-04-29T00:00:00Z

Content type: article

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Low-Code / Internal Tools](<https://devfeed.tech/topics/internal-tools.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [article](<https://devfeed.tech/tags/article.md>), [docs](<https://devfeed.tech/tags/docs.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [playground](<https://devfeed.tech/tags/playground.md>), [ui](<https://devfeed.tech/tags/ui.md>)

### AI overview

Nuxt introduces a beta AI agent on nuxt.com that integrates with the Nuxt framework and ecosystem. Built using the AI SDK, the Nuxt MCP server, and Nuxt UI components, it grounds responses in official documentation and ecosystem data, renders interactive cards, streams tool-call progress, and supports feedback and issue reporting. It is available through a side panel, an in-page ask bar, and a full-screen chat, with page context used automatically when requested.

### Source excerpt

Our own AI agent on nuxt.com, grounded in the official docs and the Nuxt ecosystem. We built it internally using the AI SDK, our MCP server, and Nuxt UI components.

## How to Add Payments to Your Nuxt.js App with Dodo Payments

DevFeed: [How to Add Payments to Your Nuxt.js App with Dodo Payments](<https://devfeed.tech/articles/how-to-add-payments-to-your-nuxt-js-app-with-dodo-payments-9540.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/accept-payments-nuxt-app/>)

Author: Ayush Agarwal

Published: 2026-04-06T00:00:00Z

Content type: tutorial

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [App](<https://devfeed.tech/topics/app.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [API](<https://devfeed.tech/topics/api.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [app](<https://devfeed.tech/tags/app.md>), [backend](<https://devfeed.tech/tags/backend.md>), [checkout](<https://devfeed.tech/tags/checkout.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [integration](<https://devfeed.tech/tags/integration.md>), [merchant-of-record](<https://devfeed.tech/tags/merchant-of-record.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [nuxt-js](<https://devfeed.tech/tags/nuxt-js.md>), [payments](<https://devfeed.tech/tags/payments.md>), [saas](<https://devfeed.tech/tags/saas.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [server](<https://devfeed.tech/tags/server.md>), [server-side-rendering](<https://devfeed.tech/tags/server-side-rendering.md>), [subscriptions](<https://devfeed.tech/tags/subscriptions.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [vue](<https://devfeed.tech/tags/vue.md>), [webhooks](<https://devfeed.tech/tags/webhooks.md>)

### AI overview

A step-by-step tutorial for integrating Dodo Payments into Nuxt.js applications. It covers installing the Node SDK, creating a server route for checkout sessions, verifying webhooks, and supporting one-time purchases and recurring subscriptions while keeping API keys on the server.

### Source excerpt

A step-by-step guide to integrating payments, subscriptions, and one-time purchases into Nuxt.js applications using Dodo Payments.

## Build an MCP server with Nuxt

DevFeed: [Build an MCP server with Nuxt](<https://devfeed.tech/articles/build-an-mcp-server-with-nuxt-827.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/build-mcp-server-with-nuxt>)

Author: Ben Sabic

Published: 2026-04-02T14:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [debug](<https://devfeed.tech/topics/debug.md>), [Persistence](<https://devfeed.tech/topics/persistence.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [tools](<https://devfeed.tech/tags/tools.md>)

### AI overview

The Nuxt MCP Toolkit enables developers building AI features with Nuxt to create Model Context Protocol servers directly within their applications. It supports validated tools, data resources, reusable prompts, debugging with MCP Inspector, middleware, dynamic definitions, session persistence, and Code Mode for orchestrating multiple tool calls in one execution.

### Source excerpt

Developers building AI features with Nuxt can now create Model Context Protocol (MCP) servers directly within their applications using the Nuxt MCP Toolkit. Install the module The module lets you define tools with Zod validation, expose data as resources, and create reusable prompts. It also includes an integrated MCP Inspector for debugging, middleware support, dynamic definitions, session persistence across tool calls, and a Code Mode that lets models orchestrate multiple tool calls in a single execution. Read the documentation or the walkthrough guide to start building. Read more

## Nuxt 4.3

DevFeed: [Nuxt 4.3](<https://devfeed.tech/articles/nuxt-4-3-3442.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/v4-3>)

Published: 2026-01-22T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [payload](<https://devfeed.tech/topics/payload.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [releases](<https://devfeed.tech/topics/releases.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [caching](<https://devfeed.tech/tags/caching.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [features](<https://devfeed.tech/tags/features.md>), [payload](<https://devfeed.tech/tags/payload.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Nuxt 4.3 introduces route-rule layouts, payload extraction for ISR, SWR, and cached pages, development-mode payload extraction, configurable Nuxt layers, and route-group metadata. The release also includes performance improvements and continued Nuxt v3 security and critical bug-fix support.

### Source excerpt

Nuxt 4.3 is out - route rule layouts, ISR payload extraction, draggable error overlay, and more!

## Building an MCP Server for Nuxt

DevFeed: [Building an MCP Server for Nuxt](<https://devfeed.tech/articles/building-an-mcp-server-for-nuxt-3383.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/building-nuxt-mcp>)

Published: 2025-11-13T00:00:00Z

Content type: tutorial

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [Tool](<https://devfeed.tech/topics/tool.md>), [API](<https://devfeed.tech/topics/api.md>), [JSON](<https://devfeed.tech/topics/json.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-assistants](<https://devfeed.tech/tags/ai-assistants.md>), [api](<https://devfeed.tech/tags/api.md>), [article](<https://devfeed.tech/tags/article.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [http](<https://devfeed.tech/tags/http.md>), [json](<https://devfeed.tech/tags/json.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [tools](<https://devfeed.tech/tags/tools.md>)

### AI overview

The article explains how Nuxt built an MCP server that gives AI assistants structured access to Nuxt documentation, blog posts, and deployment guides. It describes MCP resources, tools, and prompts, compares the approach with traditional RAG, and outlines the Nuxt MCP Toolkit module's automatic discovery and HTTP endpoint architecture.

### Source excerpt

How we built the Nuxt MCP server to enable AI assistants to access our documentation through structured data and composable tools.

## Nuxt Image v2

DevFeed: [Nuxt Image v2](<https://devfeed.tech/articles/nuxt-image-v2-3409.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/nuxt-image-v2>)

Published: 2025-11-05T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Tailwind CSS](<https://devfeed.tech/topics/tailwind.md>), [Shopify](<https://devfeed.tech/topics/shopify.md>)

Tags: [configuration](<https://devfeed.tech/tags/configuration.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [migration-guide](<https://devfeed.tech/tags/migration-guide.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [shopify](<https://devfeed.tech/tags/shopify.md>), [tailwind](<https://devfeed.tech/tags/tailwind.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

Nuxt Image v2 introduces full TypeScript support, including typed module options, type inference, and safer custom provider definitions. It upgrades to IPX v3, improves binary handling and performance, adds Nitro server endpoint support, introduces Shopify and GitHub content providers, and includes changes to image directories, screen sizes, runtime utilities, and provider migration.

### Source excerpt

Nuxt Image v2 is out - with full TypeScript support, IPX v3, and new providers!

## Building Diving Nomads in Public Part 3

DevFeed: [Building Diving Nomads in Public Part 3](<https://devfeed.tech/articles/building-diving-nomads-in-public-part-3-39877.md>)

Original publisher: [Read original article](<https://mende.io/blog/building-diving-nomads-in-public-part-3/>)

Author: tobi@techunicorn.builders (Tobias Mende)

Published: 2025-10-31T05:00:00Z

Content type: tutorial

Language: en

Sources: [Tobias Mende](<https://devfeed.tech/sources/tobias-mende.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [JSON](<https://devfeed.tech/topics/json.md>), [n8n](<https://devfeed.tech/topics/n8n.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [hosting](<https://devfeed.tech/topics/hosting.md>)

Tags: [cdn](<https://devfeed.tech/tags/cdn.md>), [cloudfront](<https://devfeed.tech/tags/cloudfront.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [json](<https://devfeed.tech/tags/json.md>), [n8n](<https://devfeed.tech/tags/n8n.md>), [nuxt-js](<https://devfeed.tech/tags/nuxt-js.md>), [startup-business-automation-software-development-case-study-practices](<https://devfeed.tech/tags/startup-business-automation-software-development-case-study-practices.md>)

### AI overview

This third installment of the Building Diving Nomads in Public series explains the architecture of its Partner Map. The map is a client-side Nuxt.js app that renders static JSON files, with n8n generating a public read model from NocoDB and CloudFront delivering cached assets.

### Source excerpt

Building in Public - Part 3: How We built the Diving Nomads Partner Map This is part three of the Building Diving Nomads in Public series. After sharing how we automated outreach for dive centers and coliving / coworking partners, this chapter is about the thing people actually use - our Partner Map.

## Nuxt 4.2

DevFeed: [Nuxt 4.2](<https://devfeed.tech/articles/nuxt-4-2-3441.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/v4-2>)

Published: 2025-10-25T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [net](<https://devfeed.tech/tags/net.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

Nuxt 4.2 introduces experimental TypeScript developer-experience improvements, finer-grained cancellation for data-fetching requests, a detailed error overlay during development, and optional Vite Environment API support. It also extracts Nitro server integration into a separate package and lays groundwork for future Nuxt v5 breaking changes.

### Source excerpt

Nuxt 4.2 is out - with experimental TypeScript plugin support, better error handling in development, abort control for data fetching, and more!

## Nuxt UI v4

DevFeed: [Nuxt UI v4](<https://devfeed.tech/articles/nuxt-ui-v4-3414.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/nuxt-ui-v4>)

Published: 2025-09-22T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Figma](<https://devfeed.tech/topics/figma.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Template](<https://devfeed.tech/topics/template.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>)

Tags: [components](<https://devfeed.tech/tags/components.md>), [figma](<https://devfeed.tech/tags/figma.md>), [free](<https://devfeed.tech/tags/free.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [migration-guide](<https://devfeed.tech/tags/migration-guide.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [release](<https://devfeed.tech/tags/release.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

Nuxt UI v4 combines Nuxt UI and Nuxt UI Pro into a free, open-source library with more than 110 components, 12 production-ready templates, Markdown and typography support, and compatibility with Vue and Nuxt projects. It also includes a free Figma Kit with more than 2,000 component variants and design tokens, while keeping migration from v3 largely compatible with existing code.

### Source excerpt

Nuxt UI v4 unifies Nuxt UI and Nuxt UI Pro into one powerful, completely free library. With over 110 components, 12 templates, and a comprehensive Figma kit, all of this is available for free.

## Nuxt 4.1

DevFeed: [Nuxt 4.1](<https://devfeed.tech/articles/nuxt-4-1-3440.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/v4-1>)

Published: 2025-09-02T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [development](<https://devfeed.tech/tags/development.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [integration](<https://devfeed.tech/tags/integration.md>), [new-feature](<https://devfeed.tech/tags/new-feature.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [release](<https://devfeed.tech/tags/release.md>), [rust](<https://devfeed.tech/tags/rust.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

Nuxt 4.1 improves build stability through import maps that reduce cascading hash changes and improve production cache efficiency. The release also adds experimental Rust-powered Rolldown bundling, more reliable lazy hydration macros without auto-imports, improved route-rule access, and module dependency and option integration.

### Source excerpt

Nuxt 4.1 is out - bringing enhanced build stability, better development experience, and powerful new features for module authors!

## Nuxt 3.18

DevFeed: [Nuxt 3.18](<https://devfeed.tech/articles/nuxt-3-18-3431.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/v3-18>)

Published: 2025-07-28T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Accessibility](<https://devfeed.tech/topics/accessibility.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>), [browser](<https://devfeed.tech/topics/browser.md>), [observability](<https://devfeed.tech/topics/observability.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Vite](<https://devfeed.tech/topics/vite.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [browser](<https://devfeed.tech/tags/browser.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [observability](<https://devfeed.tech/tags/observability.md>), [release](<https://devfeed.tech/tags/release.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

Nuxt 3.18 brings selected Nuxt 4 features to the v3 line, including lazy hydration macros, improved accessibility announcements, Chrome DevTools workspace integration, stronger component type safety, observability support, and performance optimizations for development and code transformation.

### Source excerpt

Nuxt 3.18 is out - bringing v4 features to v3, improved accessibility, better browser dev tooling integration, and performance enhancements!

## Building a Privacy-First Feedback Widget

DevFeed: [Building a Privacy-First Feedback Widget](<https://devfeed.tech/articles/building-a-privacy-first-feedback-widget-3380.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/building-a-feedback-widget>)

Published: 2025-06-13T00:00:00Z

Content type: article

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>), [Drizzle](<https://devfeed.tech/topics/drizzle.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [User Experience](<https://devfeed.tech/topics/user-experience.md>), [API](<https://devfeed.tech/topics/api.md>), [data](<https://devfeed.tech/topics/data.md>), [GitHub Issues](<https://devfeed.tech/topics/github-issues.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [article](<https://devfeed.tech/tags/article.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [drizzle](<https://devfeed.tech/tags/drizzle.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [gdpr](<https://devfeed.tech/tags/gdpr.md>), [github-issues](<https://devfeed.tech/tags/github-issues.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [source](<https://devfeed.tech/tags/source.md>), [user-experience](<https://devfeed.tech/tags/user-experience.md>), [validation](<https://devfeed.tech/tags/validation.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

Nuxt describes the design and implementation of a privacy-first feedback widget for its documentation. The widget uses Vue 3, Motion for Vue, Drizzle, and a database-backed server workflow to collect feedback with minimal interaction, daily deduplication, and no persistent personal tracking.

### Source excerpt

A lightweight, privacy-focused widget to gather your feedback on Nuxt documentation, built with Drizzle, NuxtHub database and Motion Vue.

## What web frameworks does Firebase App Hosting support?

DevFeed: [What web frameworks does Firebase App Hosting support?](<https://devfeed.tech/articles/what-web-frameworks-does-firebase-app-hosting-support-16608.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/06/app-hosting-frameworks>)

Author: Jeff Huleatt

Published: 2025-06-05T00:00:00Z

Content type: article

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Angular](<https://devfeed.tech/topics/angular.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Cloud Run](<https://devfeed.tech/topics/cloud-run.md>), [Astro](<https://devfeed.tech/topics/astro.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Web app](<https://devfeed.tech/topics/webapp.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [astro](<https://devfeed.tech/tags/astro.md>), [cloud-run](<https://devfeed.tech/tags/cloud-run.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [frameworks](<https://devfeed.tech/tags/frameworks.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [react](<https://devfeed.tech/tags/react.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [ssr](<https://devfeed.tech/tags/ssr.md>), [svelte](<https://devfeed.tech/tags/svelte.md>), [vite](<https://devfeed.tech/tags/vite.md>), [web](<https://devfeed.tech/tags/web.md>), [web-app](<https://devfeed.tech/tags/web-app.md>)

### AI overview

Firebase App Hosting provides built-in build and deployment support for Angular and Next.js, while community adapters enable additional JavaScript frameworks such as Nuxt, TanStack Start, SolidStart, and Analog. Astro support is described as a proof of concept, and unrecognized frameworks can use the Node.js Cloud buildpack.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Roadmap to v4

DevFeed: [Roadmap to v4](<https://devfeed.tech/articles/roadmap-to-v4-3419.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/roadmap-v4>)

Published: 2025-06-02T00:00:00Z

Content type: article

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>)

Tags: [migration](<https://devfeed.tech/tags/migration.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [release](<https://devfeed.tech/tags/release.md>), [releases](<https://devfeed.tech/tags/releases.md>), [vite](<https://devfeed.tech/tags/vite.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

Nuxt 4 entered the release candidate stage on July 8, 2025, with a stable release planned soon. The article explains the delayed release, the staged migration from Nuxt 3 to 4 and eventually Nuxt 5, and major Nuxt 4 improvements including directory structure, data fetching, component naming, head management, and preparations for the Vite Environment API.

### Source excerpt

We have some exciting news about the roadmap to Nuxt 4, including a new timeline and what to expect in the next few weeks.

## Nuxt UI v3

DevFeed: [Nuxt UI v3](<https://devfeed.tech/articles/nuxt-ui-v3-3413.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/nuxt-ui-v3>)

Published: 2025-03-12T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>), [Accessibility](<https://devfeed.tech/topics/accessibility.md>), [Tailwind CSS](<https://devfeed.tech/topics/tailwind.md>), [User interface design](<https://devfeed.tech/topics/ui-design.md>), [modern web development](<https://devfeed.tech/topics/modern-web-development.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [build-times](<https://devfeed.tech/tags/build-times.md>), [css](<https://devfeed.tech/tags/css.md>), [dark-mode](<https://devfeed.tech/tags/dark-mode.md>), [guide](<https://devfeed.tech/tags/guide.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [tailwind](<https://devfeed.tech/tags/tailwind.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

Nuxt UI v3 is a major redesign of the UI library for Vue and Nuxt developers. It adds accessibility features such as keyboard navigation, automatic ARIA attributes, focus management, and screen-reader-friendly components. Tailwind CSS v4 integration improves rendering, build times, and bundle efficiency, while semantic color tokens simplify theming and light/dark mode support. Nuxt UI and Nuxt UI Pro are also described as compatible with Vue projects outside Nuxt.

### Source excerpt

Nuxt UI v3 is out! After 1500+ commits, this major redesign brings improved accessibility, Tailwind CSS v4 support, and full Vue compatibility

## Nuxt 3.16

DevFeed: [Nuxt 3.16](<https://devfeed.tech/articles/nuxt-3-16-3429.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/v3-16>)

Published: 2025-03-07T00:00:00Z

Content type: article

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Developer Tools](<https://devfeed.tech/topics/developer-tools.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [Parsing](<https://devfeed.tech/topics/parsing.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [build](<https://devfeed.tech/tags/build.md>), [cli](<https://devfeed.tech/tags/cli.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [new-features](<https://devfeed.tech/tags/new-features.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [parsing](<https://devfeed.tech/tags/parsing.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>)

### AI overview

Nuxt 3.16 introduces a smaller single-file tool for starting Nuxt projects, upgrades Nuxt Devtools to v2, improves context and compatibility, and adds configuration inspection features. It also delivers automatic performance improvements through faster module resolution, leaner file handling, quicker startup, and updated parsing, with benchmarking reported in CI and substantial speed gains for example sites.

### Source excerpt

Nuxt 3.16 is out - packed with features and performance improvements

## Nuxt 3.15

DevFeed: [Nuxt 3.15](<https://devfeed.tech/articles/nuxt-3-15-3428.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/v3-15>)

Published: 2024-12-24T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Developer Tools](<https://devfeed.tech/topics/developer-tools.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>), [Chromium](<https://devfeed.tech/topics/chromium.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [changelog](<https://devfeed.tech/tags/changelog.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [development](<https://devfeed.tech/tags/development.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

Nuxt 3.15 is a release featuring Vite 6, improved integration with Chromium-based browser developer tools, enhanced hot module reloading, navigation-specific execution options, page metadata extraction, app manifest preloading, and bundle optimizations. It also includes changes related to the upcoming Nuxt v4 defaults and provides upgrade guidance.

### Source excerpt

Nuxt 3.15 is out - with Vite 6, better HMR and faster performance

## Nuxt 3.14

DevFeed: [Nuxt 3.14](<https://devfeed.tech/articles/nuxt-3-14-3427.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/v3-14>)

Published: 2024-11-04T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Release notes](<https://devfeed.tech/topics/release-notes.md>), [build performance](<https://devfeed.tech/topics/build-performance.md>), [Filesystems](<https://devfeed.tech/topics/filesystems.md>)

Tags: [build](<https://devfeed.tech/tags/build.md>), [files](<https://devfeed.tech/tags/files.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [performance](<https://devfeed.tech/tags/performance.md>), [release](<https://devfeed.tech/tags/release.md>), [release-notes](<https://devfeed.tech/tags/release-notes.md>)

### AI overview

Nuxt 3.14 introduces a new experimental rspack builder, a shared folder for reusable types and utilities, and performance improvements from updated configuration and module loading. The release also includes changes to virtual files, runtime routes, component naming, and page metadata handling, with additional features planned for the next minor release.

### Source excerpt

Nuxt 3.14 is out - with a new rspack builder, shared folder, and performance enhancements!

[Next page](<https://devfeed.tech/topics/nuxt.md?cursor=WyIyMDI0LTExLTA0VDAwOjAwOjAwKzAwOjAwIiwgIjcxZTdmNTBjLTI2ZTMtNDk0OS1iMjlkLWNmMmM3YWU3MDhmOCJd>)