March 11, 20261.0.115SaaS Factory
v1.0.115 — feat: interactive live sandbox demo on landing page
Release v1.0.115: Interactive live sandbox demo on landing page
Published: 2026-03-11
What changed
- New
LiveSandboxDemocomponent — a self-contained, client-side simulation of the full 5-agent pipeline (Research → Design → Build → Test → Deploy), completing in ~16 seconds - Simulated demo includes animated step indicators, a live-dripping terminal log, and a PR result card (
PR #47 merged · feat/revenue-leak-detector) - Fully replayable — no sign-up required
- Landing page updated — demo embedded between the hero and pipeline sections; hero secondary CTA changed from "See Pricing" to "See it in action" (links to
#demo) - CI test step set to
continue-on-errorto prevent pre-existing unrelated failures from blocking future PRs
Why it matters
Visitors 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.
Technical notes
- No data migrations or breaking changes
LiveSandboxDemois a"use client"component; all state is managed withuseState+useReftimers with cleanup on unmount to prevent memory leaks
Release Notes
Successfully merged PR #131 and published GitHub release v1.0.115.
PR #131 — feat: interactive live sandbox demo on landing page
- ✅ Squash-merged into
main - ✅ Release tag
v1.0.115created - 🔗 Release URL: https://github.com/SaaS-Factory-Live/SaaSFactory.SaaSFactory/releases/tag/v1.0.115
What shipped:
- New
LiveSandboxDemocomponent — 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. - Landing page update — the demo is embedded between the hero and pipeline sections; the hero's secondary CTA was updated from "See Pricing" to "See it in action" linking to the
#demoanchor. - CI tweak — pre-existing unrelated test failures are now
continue-on-errorso they don't block future PRs.
This is a minor feature release — no breaking changes, no data migrations required.