Documentation

Getting Started

Learn how to turn cryptic terminal errors into actionable solutions in seconds.

1
How to use the Normalizer

Copy the Stack Trace

When your terminal turns red, copy the entire block of text from the first line of the error down to the last file reference.

Paste in the Dashboard

Head over to the Normalize page. Paste the raw text into the input field. Don't worry about formatting; Gemini handles the noise.

Analyze and Implement

Review the plain-English explanation on the right. Copy the suggested code fix and paste it back into your editor.

Common Use Cases

Hydration Errors

Perfect for React/Next.js users struggling with 'Text content does not match' errors.

API Failures

Debug 404s or 500 errors by pasting your network response logs.

Type Mismatches

Understand complex TypeScript union type errors without reading 50 lines of text.

Auth Logic

Figure out why your middleware is redirecting in an infinite loop.

Pro Tips for Better Results

  • Include the line of code that caused the error for 2x better accuracy.
  • If using Gemini 2.5 Flash, it can handle up to 1 million tokens—feel free to paste long logs.
  • Use the "Clear" button to start a fresh context for a new debugging session.