#destinationFix once.
Work everywhere.
Find the barriers your happy path misses. Codex tests explicit routes in real global conditions, repairs your React app, and proves every fix with the same deterministic checks.
Readiness score
Barriers found in every context.
13 deterministic findings[data-testid=booking-card]button.primaryacross up to 10 routes
Most QA validates one page, one language, one direction, and one fast connection. That is not the world your product ships into.
“Accessibility and localization should not be a checklist after launch. They should be a repair loop inside the developer workflow.”
Evidence in.
Verified patches out.
The scanner stays deterministic. GPT‑5.6 does what it is uniquely good at: understanding the repository, choosing the smallest safe repair, and validating the result.
Test the world
Run Chromium across keyboard access, RTL, expanded copy, and constrained mobile on the routes you choose.
everywhere audit --config …Repair the source
Codex reads the evidence ledger, locates the React source, and applies scoped, reviewable fixes.
Audit and fix this app…Prove the delta
See matched before/after screenshots, then gate a release if the score drops or serious barriers appear.
everywhere verify --gate regressionFour views of every route.
Keyboard + assistive tech
axe-core evidence, focus traversal, labels, semantics, and visible controls.
RTL mobile
Direction, overflow, clipped interactions, and logical layout in a configurable locale.
Text expansion
Pseudo-localized copy exposes fixed widths and labels that cannot breathe.
Constrained mobile
Configurable locale, timezone, network latency, failed requests, and runtime errors.
Your next users
are already everywhere.
Use the Codex plugin for the complete audit, repair, and verification loop. Use the public CLI when you only need a deterministic read-only audit. Neither path requires cloning this repository.
Read the complete installation guide ↗- 1Add the tagged marketplace
codex plugin marketplace add GuduruBharath-hub/EverywhereQA --ref v0.2.0 - 2Install the Codex plugin
codex plugin add everywhere-qa@everywhere-qa - 3Install Chromium once
npx --yes everywhere-qa@0.2.0 setup
Audit and fix this app for users everywhere: http://localhost:3000CLI-only auditNo Codex plugin or source repair
npx --yes everywhere-qa@0.2.0 audit --url https://everywhere-qa-demo-2ifz.vercel.app/lab-broken --out artifacts/judge-audit