The independent verification layer for work performed by AI
Give Vraelis a deployed application and the outcome that should be true. It independently derives what must be checked, verifies the live result, and returns the evidence behind its decision.
Starting with deployed web applications.
From claim to evidence
Not a test suite you author and maintain. A sentence about what should be true, turned into checks against the running system.
One sentence, about the result rather than the steps to reach it.
“A customer can upgrade to Pro and receive access immediately.”
It reads the deployed application and works out the requirements that claim implies.
Machine derived. Not human reviewed. Always shown to you.
Three answers, and the third one is the honest option most tools refuse to have.
With the step trace, screenshots, console output, failed network requests, and a repair prompt when something breaks.
Independent by design
Vraelis does not need an SDK, test files, or access to the codebase. It operates the deployed application through a real browser, the way the person receiving it would.
That distance is the point. Anything written inside the system, by the author or the model that built it, inherits the same assumptions the mistake came from. Independence is not something you reach by trying harder. It is structural, and structure is the only way to get it.
Failure is not the end
A verdict on its own tells you something is wrong and leaves you to find it. The useful output is the package that lets the thing which wrote the code repair it.
Vraelis packages what should have happened, what happened instead, how to reproduce it, and the browser evidence from the failure.
The coding agent diagnoses the source-level cause. Vraelis independently checks the repair.
Vraelis does not edit your code. It decides whether the outcome is true, and gives whoever wrote it enough to fix it.
Built for people and agents
Describe the outcome, watch it run, and read the decision with the evidence behind it.
Verify an outcomeOne command, one exit code. Built so a pipeline or an agent can act on the result without a person reading it.
vraelis verify \
--url https://example.com \
--claim "Checkout grants Pro access" \
--waitSee the developer surface →Vraelis starts with deployed web applications. The long-term verification layer should work anywhere AI claims an outcome occurred.
That is the direction, not today’s coverage. What is live is on the limitations page, in full.
Give Vraelis a deployed application and the outcome that should be true. Get back a decision you can act on, and the evidence behind it.