Skip to content

v0.3.0 — first public release

Choose a tag to compare

@tastyeffectco tastyeffectco released this 10 Jul 21:11
· 77 commits to main since this release

sandboxd 0.3.0 — first public release

The full platform lands on main: an API-first engine for AI-built apps, plus an optional web console to drive it all.

Highlights

  • Web console (optional) — create apps, chat to a coding agent, watch the live preview, edit files, commit/push with Git — all from a browser. A pure /v1 client; the engine runs perfectly headless.
  • Credential-injecting agent proxy — OpenCode (default) & Claude Code reach their provider through a control-plane proxy, so no API key or OAuth token ever enters a sandbox.
  • Runtime presets — React/Vite, Next.js, Node/Express, FastAPI, Worker; each boots to a live preview and reloads after agent edits.
  • Agent tasks — stream progress, honest results, every task checkpointed & revertible.
  • Live preview URLs + sleep/wake, Git import/commit/push, config & secrets (encrypted, write-only), snapshots / fork / restore, activity timeline, per-process logs, settings/lifecycle.
  • One-command install.

Install

curl -fsSL https://raw.githubusercontent.com/tastyeffectco/sandboxd/main/install.sh | bash

Upgrade from 0.2.x

Additive migrations (00140021) run automatically (forward-only, fail-closed); data dir + .env preserved. Bounce existing sandboxes after upgrade so they rebuild on the 0.3 image. New .env keys have safe defaults; the console profile needs CONSOLE_BASIC_AUTH.

Docs: https://sandboxd.io · Roadmap: https://sandboxd.io/roadmap · Discussions: https://github.com/tastyeffectco/sandboxd/discussions