v0.0.5 Now Available

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.

$bunx @10xdevs/gaze
or
$bun add -g @10xdevs/gaze
gaze — 80x24
GAZE - Next.js Development Monitor
Error [1/3]
[10:42:15 AM]
ReferenceError: window is not defined
at Page (app/page.tsx:14:5)
at renderWithHooks (...)
AI Insight

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'.

PORT:3000 | AI:ON

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

1

Run Gaze

Execute the command in your terminal. By default, it connects to port 3000.

$bunx @10xdevs/gaze
2

Custom Port

Running Next.js on a different port? Just pass it as an argument.

$bunx @10xdevs/gaze 3001

Controls

h / lPrev/Next Error
j / kScroll View
aToggle AI
qQuit