Docs
nextdoctor is a CLI — diagnose, fix, dev, and init. No install required to try it:
$npx @gowhiteleaf/nextdoctor diagnose
That downloads and runs nextdoctor for just that one command — nothing installed, nothing added to your project's package.json. Once you're happy with it:
# global — one install, available everywhere npm install -g @gowhiteleaf/nextdoctor # or per-project npm install --save-dev @gowhiteleaf/nextdoctor
Note: nextdoctor (unscoped) was already taken on npm, so the package is published as @gowhiteleaf/nextdoctor — the command it gives you is still just nextdoctor.
Commands
- diagnose
Read-only scan for known memory-related misconfigurations.
- fix
Applies the safe, auto-fixable findings from diagnose.
- dev
Live memory dashboard wrapping your real dev command.
- init
Generates a config file with your preferred settings.
- Multi-app config
Watch several apps side by side in one dashboard.
- Troubleshooting
Known issues and how to work around them.