Explore the internet in 3-dimensional space. Built with NextJS, TailwindCSS and ThreeJS.
You can try out the live demo here.
You can selfhost web-expl
using Docker.
To deploy the scraper, run:
docker run -p <OUTGOING_PORT>:3000 --restart=always --name web-expl ghcr.io/angelsflyinhell/web-expl
Install web-expl
with npm:
gh repo clone angelsflyinhell/web-expl
cd web-expl
npm install
npm run dev