---
description: Choose deployment environments and sandbox integrations for Flue applications.
---

# Ecosystem

AI-generated, awaiting review [ View as Markdown](https://flueframework.com/docs/ecosystem/overview/index.md) 

The Flue ecosystem connects deployable applications to hosting environments and sandbox providers. Start with [Develop & Build](https://flueframework.com/docs/guide/develop-and-build/) to develop locally and create build output, then use this section for a specific deployment destination or sandbox integration.

## Deployment environments

Flue builds application artifacts for Node.js and Cloudflare. Deployment pages document how those artifacts fit a particular host or execution environment.

| Destination    | Use it for                                                         | Continue to…                                                                          |
| -------------- | ------------------------------------------------------------------ | ------------------------------------------------------------------------------------- |
| Node.js        | An ordinary long-running Node server or container.                 | [Deploy on Node.js](https://flueframework.com/docs/ecosystem/deploy/node/)            |
| Cloudflare     | A Worker with generated Durable Object-backed runtime integration. | [Deploy on Cloudflare](https://flueframework.com/docs/ecosystem/deploy/cloudflare/)   |
| Render         | A managed Node web service with optional managed persistence.      | [Deploy on Render](https://flueframework.com/docs/ecosystem/deploy/render/)           |
| GitHub Actions | One-shot Node workflow execution in CI.                            | [Use GitHub Actions](https://flueframework.com/docs/ecosystem/deploy/github-actions/) |
| GitLab CI/CD   | One-shot Node workflow execution in CI.                            | [Use GitLab CI/CD](https://flueframework.com/docs/ecosystem/deploy/gitlab-ci/)        |

For local development and build output, see [Develop & Build](https://flueframework.com/docs/guide/develop-and-build/).

## Sandbox connectors

A sandbox connector adapts an application-owned compute or workspace environment into the Flue sandbox contract. A connector controls files and commands available to the agent; it is separate from session conversation storage and workflow run history.

The connector catalog includes remote Linux environments, platform-owned workspaces and containers, and local VM integrations. Choose a provider from the **Sandboxes** navigation group.

## Core guides

* [Sandboxes](https://flueframework.com/docs/guide/sandboxes/) explains how to choose a filesystem and execution boundary.
* [Agents](https://flueframework.com/docs/guide/building-agents/) explains continuing session persistence versus workspace durability.
* [Routing](https://flueframework.com/docs/guide/routing/) explains which deployed application surfaces are public.

## Docs Navigation

Current page: [Ecosystem](https://flueframework.com/docs/ecosystem/overview/)

### Sections

* [Guide](https://flueframework.com/docs/getting-started/quickstart/)
* [Reference](https://flueframework.com/docs/api/agent-api/)
* [CLI](https://flueframework.com/docs/cli/overview/)
* [SDK](https://flueframework.com/docs/sdk/overview/)
* [Ecosystem](https://flueframework.com/docs/ecosystem/overview/)

### Ecosystem

* [ Overview ](https://flueframework.com/docs/ecosystem/overview/)

### Deployment

* [ Cloudflare ](https://flueframework.com/docs/ecosystem/deploy/cloudflare/)
* [ GitHub Actions ](https://flueframework.com/docs/ecosystem/deploy/github-actions/)
* [ GitLab CI/CD ](https://flueframework.com/docs/ecosystem/deploy/gitlab-ci/)
* [ Node.js ](https://flueframework.com/docs/ecosystem/deploy/node/)
* [ Render ](https://flueframework.com/docs/ecosystem/deploy/render/)

### Sandboxes

* [ boxd ](https://flueframework.com/docs/ecosystem/sandboxes/boxd/)
* [ Cloudflare Shell ](https://flueframework.com/docs/ecosystem/sandboxes/cloudflare-shell/)
* [ Cloudflare Sandbox ](https://flueframework.com/docs/ecosystem/sandboxes/cloudflare/)
* [ Daytona ](https://flueframework.com/docs/ecosystem/sandboxes/daytona/)
* [ E2B ](https://flueframework.com/docs/ecosystem/sandboxes/e2b/)
* [ exe.dev ](https://flueframework.com/docs/ecosystem/sandboxes/exedev/)
* [ islo ](https://flueframework.com/docs/ecosystem/sandboxes/islo/)
* [ Mirage ](https://flueframework.com/docs/ecosystem/sandboxes/mirage/)
* [ Modal ](https://flueframework.com/docs/ecosystem/sandboxes/modal/)
* [ smolvm ](https://flueframework.com/docs/ecosystem/sandboxes/smolvm/)
* [ Superserve ](https://flueframework.com/docs/ecosystem/sandboxes/superserve/)
* [ Vercel Sandbox ](https://flueframework.com/docs/ecosystem/sandboxes/vercel/)