Skip to content

Public Shares

ewyct edited this page Jul 4, 2026 · 1 revision

Public Shares

Publish any test run, build, or visual diff as a public, login-free report at /r/<slug>. External reviewers — designers, PMs, customers, or prospects — can view screenshots, diffs, and session video without an account on your instance.


What a share includes

  • Screenshots and diffs in a read-only, watermarked view.
  • Session video — the run's recording, served as WebM with automatic MP4 conversion and a still-image fallback for players that can't stream it.
  • AI demo notes (optional) — an AI-written summary and highlights describing what the run demonstrates.
  • Zip download of the run's artifacts.

Scope

Share from a test (recommended — a single test's run) or from a build (a multi-test QA suite). Test-scoped shares are the common case.

Social sharing

Each share ships copy and media-aware cards tuned per network, so a link previews well when posted to X, YouTube, and TikTok (including the media-aware X flow for attaching the session video/screenshot).

Lifecycle

  • Stable URL on re-publish — re-publishing the same scope reuses the existing slug instead of minting a new link.
  • Revocable — revoke a share at any time to take the public page offline.

Publishing programmatically

Via MCP: lastest_publish_share creates a link and lastest_share manages/lists/revokes shares, so an agent can publish a report as part of a workflow. See MCP Server.


Notes for self-hosting

Public share pages and their assets are served on unauthenticated routes (/r/, share media, and OG-image endpoints). If you front Lastest with a WAF/CDN, allow these paths and the social-card crawlers so link previews render.


See also

Clone this wiki locally