Skip to content
Closed
Changes from all 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
2 changes: 2 additions & 0 deletions apps/docs/src/content/docs/ecosystem/sandboxes/cloudflare.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ lastReviewedAt: 2026-07-21

Cloudflare Sandbox uses `@cloudflare/sandbox` to provide a container-backed Linux environment to a Flue application deployed on Cloudflare. This integration is platform-native: it is not an adapter module for a Node-target application.

> **Warning:** Deploying Cloudflare Sandbox requires the [Cloudflare Workers Paid plan](https://developers.cloudflare.com/sandbox/platform/pricing/). Local development runs the same container-backed sandbox through Docker and is not subject to this requirement — the Paid plan applies to deployed Workers usage only.

## Quickstart

Add container-backed Linux sandbox capability to an existing Flue project with the [Cloudflare Sandbox](https://developers.cloudflare.com/sandbox) blueprint. Run the following command in your terminal or coding agent of choice:
Expand Down