March 18, 2026

Share a single preview link with reviewers that stays up to date as you push changes by passing an --id to fern generate --docs --preview. Rerunning with the same --id updates the existing preview in place rather than creating a new URL.

$fern generate --docs --preview --id my-feature

To set this up in CI, update your GitHub Actions workflow to pass the branch name as the --id.

Read the docs