This is the documentation website for NetTraceX, a comprehensive network diagnostic toolkit built with Go, featuring a beautiful terminal user interface powered by the Bubble Tea framework.
NetTraceX is a modern network diagnostic tool that combines the power of traditional command-line network utilities with an intuitive terminal user interface. Built with clean architecture principles and extensive testing, it provides a unified experience for network troubleshooting and analysis.
- 🌐 Comprehensive Network Tools: Built-in support for ping, traceroute, DNS lookups, WHOIS queries, and SSL certificate analysis
- 🎨 Beautiful Terminal Interface: Powered by the Bubble Tea framework for responsive and intuitive terminal UI
- 🔧 Extensible Plugin System: Clean architecture with SOLID principles allows for easy extension
- ⚡ High Performance: Built with Go for fast execution and low resource usage
- 🧪 Well Tested: Comprehensive unit tests with 100% coverage for all core components
- 📦 Cross-Platform: Works on Windows, macOS, and Linux
This documentation website is built using Docusaurus, a modern static website generator.
- Node.js 20.0 or later
- npm or yarn
npm installnpm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.
Using SSH:
USE_SSH=true npm run deployNot using SSH:
GIT_USER=<Your GitHub username> npm run deployIf you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.
- Getting Started - Introduction and quick start guide
- Installation - Detailed installation instructions
- Configuration - Configuration options and examples
- API Reference - Complete API documentation
- Quick Start Guide - User guides and tutorials
- Development Setup - Development setup and guidelines
- Contributing - How to contribute to the project
- Changelog - Version history and release notes
- Main Repository: nettracex
- Documentation: nettracex website
- Issues: GitHub Issues
- Discussions: GitHub Discussions
NetTraceX is licensed under the MIT License. See LICENSE for details.
We welcome contributions! Please see our Contributing Guide for details on how to contribute to NetTraceX.