All Docs
Getting StartedSaaS FactoryUpdated March 11, 2026

See Your Product Build Itself: Introducing the Live Preview Panel

See Your Product Build Itself: Introducing the Live Preview Panel

Released in v1.0.123

One of the most compelling things about watching an AI agent work is seeing the result materialize before your eyes. Until now, SaaS Factory showed you everything happening in the pipeline — agent logs, PR diffs, CI results, deployment hooks — but the final product lived in a separate browser tab. You had to go find it.

With v1.0.123, that gap is gone.

The Dashboard Now Has an Embedded Live Preview

The SaaS Factory dashboard now renders your live Vercel deployment in an embedded panel, right next to the pipeline timeline. As agents write code, merge PRs, and ship deployments, you watch the product change in real time — without leaving the dashboard.

This is the same pattern that made tools like Bolt, Lovable, v0, and Replit feel magical: the feedback loop between "agent does something" and "product visually changes" is now measured in seconds, not tab-switches.

What Changed

Before v1.0.123:

  • Dashboard showed pipeline status, agent logs, and PR list.
  • Deployment URL existed in projects.deploymentUrl and Vercel auto-deploys ran automatically.
  • Users had to open the deployment URL manually to verify the result.

After v1.0.123:

  • An <iframe> panel renders the live deployment URL inline in the dashboard.
  • The panel sits side-by-side with the pipeline timeline.
  • It reloads automatically when a new Vercel deployment completes, driven by the existing SSE pipeline stream.

Nothing New to Set Up

This feature required zero new infrastructure. The deployment URLs, Vercel deploy hooks, and SSE streaming were already in place. The preview panel is a direct UX improvement built entirely on top of existing capabilities — it just works for every project that already has a Vercel deployment connected.

Get Started

Open any project in the SaaS Factory dashboard. If your project has a deployment URL, the live preview panel will appear automatically alongside the pipeline timeline.

For more details — including troubleshooting iframe embedding issues — see the Live Product Preview Panel feature guide.