Guide

Preview Management

Start, restart, or verify a local preview server with minimal confusion.

The preview workflow focuses on local preview startup, health checks, and developer-facing verification.

It should make it easy to go from source changes to a working local URL.

Preview Steps

  • Detect the preview command from repository context.
  • Check whether a preview server is already running.
  • Start, stop, restart, or verify the server as requested.
  • Resolve port conflicts explicitly instead of guessing.
  • Report the local URL and basic health status.