Skip to content

Commit 2841cbe

Browse files
Improve Cloudflare for Platforms landing page (#21902)
* Improve Cloudflare for Platforms landing page * Apply suggestions from code review * Update src/content/docs/cloudflare-for-platforms/index.mdx * Update src/content/docs/cloudflare-for-platforms/index.mdx * Apply suggestions from code review Co-authored-by: ToriLindsay <[email protected]> --------- Co-authored-by: ToriLindsay <[email protected]>
1 parent 2455b54 commit 2841cbe

File tree

1 file changed

+23
-6
lines changed
  • src/content/docs/cloudflare-for-platforms

1 file changed

+23
-6
lines changed

src/content/docs/cloudflare-for-platforms/index.mdx

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,36 @@ import { Description, Feature } from "~/components"
99

1010
<Description>
1111

12-
Cloudflare's offering for SaaS businesses.
12+
Build your own multitenant platform using Cloudflare as infrastructure
1313
</Description>
1414

15-
Extend Cloudflare's security, reliability, and performance services to your customers with Cloudflare for Platforms. Together with Cloudflare for SaaS and Workers for Platforms, your customers can build custom logic to meet their needs right into your application.
15+
Cloudflare for Platforms lets you run untrusted code written by your customers, or by AI, in a secure, hosted sandbox, and give each customer their own subdomain or custom domain.
16+
17+
![Figure 1: Cloudflare for Platforms Architecture Diagram](~/assets/images/reference-architecture/programmable-platforms/programmable-platforms-2.svg)
18+
19+
You can think of Cloudflare for Platforms as the exact same products and functionality that Cloudflare offers its own customers, structured so that you can offer it to your own customers, embedded within your own product. This includes:
20+
21+
- **Isolation and multitenancy** — each of your customers runs code in their own Worker — a [secure and isolated sandbox](/workers/reference/how-workers-works/)
22+
- **Programmable routing, ingress, egress and limits** — you write code that dispatches requests to your customers' code, and can control [ingress](/cloudflare-for-platforms/workers-for-platforms/get-started/dynamic-dispatch/), [egress](/cloudflare-for-platforms/workers-for-platforms/configuration/outbound-workers/) and set [per-customer limits](/cloudflare-for-platforms/workers-for-platforms/configuration/custom-limits/)
23+
- **Databases and storage** — you can provide [databases, object storage and more](/workers/runtime-apis/bindings/) to your customers as APIs they can call directly, without API tokens, keys, or external dependencies
24+
- **Custom Domains and Subdomains** — you [call an API](/cloudflare-for-platforms/cloudflare-for-saas/) to create custom subdomains or configure custom domains for each of your customers
25+
26+
Cloudflare for Platforms is used by leading platforms big and small to:
27+
28+
- Build application development platforms tailored to specific domains, like ecommerce storefronts or mobile apps
29+
- Power AI coding platforms that let anyone build and deploy software
30+
- Customize product behavior by allowing any user to write a short code snippet
31+
- Offer every customer their own isolated database
32+
- Provide each customer with their own subdomain
1633

1734
***
1835

1936
## Products
2037

21-
<Feature header="Cloudflare for SaaS" href="/cloudflare-for-platforms/cloudflare-for-saas/">
22-
Cloudflare for SaaS allows you to extend the security and performance benefits of Cloudflare’s network to your customers via their own custom or vanity domains.
38+
<Feature header="Workers for Platforms" href="/cloudflare-for-platforms/workers-for-platforms/">
39+
Let your customers build and deploy their own applications to your platform, using Cloudflare's developer platform.
2340
</Feature>
2441

25-
<Feature header="Workers for Platforms" href="/cloudflare-for-platforms/workers-for-platforms/">
26-
Workers for Platforms help you deploy serverless functions programmatically on behalf of your customers.
42+
<Feature header="Cloudflare for SaaS" href="/cloudflare-for-platforms/cloudflare-for-saas/">
43+
Give your customers their own subdomain or custom domain, protected and accelerated by Cloudflare.
2744
</Feature>

0 commit comments

Comments
 (0)