Published: 2026-03-11
LiveSandboxDemo component — a self-contained, client-side simulation of the full 5-agent pipeline (Research → Design → Build → Test → Deploy), completing in ~16 secondsPR #47 merged · feat/revenue-leak-detector)#demo)continue-on-error to prevent pre-existing unrelated failures from blocking future PRsVisitors can now watch a full pipeline run — from idea to merged PR — without signing up. The ~16-second demo shows real agent names, realistic log output, and a simulated PR being opened and merged.
LiveSandboxDemo is a "use client" component; all state is managed with useState + useRef timers with cleanup on unmount to prevent memory leaksSuccessfully merged PR #131 and published GitHub release v1.0.115.
PR #131 — feat: interactive live sandbox demo on landing page
mainv1.0.115 createdWhat shipped:
LiveSandboxDemo component — a 584-line self-contained "use client" component that simulates a full 5-agent pipeline (Research → Design → Build → Test → Deploy) in ~16 seconds, complete with fake browser chrome, animated step indicators, a live-dripping terminal log, a PR result card, and a fully replayable flow.#demo anchor.continue-on-error so they don't block future PRs.This is a minor feature release — no breaking changes, no data migrations required.