AI-Powered Code Review

Code Review That Understands Intent

DevNorm isn't another linter — it's an AI reviewer that understands what your code is supposed to do. Confidence-gated findings, severity分级, zero noise.

Install GitHub App
npm install -g devnorm
Free for students
MIT open source
PR Review Demo
DevNorm Review
No high-confidence issues found
[Major] Null check missing
Confidence: 8/10
When user is null, this will throw.
[Blocker] Off-by-one error
Confidence: 9/10
Loop bounds reversed in calculateTotal().

Why DevNorm?

Built on the principles of AI-first development. Not a linter with AI slapped on — a reviewer that understands code intent.

AI-Native Review

Powered by MiniMax M2.7-highspeed. Understands context, intent, and business logic — not just syntax.

Confidence Gating

Only reports findings with confidence ≥8/10. No noise, no false positives. Every alert is actionable.

Severity分级

Blocker / Major / Minor. Prioritize what matters — critical bugs blocking merge, vs. nice-to-have refactors.

GitHub App

Install once, every PR gets reviewed. No CI configuration, no workflow files — just works.

CLI First

devnorm review ./src — local review in seconds. Works in CI, pre-commit, anywhere.

Team Dashboard

Track code quality trends across your team. Coming soon: quality metrics, repeat offenders, improvement curves.

Two Ways to Review

Choose the workflow that fits your team. Both deliver AI-powered review with zero configuration.

CLI

Local
1
Install
npm install -g devnorm
2
Configure
devnorm init
3
Review
devnorm review ./src
$ devnorm review ./src
Found 2 issues:
[Major] Null check missing at user.ts:42
[Blocker] Off-by-one error at loop.ts:15

GitHub App

Automatic
2
Select Repos
Choose which repositories to enable
3
Create PR
DevNorm auto-reviews every PR with AI-powered analysis
PR Comment Preview
🚨 [Blocker] Off-by-one error
⚠️ [Major] Null check missing
🤖 DevNorm · AI-powered code review

Simple, Transparent Pricing

Start free, scale as you grow. No hidden fees, no feature gating for essentials.

Individual

$5 /month

For solo developers who want AI-powered code review.

  • CLI tool — unlimited reviews
  • All languages supported
  • GitHub integration
  • MIT open source
Get Started
Most Popular

Team

$15 /month

For teams that take code quality seriously.

  • Everything in Individual
  • GitHub App for auto-review
  • Up to 5 team members
  • Dashboard preview
  • Priority support
Start Free Trial

Student

Free

Verified .edu email required. Build better habits early.

  • Everything in Individual
  • No credit card required
  • Learn AI-assisted development
  • Build portfolio-ready code
Verify .edu Email

All plans include a 14-day free trial. No credit card required to start.

Frequently Asked Questions

Everything you need to know about DevNorm.

How is DevNorm different from a linter?

Linters check code style and patterns. DevNorm checks code intent. It understands what your code is supposed to do, and flags things that will actually break in production — not just style violations.

What languages does DevNorm support?

TypeScript, JavaScript, Python, Go, Rust, and more. The AI model analyzes code structure and logic — not just syntax — so it works across any language with proper context.

How is code privacy handled?

Code is sent to the MiniMax API for analysis. We don't store your code after review. For the GitHub App, code is processed in real-time and never persisted on our servers. Enterprise options with private deployment coming soon.

How does the confidence gating work?

Every finding is scored 1-10 for confidence. Only findings ≥8/10 are reported as issues. Lower-confidence observations are dropped entirely — no "worth a second look" noise by default. This keeps your PR comments clean and actionable.

Can I self-host DevNorm?

The CLI is MIT open source — you can run it on your own infrastructure. The GitHub App requires our cloud service for webhook handling. Enterprise self-hosted options are on the roadmap.

How do I get the free student plan?

Sign up with your .edu email address. We'll verify your student status and upgrade your account automatically. Valid for the duration of your studies.