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
Copy file name to clipboardExpand all lines: src/content/changelogs-next/2025-01-24-static-assets-wfp.mdx
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,16 @@ products:
6
6
date: 2025-01-24T18:00:00Z
7
7
---
8
8
9
-
[Workers for Platforms](https://developers.cloudflare.com/cloudflare-for-platforms/workers-for-platforms/) now supports the direct upload and management of [static assets](https://developers.cloudflare.com/workers/static-assets/), making it easier than ever to deliver complete solutions to your customers. Whether you're running an eCommerce platform, SaaS application, or a custom developer ecosystem, this new feature lets you:
9
+
[Workers for Platforms](https://developers.cloudflare.com/cloudflare-for-platforms/workers-for-platforms/) now supports the direct upload and management of [static assets](https://developers.cloudflare.com/workers/static-assets/), allowing teams to deliver complete solutions to their users. Workers for Platforms allows any organization to make their applications programmable, by embedding serverless functions directly into their products. This means that if you're using Workers for Platforms, you can allow other end-users to write and execute custom code within your system, without needing to worry about infrastructure, security, or performance. Workers for Platforms is commonly used by SaaS businesses ([such as Shopify](https://blog.cloudflare.com/workers-for-platforms/)) in order to give end-users granular control to extend the platform to meet their needs.
10
10
11
-
- Attach static files (like HTML, CSS, and JavaScript) directly to Workers.
12
-
- Fetch and serve assets using [asset bindings](/workers/static-assets/binding/#binding) to power advanced applications.
13
-
- Streamline deployment workflows with asset manifests and bulk upload functionality.
11
+
With the support for static assets in Workers for Platforms, your organization's infrastructure is even more programmable and unified:
14
12
15
-

13
+
+**Host and serve static assets**: Upload and deliver static files (such as HTML, CSS, and JavaScript) alongside your Workers, directly from Cloudflare's global edge network.
16
14
17
-
By combining your custom logic with integrated static assets, you can offer incredible flexibility to your customers, all delivered from Cloudflare's global edge network.
15
+
+**Optimize performance**: Reduce latency and improve user experience by co-locating static assets and dynamic Workers close to end-users.
16
+
17
+
+**Streamline Workflows**: Manage static assets and Workers in a single deployment flow, with manifest-based uploads to avoid redundant file transfers.
18
+
19
+
+**Enhance customization**: Leverage [asset bindings](/workers/static-assets/binding/#binding) in your Workers to dynamically fetch, modify, or customize static content.
18
20
19
21
For more information and setup instructions, please visit our [Direct Uploads documentation](/workers/static-assets/direct-upload/).
0 commit comments