examples

Installation
SKILL.md

Examples

The examples/ directory contains working sample apps that exercise the SDK end-to-end. They double as integration smoke tests and as reference material for users.

Running an Example

From inside an example directory (e.g. examples/minimal/):

npm run dev    # Start wrangler dev (builds Docker on first run)

The first run builds the container image, so it's slow. Subsequent runs reuse the image unless the SDK or Dockerfile changes. If you've changed the container runtime or SDK, run npm run docker:rebuild from the repo root before npm run dev.

Available Examples

Example Demonstrates
minimal Smallest possible Sandbox SDK setup
Related skills

More from cloudflare/sandbox-sdk

Installs
1
GitHub Stars
1.0K
First Seen
7 days ago