Query and display all routes, their components, and rendering details from your Next.js application.
Inspect Next.js routes, rendering modes, and component hierarchies from your running dev server. Use to debug routing issues or understand app structure.
/plugin marketplace add W3Dev/coding-agent/plugin install nextjs-devtools-plugin@w3devQuery and display all routes, their components, and rendering details from your Next.js application.
/nextjs-routes [pattern]
/nextjs-routes
/nextjs-routes /api/*
/nextjs-routes /dashboard
pattern (optional): Filter routes by pattern (supports wildcards)