# Developer Journey Atlas deployed source

The active product UI is `packages/journey-corpus/web`. Generated public files are machine artifacts only.

- [web/index.html](https://developer-journey-atlas.onrender.com/source/web/index.html): The active product document served before generated artifacts.
- [web/app.js](https://developer-journey-atlas.onrender.com/source/web/app.js): Search, durable routing, explicit research consent, sharing, and route rendering.
- [web/styles.css](https://developer-journey-atlas.onrender.com/source/web/styles.css): The active responsive and accessible visual system.
- [src/server.ts](https://developer-journey-atlas.onrender.com/source/src/server.ts): The deployed Express composition root and platform-page metadata route.
- [src/api/router.ts](https://developer-journey-atlas.onrender.com/source/src/api/router.ts): The complete public API route index.
- [src/api/platforms.ts](https://developer-journey-atlas.onrender.com/source/src/api/platforms.ts): Fail-closed platform list and route presenter.
- [src/api/journey.ts](https://developer-journey-atlas.onrender.com/source/src/api/journey.ts): Selected journey graph presenter with public blocker links suppressed.
- [src/api/peerComparison.ts](https://developer-journey-atlas.onrender.com/source/src/api/peerComparison.ts): Compatible-domain peer comparison presenter with strict qualification gates.
- [src/api/research.ts](https://developer-journey-atlas.onrender.com/source/src/api/research.ts): Explicit research start and private review projection.
- [src/core/complexityProfile.ts](https://developer-journey-atlas.onrender.com/source/src/core/complexityProfile.ts): Auditable documented structural complexity dimensions and rating formula.
- [src/core/peerComparison.ts](https://developer-journey-atlas.onrender.com/source/src/core/peerComparison.ts): Reviewed-route compatible peer qualification and comparison dimensions.
- [src/core/publicationGate.ts](https://developer-journey-atlas.onrender.com/source/src/core/publicationGate.ts): Identity, source, claim, and route publication gate.
- [src/core/sourceAuthority.ts](https://developer-journey-atlas.onrender.com/source/src/core/sourceAuthority.ts): Deterministic first-party source authority checks.
- [src/core/journeyGraph.ts](https://developer-journey-atlas.onrender.com/source/src/core/journeyGraph.ts): Typed journey graph and selected-route integrity checks.
- [scripts/build-corpus-health.mjs](https://developer-journey-atlas.onrender.com/source/scripts/build-corpus-health.mjs): Machine-readable corpus health and migration analysis generator.
- [scripts/build-site.mjs](https://developer-journey-atlas.onrender.com/source/scripts/build-site.mjs): Fail-closed machine artifact and source snapshot generator.
- [scripts/check-llm-site.mjs](https://developer-journey-atlas.onrender.com/source/scripts/check-llm-site.mjs): Generated public-surface contract check.
- [PRIVACY.md](https://developer-journey-atlas.onrender.com/source/PRIVACY.md): Research provider, storage, retention, and deletion disclosure.
- [EVENT-CONTRACT.txt](https://developer-journey-atlas.onrender.com/source/EVENT-CONTRACT.txt): Uninstrumented privacy-preserving event contract.
- [LAUNCH-CHECKLIST.txt](https://developer-journey-atlas.onrender.com/source/LAUNCH-CHECKLIST.txt): Human review and representative-user pilot gate.
- [package.json](https://developer-journey-atlas.onrender.com/source/package.json): Supported build, audit, evaluation, and test commands.
