Monitor Next.js with
Superpowers
A blazing fast terminal interface for your Next.js development server. Real-time error tracking and AI-powered insights, right where you work.
at renderWithHooks (...)
The error ReferenceError: window is not defined occurs because you are trying to access the browser-only window object during server-side rendering (SSR).
Fix: Wrap the code in a useEffect hook or check typeof window !== 'undefined'.
Everything you need to debug faster
Streamline your development workflow with these powerful features.
Terminal UI
Stay in your flow. No need to switch windows to check browser console logs.
AI Insights
Get instant explanations and code fixes for complex errors using GenAI.
Vim Navigation
Navigate through errors efficiently with h/j/k/l bindings.
Instant Setup
Zero config. Just run the command and point to your Next.js port.
How to use
Run Gaze
Execute the command in your terminal. By default, it connects to port 3000.
Custom Port
Running Next.js on a different port? Just pass it as an argument.