New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

nextdevtool

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nextdevtool

CLI dev tool to inspect and optimize Next.js projects

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Next.js Dev Tool

npm version

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

Keywords

nextjs

FAQs

Package last updated on 14 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts