diff --git a/docs/start/framework/react/guide/hosting.md b/docs/start/framework/react/guide/hosting.md index d195dd783fd..7c6d42d2a12 100644 --- a/docs/start/framework/react/guide/hosting.md +++ b/docs/start/framework/react/guide/hosting.md @@ -145,7 +145,7 @@ Deploy your application using their one-click deployment process, and you're rea **⚠️ During TanStack Start 1.0 release candidate phase, we currently recommend using:** - [@tanstack/nitro-v2-vite-plugin (Temporary Compatibility Plugin)](https://www.npmjs.com/package/@tanstack/nitro-v2-vite-plugin) - A temporary compatibility plugin for using Nitro v2 as the underlying build tool for TanStack Start. -- [Nitro v3's Vite Plugin (BETA)](https://www.npmjs.com/package/nitro-nightly) - A **BETA** plugin for officially using Nitro v3 as the underlying build tool for TanStack Start. +- [Nitro v3's Vite Plugin (ALPHA)](https://www.npmjs.com/package/nitro) - An **ALPHA** plugin for officially using Nitro v3 as the underlying build tool for TanStack Start. #### Using Nitro v2 @@ -169,15 +169,9 @@ export default defineConfig({ }) ``` -#### Using Nitro v3 (BETA) +#### Using Nitro v3 (ALPHA) -**⚠️ The `nitro` vite plugin is an official **BETA** plugin from the Nitro team for using Nitro v3 as the underlying build tool for TanStack Start. It is still in development and is receiving regular updates.** - -This package needs to be installed as follows: - -``` - "nitro": "npm:nitro-nightly", -``` +**⚠️ The [`nitro`](https://www.npmjs.com/package/nitro) vite plugin is an official **ALPHA** plugin from the Nitro team for using Nitro v3 as the underlying build tool for TanStack Start. It is still in development and is receiving regular updates.** ```tsx import { tanstackStart } from '@tanstack/react-start/plugin/vite' diff --git a/docs/start/framework/solid/guide/hosting.md b/docs/start/framework/solid/guide/hosting.md index ffeaa0b9b20..0c70b130700 100644 --- a/docs/start/framework/solid/guide/hosting.md +++ b/docs/start/framework/solid/guide/hosting.md @@ -153,7 +153,7 @@ Deploy your application using their one-click deployment process, and you're rea **⚠️ During TanStack Start 1.0 release candidate phase, we currently recommend using:** - [@tanstack/nitro-v2-vite-plugin (Temporary Compatibility Plugin)](https://www.npmjs.com/package/@tanstack/nitro-v2-vite-plugin) - A temporary compatibility plugin for using Nitro v2 as the underlying build tool for TanStack Start. -- [Nitro v3's Vite Plugin (BETA)](https://www.npmjs.com/package/nitro-nightly) - A **BETA** plugin for officially using Nitro v3 as the underlying build tool for TanStack Start. +- [Nitro v3's Vite Plugin (ALPHA)](https://www.npmjs.com/package/nitro) - An **ALPHA** plugin for officially using Nitro v3 as the underlying build tool for TanStack Start. #### Using Nitro v2 @@ -177,15 +177,9 @@ export default defineConfig({ }) ``` -#### Using Nitro v3 (BETA) +#### Using Nitro v3 (ALPHA) -**⚠️ The `nitro` vite plugin is an official **BETA** plugin from the Nitro team for using Nitro v3 as the underlying build tool for TanStack Start. It is still in development and is receiving regular updates.** - -This package needs to be installed as follows: - -``` - "nitro": "npm:nitro-nightly", -``` +**⚠️ The [`nitro`](https://www.npmjs.com/package/nitro) vite plugin is an official **ALPHA** plugin from the Nitro team for using Nitro v3 as the underlying build tool for TanStack Start. It is still in development and is receiving regular updates.** ```tsx import { tanstackStart } from '@tanstack/solid-start/plugin/vite'