Skip to content

Commit 72c19ca

Browse files
committed
adds changelog entry for full-stack frameworks GA support
1 parent d2ae2db commit 72c19ca

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
164 KB
Loading
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Full-stack frameworks 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+
hidden: true
9+
---
10+
11+
import { Image } from "astro:assets";
12+
import fullstackWorkers from "~/assets/images/changelog/workers/fullstack-on-workers.png";
13+
14+
<Image src={fullstackWorkers} alt="Fullstack on Cloudflare Workers" />
15+
16+
We're excited to announce that the following frameworks are now fully supported and **generally available** on Cloudlfare Workers:
17+
18+
- [React Router v7 (Remix)](/workers/frameworks/framework-guides/remix/)
19+
- [Astro](/workers/frameworks/framework-guides/astro/)
20+
- [Hono](/workers/frameworks/framework-guides/hono/)
21+
- [Vue.js](/workers/frameworks/framework-guides/vue/)
22+
- [Nuxt](/workers/frameworks/framework-guides/nuxt/)
23+
- [Svelte (SvelteKit)](/workers/frameworks/framework-guides/svelte/)
24+
- And [more](/workers/frameworks/).
25+
26+
The following frameworks are still in **beta**, but will be fully supported and GA in the next few months:
27+
28+
- [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).
29+
- [Angular](/workers/frameworks/framework-guides/angular/)
30+
- [SolidJS (SolidStart)](/workers/frameworks/framework-guides/solid/)
31+
32+
You can also build complete full-stack apps on Workers **without a framework**:
33+
34+
- 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.
35+
36+
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.
37+
38+
**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).

0 commit comments

Comments
 (0)