Codex plugin · local-first

Fix 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.

No API keyNo source uploadNo rebuild for judges
Global Passport · 7f2ad093Tripboard sample
64/100

Readiness score

Barriers found in every context.

13 deterministic findings
Evidence ledgerPrioritized for repair
serious
Form control has no accessible label#destination
Keyboard + axe
serious
Checkout card leaves the RTL viewport[data-testid=booking-card]
Arabic mobile
moderate
Expanded action label clipsbutton.primary
+40% labels
4×global conditions
across 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.”
01 / The loop

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.

01
◎

Test the world

Run Chromium across keyboard access, RTL, expanded copy, and constrained mobile on the routes you choose.

everywhere audit --config …
02
⌁

Repair the source

Codex reads the evidence ledger, locates the React source, and applies scoped, reviewable fixes.

Audit and fix this app…
03
✓

Prove the delta

See matched before/after screenshots, then gate a release if the score drops or serious barriers appear.

everywhere verify --gate regression
02 / Test matrix

Four 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.

3G

Constrained mobile

Configurable locale, timezone, network latency, failed requests, and runtime errors.

03 / Try it

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 ↗
Codex pluginRecommended · run in order
v0.2.0
  1. 1
    Add the tagged marketplacecodex plugin marketplace add GuduruBharath-hub/EverywhereQA --ref v0.2.0
  2. 2
    Install the Codex plugincodex plugin add everywhere-qa@everywhere-qa
  3. 3
    Install Chromium oncenpx --yes everywhere-qa@0.2.0 setup
Then start a fresh Codex threadSelect GPT-5.6, open the target repository, and make sure its app is running.
Audit and fix this app for users everywhere: http://localhost:3000
CLI-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