# Production Exclusions And Protection Review

Before public production launch, the architect must decide whether each local/demo/review surface is removed, protected, or explicitly production-safe.

## Review These Routes/Pages

- `mvp-profiles.html`
- `mvp-showcase.html`
- `launchpad.html`
- `product-map.html`
- `platform-map.html`
- Any password-free local role review login path
- Any mock payment endpoint
- Any debug-only API or local support endpoint

## Rule

Local demo/review conveniences must not grant production role access, expose seeded credentials, bypass payment verification, or show internal launch notes to public visitors.

## Evidence Required

- Route decision list: remove / protect / keep.
- Screenshot or HTTP evidence for each protected route.
- Confirmation that password-free role walkthrough is local-only and disabled on deployed production.
