Get started with Reshot

Capture one real public product flow, inspect the evidence, then add account and integration work only when the local result is trustworthy.

Prompt
Help me add Reshot to this project using the shortest useful path.

1. Detect the package manager and install @reshotdev/screenshot.
2. Find one public, release-critical page that can render without authentication.
3. Create reshot.config.json with one flow and one screenshot capture for that page. Use a stable readySelector if the page exposes one.
4. Tell me how to start the app in production mode.
5. Run reshot run and help me inspect the artifact in .reshot/output/.

Do not add authentication, variants, CI, GitHub, or advanced readiness instrumentation yet. Once the first artifact is correct, briefly list those as optional next steps.

After the first artifact is correct

Authenticate with npx --yes --package @reshotdev/screenshot -- reshot auth, publish for named review, then attach GitHub for an advisory pull-request check. Protected routes, variants, and stricter readiness signals are progressive steps—not first-run prerequisites.