Educational web access powered by the Scramjet engine
⚠️ Important: This is a modified version of Scramjet, not original work.
This repository contains modifications to the original Scramjet project customized for unblocking websites in places like school:
- Complete UI rebranding for DoxyEdu
- Pre-configured Python Wisp backend (production-ready)
- Optimized for educational environments
- Multi-tab support - access multiple webpages simultaneously
- Enhanced features beyond the original
- Custom deployment configuration
git clone https://github.com/Arandomdude22/DoxyEdu-web-proxy.git
cd DoxyEdu-web-proxy
pnpm installBackend (Python Wisp Server):
# Install Python if not already installed
sudo apt install python3 python3-pip python-is-python3
# Install Wisp server
pip install wisp-python
AND now start it:
pnpm start
📄 License & Attribution Original work: Scramjet by Mercury Workshop Modified by ME Note: For the original, maintained version, visit the official Scramjet repository.