crnvl / web-expl

Discover the internet in 3-dimensional space.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Discover the internet in 3-dimensional space.


Languages

Language:TypeScript 95.9%Language:JavaScript 3.2%Language:Dockerfile 0.6%Language:CSS 0.3%