Skip to content

Commit e8ee7cf

Browse files
authored
Update 2025-01-24-static-assets-wfp.mdx
Updates to text to include information about Workers for Platforms
1 parent 4684df2 commit e8ee7cf

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/content/changelogs-next/2025-01-24-static-assets-wfp.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ products:
66
date: 2025-01-24T18:00:00Z
77
---
88

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.
1010

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:
1412

15-
![Workers for Platforms Static Assets](public/images/workers/workers-assets/wfp-assets.png)
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.
1614

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.
1820

1921
For more information and setup instructions, please visit our [Direct Uploads documentation](/workers/static-assets/direct-upload/).

0 commit comments

Comments
 (0)