"use client"; import { AnimatedSpan, Terminal, TypingAnimation, } from "@/components/ui/terminal"; import { Section } from "../section"; export function SandboxSection({ className }: { className?: string }) { return (
We gave DeerFlow a computer. It can execute code, manage files, and run long tasks — all in a secure Docker sandbox

} >
{/* Left: Terminal */}
{/* Scene 1: Build a Game */} $ cat requirements.txt pygame==2.5.0 $ pip install -r requirements.txt ✔ Installed pygame $ write game.py --lines 156 ✔ Written 156 lines $ python game.py --test ✔ All sprites loaded ✔ Physics engine OK ✔ 60 FPS stable {/* Scene 2: Data Analysis */} $ curl -O sales-2024.csv Downloaded 12.4 MB
{/* Right: Description */}

Open-source

AIO Sandbox

We recommend using{" "} All-in-One Sandbox {" "} that combines Browser, Shell, File, MCP and VSCode Server in a single Docker container.

{/* Feature Tags */}
Isolated Safe Persistent Mountable FS Long-running
); }