Skip to content
/ web-expl Public

Discover the internet in 3-dimensional space.

Notifications You must be signed in to change notification settings

crnvl/web-expl

Repository files navigation

banner

web-expl

Explore the internet in 3-dimensional space. Built with NextJS, TailwindCSS and ThreeJS.

Demo

You can try out the live demo here.

Visualizer

Deployment

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

Installation

Install web-expl with npm:

  gh repo clone angelsflyinhell/web-expl
  cd web-expl

  npm install

  npm run dev