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
Build your own multitenant platform using Cloudflare as infrastructure
13
13
</Description>
14
14
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
+

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
16
33
17
34
***
18
35
19
36
## Products
20
37
21
-
<Featureheader="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
+
<Featureheader="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.
23
40
</Feature>
24
41
25
-
<Featureheader="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
+
<Featureheader="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.
0 commit comments