MongoDB Compass that runs on a browser. Most of the features on MongoDB Compass desktop application are available on the browser. Visit the frontend-only demo.
- npm
npx compass-web -p 8080
- Docker
docker run -it --rm -p 8080:8080 haohanyang/compass-web
Then access your MongoDB compass on http://localhost:8080