NextVis is a VS Code extension for visualizing Next.js middleware.
Flow Diagram: Visualize middleware execution across different routes.
Performance Metrics Panel: Display resources used by the VS Code extension.
VS Code Integration: View middleware behavior directly in the editor.
- Open VS Code.
- Go to the Extensions view (Ctrl+Shift+X).
- Search for "NextVis".
- Click Install.
- Run the NextVis command in the Command Palette (NextVis: Start Visualization).
- Click on Load Middleware File and navigate to your Next.js project's main middleware file.
- Inspect middleware execution flow in the visual panel.
- Check the performance panel for CPU & RAM usage.
We welcome contributions! Feel free to submit issues and pull requests.
-Go to https://github.com/oslabs-beta/NextVis/
-Fork the project
-Create your feature branch (git checkout -b feature/AmazingFeature)
-Commit your changes (git commit -m 'Add some AmazingFeature')
-Push to the branch (git push origin feature/AmazingFeature)
-Open a pull request (from feature/AmazingFeature to dev)
-Create a new issue on GitHub
Jun Inton - Github
Anthony Noyola - Github
Sung Jung - Github
Carolina Robson - Github
Brendan Hoskins - Github
For questions or suggestions, open an issue or reach out on GitHub.
MIT License. See LICENSE for details.
Enjoy!