You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Full-stack frameworks now generally available on Cloudflare Workers
2
+
title: Full-stack frameworks are now Generally Available on Cloudflare Workers
3
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
4
products:
5
5
- workers
@@ -12,7 +12,7 @@ import fullstackWorkers from "~/assets/images/changelog/workers/fullstack-on-wor
12
12
13
13
<Imagesrc={fullstackWorkers}alt="Full-stack on Cloudflare Workers" />
14
14
15
-
We're excited to announce that the following frameworks are now fully supported and **generally available** on Cloudlfare Workers:
15
+
The following full-stack frameworks now have Generally Available ("GA") adapters for Cloudflare Workers, and are ready for you to use in production:
The following frameworks are still in **beta**, but will be fully supported and GA in the next few months:
25
+
The following frameworks are now in **beta**, with GA support coming very soon:
26
26
27
-
-[Next.js](/workers/frameworks/framework-guides/nextjs/), supported through [@opennextjs/cloudflare](https://opennext.js.org/cloudflare) is now `v1.0-beta`. Those using the OpenNext adapter will also be able to easily upgrade to the [recently announced Next.js Deployments API](https://github.com/vercel/next.js/discussions/77740).
27
+
-[Next.js](/workers/frameworks/framework-guides/nextjs/), supported through [@opennextjs/cloudflare](https://opennext.js.org/cloudflare) is now `v1.0-beta`.
You can also build complete full-stack apps on Workers **without a framework**:
32
32
33
-
- You can [“just use Vite"](https://blog.cloudflare.com/introducing-the-cloudflare-vite-plugin) and React together, and build a backend API in the same Worker. Follow our [React SPA with an API tutorial](/workers/vite-plugin/tutorial/) to learn how.
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
34
35
-
All together, these new additions allow you to build and host projects ranging from simple static sites to full-stack applications, all on Cloudflare Workers.
36
35
37
-
**Get started building today with our [framework guides](/workers/frameworks/)**. Or, read more about our updates to building full-stack applications on Workers in our [Dev Week 2025 blog](https://blog.cloudflare.com/full-stack-development-on-cloudflare-workers).
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