JARVIS is the personal project showcase website for CodeWithLaksh — a dark, cyber-themed single-page site presenting the JARVIS suite of tools: WhatsApp automation, GPS location spoofing, and premium Android applications.
Live website: https://CodeWithLakxsh.github.io/
The site features a boot-up loader animation, particle canvas background, aurora blobs, 3D orbit visualization, and interactive download cards for the JARVIS tool suite. It is a fully static website — no build step, no server, no runtime dependencies.
- Jarvis WA Matrix — multi-node WhatsApp automation engine (Windows desktop build + Android APK)
- Jarvis Geo Spoof — advanced Android location mocking with route simulation
- Jarvis Music — high-performance Android audio streaming app
- Animated hero section with live metrics
- Custom cursor, loader, particle network, and aurora background effects
- 3D tilt interaction on download cards
- Fully responsive layout
| Layer | Technology |
|---|---|
| Markup | HTML5 |
| Styling | CSS3 (custom properties, keyframe animations) |
| Scripting | Vanilla JavaScript (no frameworks) |
| Fonts | Google Fonts — Space Grotesk, JetBrains Mono, Syne |
| Icons | Font Awesome 6.4.0 (CDN) |
| Hosting | GitHub Pages (static) |
.
├── index.html # Homepage (single-page site)
├── style.css # All styles and animations
├── script.js # Loader, canvas particles, interactions
└── downloads/ # Downloadable application assets (APKs, ZIP)
No build tools or package manager required. Open it locally in one of two ways:
Option A — direct: open index.html in a browser (note: the page works best over HTTP).
Option B — local HTTP server (recommended):
# Python 3
python -m http.server 8080
# then visit http://localhost:8080
# or with Node.js
npx serve .The site is deployed to GitHub Pages from the main branch (root /):
- Push changes to the
mainbranch ofCodeWithLakxsh/CodeWithLakxsh.github.io - GitHub Pages serves the site automatically from the repository root
- Verify at https://CodeWithLakxsh.github.io/
The repository name follows GitHub's <username>.github.io convention, so no additional configuration is required once Pages is enabled.
Contributions, issues, and feature requests are welcome. See CONTRIBUTING.md for guidelines.
Found a security concern? See SECURITY.md for reporting guidance.
CodeWithLakxsh
- GitHub: https://github.com/CodeWithLakxsh
- Telegram: https://t.me/codewithlaksh
- Website: https://CodeWithLakxsh.github.io/