Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 23 additions & 6 deletions src/content/docs/cloudflare-for-platforms/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,36 @@ import { Description, Feature } from "~/components"

<Description>

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

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

![Figure 1: Cloudflare for Platforms Architecture Diagram](~/assets/images/reference-architecture/programmable-platforms/programmable-platforms-2.svg)

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:

- **Isolation and multitenancy** — each of your customers run code in their own in their own Worker — a [secure and isolated sandbox](/workers/reference/how-workers-works/)
- **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/)
- **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
- **Custom Domains and Subdomains** — you [call an API](/cloudflare-for-platforms/cloudflare-for-saas/) to create custom subdomains or configure a custom domains for each of your customers

Cloudflare for Platforms is used by leading platforms big and small to:

- Build application development platforms tailored to specific domains, like ecommerce storefronts or mobile apps
- Power AI coding platforms that let anyone build and deploy software
- Customize product behavior by allowing any user to write a short code snippet
- Offer every customer their own isolated database
- Provide each customer with their own subdomain

***

## Products

<Feature header="Cloudflare for SaaS" href="/cloudflare-for-platforms/cloudflare-for-saas/">
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.
<Feature header="Workers for Platforms" href="/cloudflare-for-platforms/workers-for-platforms/">
Let your customers build and deploy their own applications to your platform, using Cloudflare's developer platform.
</Feature>

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