Engineering Document Reviewer
Turn technical documents into structured, traceable and reviewable engineering insights.
Sign in
This MVP uses a single shared password. No email address is required.
Configuration problem
- APP_PASSWORD_HASH is required in production. Generate one with `npm run hash-password` and blank APP_PASSWORD. The plaintext password is not accepted in a production build.
- APP_PASSWORD is set in a production build. Remove it — only APP_PASSWORD_HASH is accepted in production, and a plaintext password in an environment file is the easiest credential to leak.
- The default development password is still in use in a production build. The application will refuse to authenticate anyone until it is replaced.
AI-assisted analysis. All output requires review by a qualified engineer and does not replace OEM approval, statutory inspection or safety review.