Next.js Dev Tool

The ultimate development companion for Next.js applications. Visualize, analyze, and optimize your Next.js projects with a powerful, interactive dashboard.
✨ Features
- Route Visualization - Interactive map of your app's routing structure
- Component Hierarchy - Visualize component relationships and props
- Performance Insights - Identify bottlenecks and optimization opportunities
- API Explorer - Test and debug API routes and server actions
- Dependency Analysis - Understand your project's package dependencies
- Environment Management - View and manage environment variables
🚀 Quick Start
One-Off Usage
npx nextdevtool
Global Installation
npm install -g nextdevtool
nextdevtool
Local Installation
npm install --save-dev nextdevtool
npx nextdevtool
Options
Specify custom port (default: 8787)
nextdevtool --port 3000
Specify project directory (default: current directory)
nextdevtool ./path/to/nextjs-app
Disable auto-opening browser
nextdevtool --open false
Show help
nextdevtool --help