# Nuxt on the Edge

DevFeed: [Nuxt on the Edge](<https://devfeed.tech/articles/nuxt-on-the-edge-3410.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/nuxt-on-the-edge>)

Published: 2023-07-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>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [V8](<https://devfeed.tech/topics/v8.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [latency](<https://devfeed.tech/tags/latency.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [performance](<https://devfeed.tech/tags/performance.md>), [server-side-rendering](<https://devfeed.tech/tags/server-side-rendering.md>), [v8](<https://devfeed.tech/tags/v8.md>), [vue](<https://devfeed.tech/tags/vue.md>)

## AI overview

The article explains how Nuxt 3 was adapted to run on edge runtimes and V8 isolates, enabling server-side rendering close to users through platforms such as Cloudflare Workers. It describes the environmental portability work, the h3 server framework, code-splitting and lazy loading, and the reduction of cold-start time from about 300 ms to about 2 ms.

## Source excerpt

Learn how we made Nuxt 3 capable of running on edge runtimes to run with server-side rendering close to your users.