2022-10-06 09:15:30 +00:00
---
2023-10-18 10:59:43 +00:00
title: 'Roadmap'
description: 'Nuxt is constantly evolving, with new features and modules being added all the time.'
navigation.icon: i-ph-map-trifold-duotone
2022-10-06 09:15:30 +00:00
---
2023-10-18 10:59:43 +00:00
::read-more{to="/blog"}
See our blog for the latest framework and ecosystem announcements.
::
2022-03-01 15:43:06 +00:00
2023-10-18 10:59:43 +00:00
## Status Reports
2022-10-06 09:15:30 +00:00
2023-10-18 10:59:43 +00:00
::read-more{icon="i-simple-icons-github" color="gray" to="https://github.com/nuxt/nuxt/issues/13653" target="_blank"}
Documentation Progress
::
::read-more{icon="i-simple-icons-github" color="gray" to="https://github.com/nuxt/nuxt/discussions/16119" target="_blank"}
Rendering Optimizations: Today and Tomorrow
::
2024-01-08 12:18:52 +00:00
::read-more{icon="i-simple-icons-github" color="gray" to="https://github.com/nuxt/image/discussions/563" target="_blank"}
2023-10-18 10:59:43 +00:00
Nuxt Image: Performance and Status
::
2022-03-01 15:43:06 +00:00
2023-10-18 10:59:43 +00:00
## Roadmap
2022-03-01 15:43:06 +00:00
2023-09-19 20:23:07 +00:00
In roadmap below are some features we are planning or working on at the moment.
2022-03-01 15:43:06 +00:00
2024-02-21 17:09:45 +00:00
::tip
2023-10-18 10:59:43 +00:00
Check [Discussions ](https://github.com/nuxt/nuxt/discussions ) and [RFCs ](https://github.com/nuxt/nuxt/discussions/categories/rfcs ) for more upcoming features and ideas.
::
2022-03-01 15:43:06 +00:00
2023-09-19 20:23:07 +00:00
Milestone | Expected date | Notes | Description
-------------|---------------|------------------------------------------------------------------------|-----------------------
2024-03-05 11:08:44 +00:00
SEO & PWA | 2024 | [nuxt/nuxt#18395 ](https://github.com/nuxt/nuxt/discussions/18395 ) | Migrating from [nuxt-community/pwa-module ](https://github.com/nuxt-community/pwa-module ) for built-in SEO utils and service worker support
Scripts | 2024 | [nuxt/nuxt#22016 ](https://github.com/nuxt/nuxt/discussions/22016 ) | Easy 3rd party script management.
Assets | 2024 | [nuxt/nuxt#22012 ](https://github.com/nuxt/nuxt/discussions/22012 ) | Allow developers and modules to handle loading third-party assets.
A11y | 2024 | [nuxt/nuxt#23255 ](https://github.com/nuxt/nuxt/issues/23255 ) | Accessibility hinting and utilities
2023-09-19 20:23:07 +00:00
Translations | - | [nuxt/translations#4 ](https://github.com/nuxt/translations/discussions/4 ) ([request access](https://github.com/nuxt/nuxt/discussions/16054)) | A collaborative project for a stable translation process for Nuxt 3 docs. Currently pending for ideas and documentation tooling support (content v2 with remote sources).
2022-03-01 15:43:06 +00:00
2024-03-05 11:08:44 +00:00
## Core Modules Roadmap
2022-03-01 15:43:06 +00:00
In addition to the Nuxt framework, there are modules that are vital for the ecosystem. Their status will be updated below.
Module | Status | Nuxt Support | Repository | Description
---------------|---------------------|--------------|------------|-------------------
2022-11-07 11:46:27 +00:00
Auth | Planned | 3.x | `nuxt/auth` to be announced | Nuxt 3 support is planned after session support
2023-09-19 20:23:07 +00:00
2023-10-18 10:59:43 +00:00
## Release Cycle
2023-09-19 20:23:07 +00:00
2023-10-18 11:26:06 +00:00
Since January 2023, we've adopted a consistent release cycle for **Nuxt 3** , following [semver ](https://semver.org ). We aim for major framework releases every year, with an expectation of patch releases every week or so and minor releases every month or so. They should never contain breaking changes except within options clearly marked as `experimental` .
2023-09-19 20:23:07 +00:00
2023-10-18 10:59:43 +00:00
### Ongoing Support for Nuxt
2023-09-19 20:23:07 +00:00
Going forward from v3, we commit to support each major version of Nuxt for a minimum of a year after the last release, and to providing an upgrade path for current users at that point.
2023-10-18 10:59:43 +00:00
### Current Packages
2023-09-19 20:23:07 +00:00
The current active version of [Nuxt ](https://nuxt.com ) is **v3** which is available as `nuxt` on npm with the `latest` tag.
2024-01-03 11:04:37 +00:00
Nuxt 2 is in maintenance mode and is available on npm with the `2x` tag. It will reach End of Life (EOL) on June 30, 2024.
2023-09-19 20:23:07 +00:00
2023-10-12 17:01:41 +00:00
Each active version has its own nightly releases which are generated automatically. For more about enabling the Nuxt 3 nightly release channel, see [the nightly release channel docs ](/docs/guide/going-further/nightly-release-channel ).
2023-09-19 20:23:07 +00:00
Release | | Initial release | End Of Life | Docs
----------------------------------------|---------------------------------------------------------------------------------------------------|-----------------|--------------|-------
2024-01-29 16:53:25 +00:00
**4.x** (scheduled) | | 2024 Q1 | |
2023-12-09 20:15:00 +00:00
**3.x** (stable) | < a href = "https://npmjs.com/package/nuxt" >< img alt = "Nuxt latest 3.x version" src = "https://flat.badgen.net/npm/v/nuxt?label=" ></ a > | 2022-11-16 | TBA | [nuxt.com ](/docs )
**2.x** (maintenance) | < a href = "https://www.npmjs.com/package/nuxt?activeTab=versions" >< img alt = "Nuxt 2.x version" src = "https://flat.badgen.net/npm/v/nuxt/2x?label=" ></ a > | 2018-09-21 | 2024-06-30 | [v2.nuxt.com ](https://v2.nuxt.com/docs )
2024-01-29 16:53:25 +00:00
**1.x** (unsupported) | < a href = "https://www.npmjs.com/package/nuxt?activeTab=versions" > < img alt = "Nuxt 1.x version" src = "https://flat.badgen.net/npm/v/nuxt/1x?label=" > < / a > | 2018-01-08 | 2019-09-21 |
2023-09-19 20:23:07 +00:00
2023-10-18 10:59:43 +00:00
### Support Status
2023-09-19 20:23:07 +00:00
Status | Description
------------|----------------------------------------------------------------------------------
Unsupported | This version is not maintained any more and will not receive security patches
Maintenance | This version will only receive security patches
Stable | This version is being developed for and will receive security patches
Development | This version could be unstable
2023-10-17 09:40:31 +00:00
Scheduled | This version does not exist yet but is planned