
Grammar Review App
Supports UIby rohanod
Interactive React UI for reviewing and accepting AI-generated grammar corrections in real-time.
What it does
Provides an interactive visual diff surface inside ChatGPT. Instead of reading a list of corrections in chat, the app renders a dedicated UI where users can see original vs. corrected text, accept or reject specific edits, and copy the final polished sentence. It seamlessly syncs accepted changes back to the model's context.
Key features
- Visual Diffing: Clear side-by-side or inline comparison of grammar edits.
- Interactive Acceptance: Click to accept or reject specific spelling and grammar corrections.
- Context Sync: Uses
updateModelContextto keep the AI informed of your choices. - Layout Flexibility: Supports single-line, multiline, or auto-detected formatting.
Installation
- ChatGPT: Connect via HTTPS tunnel to the server running at
http://localhost:3001/mcpusing ChatGPT Developer Mode. - Local Setup:
bun install$\rightarrow$bun run build$\rightarrow$bun run start.
Supported hosts
- ChatGPT
Quick install
bun run startInformation
- Pricing
- free
- Published
- 4/20/2026
- stars






