Launch, track, and review documentation runs with confidence.
Docs Review helps operators intake a target, launch the right review mode, track progress, and open the outputs that matter most.
Follow the same operator workflow every time so reviews start cleanly and outputs are easy to audit.
- 1Create or open a targetAdd the docs URL, spec URL, and owner details on the Targets page.
- 2Confirm review readinessCheck the target details page to make sure docs and spec information look correct.
- 3Launch a reviewChoose the mode that fits the check you want to run, then start the review.
- 4Track runs and open outputsUse the Runs page to monitor progress, then open the report and supporting files.
Recommended operator flow
Each main page supports a different step in the workflow.
Start with target intake when you need to register a docs site and its spec so future reviews have a stable starting point.
Use the target detail page when you are ready to pick a mode and begin a new run for that target.
Use the runs list to monitor new launches, filter history, and find the run you want to inspect next.
Open the run detail page to inspect the report first, then use logs and JSON outputs for supporting detail.
Quick access
Jump straight into the main operator workflows.
What to check first
- Confirm the target has the correct docs and spec URLs before launching a new review.
- After launch, use the run status and summary at the top of the run detail page to verify progress.
- Open the report output first. Use JSON and logs only when you need supporting detail.
System details for troubleshooting
Keep this information out of the main customer journey. Internal admins can expand it when something looks off or during occasional verification.
Open detailed system configuration+
Values available from the Next.js app even when the backend is down.
- API base URL
- http://localhost:8000
- Backend config status
- Connected
Backend address, storage location, and cross-origin settings.
- Backend API base
- http://localhost:8000
- Store path
- C:\Projects\docs-review-app\backend\.data\store.json
- CORS allow origins
- http://localhost:3000http://127.0.0.1:3000http://localhost:3001http://127.0.0.1:3001
- CORS origin patterns
- http://*.specward.comhttps://*.specward.com
How the backend is currently configured to reach the review engine.
- Engine mode
- real
- Engine base URL
- http://127.0.0.1:8080
- Engine auth
- No API key configured