HPP (HPA Progress Plexus) is a self-hostable, decentralized web-based platform designed as an alternative to the traditional internet. Built for the Intarenet (local/offline networks), HPP is especially useful in homes, schools, and for individuals seeking reliable, local-first digital communication and collaboration.
HPP has been Nominated as the "best Internet alternative" by the Dogland Tech Comitee (DTC) in 2024. Dogland is a Fictional country in the Juo Universe, for more info please visit the Juoverse Wiki (coming soon)
- π§ Peer-to-peer local network communication
- π§ Simple, web-based interface using HTML/CSS/JavaScript
- π Fully self-hostable β no internet required
- π Perfect for local environments like homes or classrooms
- π Great educational tool for learning about networks & web tech
hpp/
βββ index.html # Main web interface
βββ sheet.css # Styles
βββ app.js # Core logic (altough most of the JS is found in the HTML files)
βββ .env # Configuration file (optional if backend needed)
βββ README.md # This file
git clone https://github.com/Juoelenis/hpp.git
cd hpp
If your version uses a lightweight backend or a build tool, you may want to set up a .env
file. For example:
# Configuration (optional)
HPP_NODE_NAME=home-node
HPP_PORT=8080
Just open index.html
in your preferred browser:
- Double-click it, or
- Use a simple local server like:
# Python 3
python -m http.server 8080
# Or Node.js http-server
npx http-server .
Then open: http://localhost:8080
We welcome contributions from the community!
-
Fork the repository
-
Clone your fork:
git clone https://github.com/your-username/hpp.git cd hpp
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit:
git commit -am "Add your feature"
-
Push to your fork and open a pull request:
git push origin feature/your-feature-name
- Schools: Host a School Internet that keeps za tiktok brainrotted aah Kidz on a Good diet of Web Tech (sorry kidz)
- Homes: Browse an Decentralized networks via LAN with no internet
- Hobby Projects: Build local-only tools, games, or test dashboards
This project is licensed under the GPL 3.0 License. See LICENSE
for more info.