How OIOXO works
Most AI coding tools write code and hope it works. OIOXO is built on a different idea: don't trust the AI — check its work. And it does all of it on your own device.
It plans, writes, runs, and fixes
Every build and every edit runs the same four steps:
- Plan. The agent breaks your goal into concrete steps you can watch in the build log.
- Write. It writes or edits files — as targeted diffs, not wholesale rewrites, so your code stays yours.
- Run & check. OIOXO actually runs the result: it checks the code for errors, and the live preview runs the app and catches real problems. It also checks your prompt was met (“a score counter” means there had better be one).
- Fix. If anything fails, the real error message — not a guess — goes back in and the agent fixes it. Only a clean, working result is shown as done.
This is why a small AI running on your own machine can still get things right: running the code catches mistakes the AI alone would miss. OIOXO also does the steady, sensible things a careful engineer does — it reuses known-good solutions for common problems instead of guessing, and when it hits an error it can't place, it looks the message up and folds what it finds into the next attempt. The result feels less like one AI's opinion and more like a teammate who actually runs the code before saying it's done.
On your device, not ours
The AI runs in your browser using your computer's own graphics, the project lives in your browser or your local folder, and previews run right there too. Your code, your prompts, and your keys never travel to an OIOXO server. The full picture is in Privacy by design.
The right context, automatically
Before each edit, OIOXO looks over your project — its files and how they connect — and hands the AI only the code that matters for the task at hand. Less to read, sharper edits. You can steer it further with rules, memory & skills.
Everything is undoable
OIOXO saves a snapshot of your project automatically: after the first build, after the agent makes edits, and every time a build checks out clean (marked “✓ working”). Open Versions… to compare any snapshot side-by-side or restore the whole project to that moment. Combined with the write-approval gate, the agent can never put you somewhere you can’t get back from.