|
| 1 | +--- |
| 2 | +title: Full-stack frameworks are now Generally Available on Cloudflare Workers |
| 3 | +description: Cloudflare Workers now provides production ready, generally available (GA) support for React Router v7 (Remix), Astro, Hono, Vue.js, Nuxt, Svelte (SvelteKit), and more. |
| 4 | +products: |
| 5 | + - workers |
| 6 | + - workers-for-platforms |
| 7 | +date: 2025-04-08T18:00:00Z |
| 8 | +--- |
| 9 | + |
| 10 | +import { Image } from "astro:assets"; |
| 11 | +import fullstackWorkers from "~/assets/images/changelog/workers/fullstack-on-workers.png"; |
| 12 | + |
| 13 | +<Image src={fullstackWorkers} alt="Full-stack on Cloudflare Workers" /> |
| 14 | + |
| 15 | +The following full-stack frameworks now have Generally Available ("GA") adapters for Cloudflare Workers, and are ready for you to use in production: |
| 16 | + |
| 17 | +- [React Router v7 (Remix)](/workers/frameworks/framework-guides/react-router/) |
| 18 | +- [Astro](/workers/frameworks/framework-guides/astro/) |
| 19 | +- [Hono](/workers/frameworks/framework-guides/hono/) |
| 20 | +- [Vue.js](/workers/frameworks/framework-guides/vue/) |
| 21 | +- [Nuxt](/workers/frameworks/framework-guides/nuxt/) |
| 22 | +- [Svelte (SvelteKit)](/workers/frameworks/framework-guides/svelte/) |
| 23 | +- And [more](/workers/frameworks/). |
| 24 | + |
| 25 | +The following frameworks are now in **beta**, with GA support coming very soon: |
| 26 | + |
| 27 | +- [Next.js](/workers/frameworks/framework-guides/nextjs/), supported through [@opennextjs/cloudflare](https://opennext.js.org/cloudflare) is now `v1.0-beta`. |
| 28 | +- [Angular](/workers/frameworks/framework-guides/angular/) |
| 29 | +- [SolidJS (SolidStart)](/workers/frameworks/framework-guides/solid/) |
| 30 | + |
| 31 | +You can also build complete full-stack apps on Workers **without a framework**: |
| 32 | + |
| 33 | +- You can [“just use Vite"](https://blog.cloudflare.com/introducing-the-cloudflare-vite-plugin) and React together, and build a back-end API in the same Worker. Follow our [React SPA with an API tutorial](/workers/vite-plugin/tutorial/) to learn how. |
| 34 | + |
| 35 | + |
| 36 | +**Get started building today with our [framework guides](/workers/frameworks/)**, or read our [Developer Week 2025 blog post](https://blog.cloudflare.com/full-stack-development-on-cloudflare-workers) about all the updates to building full-stack applications on Workers. |
0 commit comments