DISCOVER
Find cryptographic code and everything connected to it.
POST-QUANTUM MIGRATION FOR NODE.JS
Quantum Twin finds RSA signatures in your code, plans a move to NIST-standardized ML-DSA, creates two independent migrations with Codex, tests both, and gives you the verified result to review.
Built with Codex and GPT-5.6, guided and reviewed by humans.
THE PROBLEM
Security code can be spread across files, libraries, keys, tests, and services. Missing one dependency can break signing, verification, or compatibility.
WHY NOW
Q-Day is the point when a sufficiently capable quantum computer could break widely used public-key cryptography. The exact date is unknown, and large migrations can take years. NIST standardized the first post-quantum algorithms in 2024 and advises organizations to start planning now.
HOW IT WORKS
Find cryptographic code and everything connected to it.
GPT-5.6 creates a migration plan developers can understand.
Two isolated Codex builders create independent solutions.
The same repeatable checks test both and keep the verified result.
REAL PRODUCT PREVIEW
See Quantum Twin find RSA signatures, create two upgrades, test both, and return the verified result — in the recorded demo.
WHY TWO BUILDERS
Quantum Twin gives the same migration plan to two independent Codex builders. Their work is tested separately, so one weak implementation does not become the only option.
Moves fully to ML-DSA-65. Lowest legacy exposure when nothing else still needs the old signature.
Adds ML-DSA-65 while keeping RSA for consumers that are frozen and cannot change yet.
Both builders receive the same approved plan but work independently. You see each one's real status, files, and test results in the demo.
VERIFICATION
Every candidate faces the same checks, run outside the code it is testing. A candidate is only chosen if it passes; if none pass, Quantum Twin refuses to pick one.
The migrated code still compiles and installs.
New ML-DSA signing works on real data.
The new signature is accepted by the verifier.
The repository's own test suite still passes.
Frozen RSA consumers still verify when required.
The checks give the same result when run again.
BUILT WITH CODEX AND GPT-5.6
HUMAN
CODEX AND GPT-5.6
SUPPORTED CAPABILITIES
Experimental and discovery-only boundaries are listed honestly on the full support matrix — never dressed up as more than they are.
RUN IT ON YOUR OWN CODE
This site and the guided demo run on a prepared repository. To analyze your own Node.js code, run the local Migration Workspace — a developer console that imports your repositories, shows what the detector found, and runs the tournament only after you approve.
codex login.git clone https://github.com/Shivansh3532/quantum-twin.git cd quantum-twin npx --yes pnpm@11.9.0 install --frozen-lockfile npx --yes pnpm@11.9.0 app
The command builds when needed, starts the app on a local 127.0.0.1 port, and opens it. Full setup and platform notes: README.