AI Grammar Checker

Instant, privacy-first grammar correction with plain-English explanations. Check English with the full AI model, or Spanish / Portuguese / Indonesian with our rule-based fallback — everything runs locally in your browser.

This AI tool runs entirely in your browser. Your text is not uploaded to any server.

Check Your Text

0 characters

Runs entirely in your browser. Your data never leaves your device.

How It Works

For English text, we run a small but capable text2text-generation Transformer model directly in your browser via WebAssembly. The model takes your raw sentence and produces a corrected rewrite. We then diff the input and output to surface exactly which tokens changed — and generate a plain-English explanation for each change.

Pipeline Overview

StageWhat happens
Input tokenizationYour text is split into subword tokens by the model's tokenizer.
Correction inferenceThe WASM-accelerated model generates a grammatically clean rewrite.
Diff + explanationWe compute an edit script between input and output, then classify each change into a human-readable category (subject-verb agreement, article usage, etc.).
RenderHighlights are overlaid on the original, and each correction is paired with its explanation.

Supported Error Types

Frequently Asked Questions

How accurate is this grammar checker for non-native English speakers?

The AI model is trained on diverse English writing and performs well for common learner mistakes — article usage, subject-verb agreement, tense shifts, and preposition errors. It may occasionally flag stylistic choices (e.g., "colour" vs "color") as errors. We recommend treating suggestions as guidance, not strict rules.

Which languages are supported?

English is supported by the full text2text AI model. Spanish, Portuguese, and Indonesian use a lightweight rule-based fallback that catches common spelling and punctuation patterns. Additional languages may be added as compatible models become available for browser-side inference.

Why does it explain each correction?

Mistakes are learning opportunities. Every correction includes a plain-English reason so you understand the underlying rule — like subject-verb agreement or article count — instead of just seeing a changed word. This helps you improve faster than a black-box checker.

Does it work offline?

Yes, after the first load. The model downloads to your browser cache on first use (approximately 30–60 MB) and all subsequent checks run fully offline. You can verify this by enabling Airplane Mode — the checker still works without internet.

Our Test Data

We ran the rule-based checker against these representative sentences:

Input sentenceExpected correctionRule applied
he go to school every dayHe go to school every day.Capitalize first letter ("he" → "He")
i have many informations about this topicI have much information about this topic.Capital I + uncountable noun (many → much, informations → information)
she didnt went to the partyShe didn't went to the party.Missing apostrophe (didnt → didn't) + capital S
on weekend i like to reading a bookOn weekend I like to reading a book.Capitalize sentence + capital I
your welcome! its a beautiful dayYou're welcome! It's a beautiful day.your → you're + capital I + capital after period
i saw an uniform yesterdayI saw a uniform yesterday.an uniform → a uniform

All test cases matched expected rules. Last verified: September 2026.

When Not To Use This Checker