Overview
Ito is an AI code checker built around runtime verification instead of static review comments. When a pull request opens, Ito reads the diff and PR description, builds a fresh copy of the application, runs the user flows most likely to be affected, and posts the result back to GitHub with evidence.
That positioning matters because agent-written code is increasing PR volume. Traditional review tools can reason about source code, but many regressions only appear when the application is actually running: authentication, service authorization, data migration, form behavior, concurrency, and failure handling. Ito is designed to catch those runtime bugs before merge.
The product is best evaluated as an automated QA layer for engineering teams already using AI code generators or coding agents. It does not replace human architecture review, security review, or product judgment, but it can reduce the manual regression clicking that often slows down PR review.
Key Features
- Runtime pull request testing - Ito builds a single-use copy of your app for every PR and tests behavior in a real browser instead of only commenting on the diff.
- Targeted test planning - It reads the PR diff and description, then focuses testing on user journeys that the change is likely to affect.
- Evidence-rich GitHub comments - Findings include video replay, logs, screenshots, reproduction steps, severity, and affected code lines, so developers can reproduce and fix issues faster.
- Fix confirmation - When a developer pushes a fix, Ito can re-run the relevant checks to confirm the issue is resolved before merge.
- Agent sandbox support - Ito gives agents a managed copy of the application to build and test against, which is useful when coding agents create or modify features.
- Custom rules and team analytics - Paid plans include custom rules plus team insights and analytics for tracking review coverage.
How to Get Started
- Connect GitHub - Install Ito for the repositories where you want runtime pull request review.
- Define test priorities - Add plain-English instructions for important flows, user roles, edge cases, or areas Ito should avoid.
- Open a pull request - Ito reads the diff, builds the app, and creates a targeted test plan.
- Review evidence in GitHub - Developers see pass/fail summaries, videos, logs, and reproduction steps directly on the PR.
- Push a fix and re-run - Ito re-checks fixes so reviewers can merge with stronger behavioral evidence.
Pricing & Plans
Ito offers a paid Pro plan, custom Enterprise plan, and free access for approved open-source projects.
| Plan | Price | Best fit |
|---|---|---|
| Open Source | Free for approved MIT or Apache non-commercial projects | Public projects that need runtime PR analysis |
| Pro | $40/month | Startups and small teams; includes 20 code reviews per seat and $3 per additional code review |
| Enterprise | Custom | Teams with 25+ engineers, compliance needs, dedicated support, custom invoicing, and higher limits |
The Pro plan includes unlimited repositories, unlimited read-only users, custom rules, team insights, and analytics. Teams should confirm included review counts and overage rules before rolling Ito across many active repositories.
Best For
- Engineering teams using AI coding agents and needing runtime verification before merge.
- Startups that want automated browser-based PR testing without maintaining every Playwright test by hand.
- Reviewers who need videos, logs, screenshots, and reproduction steps rather than assertion-only AI comments.
- Teams comparing tools like Claude Code, Cursor, and other agent workflows where generated code needs fast validation.
- Open-source maintainers with MIT or Apache projects that qualify for Ito's free plan.
FAQ
What is Ito?
Ito is an AI code review tool that builds your app on each pull request, runs affected user flows in a browser, and posts runtime evidence back to GitHub.
How is Ito different from a normal AI code reviewer?
Most AI code reviewers inspect the diff and reason about likely issues. Ito runs the application, clicks through affected flows, and reports what actually failed.
Does Ito merge code automatically?
No. Ito provides runtime verification evidence that teams can use as a signal before merging. Humans still decide what to merge.
How much does Ito cost?
Ito's Pro plan is listed at $40 per month, with 20 code reviews included per seat and $3 per additional code review. Enterprise pricing is custom.
Is Ito free for open-source projects?
Ito lists a free plan for approved non-commercial open-source projects with MIT or Apache licenses.
Who should use Ito?
Ito is best for engineering teams that ship web apps, review many pull requests, and want runtime evidence before merge.




