This repository contains the source code for the official NodePass landing page. NodePass is a universal TCP/UDP tunneling solution that delivers fast, reliable access across network restrictions using pre-established TLS/TCP connections.
The NodePass landing page showcases:
- Key features and capabilities
- Technical architecture
- Implementation examples
- Documentation resources
- Download instructions
index.html # Main landing page HTML
scripts.js # JavaScript functionality
styles.css # CSS styling
icon/ # Favicon and related icons
- Responsive design for all devices
- Multilingual support
- Interactive architecture visualization
- Animated UI elements with GSAP
- Particle.js background effects
No build process required. Run locally with any HTTP server:
# Using Python
python -m http.server
# Using Node.js
npx http-server
Deploy to any static hosting service (GitHub Pages, Netlify, Vercel, etc.)
Copyright (c) 2025, NodePassProject. Licensed under the BSD 3-Clause License. See the LICENCE file for details.
For landing page issues, please open an issue in this repository. For NodePass project questions, refer to the main repository.