A MongoDB GUI with Fluent Design
English | 简体中文
- Server or client mode (without Electron, but need Chrome)
- Edit documents using Monaco Editor with intellisense
- Designed with Microsoft Fluent UI
- Mongo Shell compatible data type, eg:
ObjectId()ISODate()Timestamp() - Find documents with index hint, avoiding slow operation
- Fancy profiling exec stats
- Geo preview for 2dsphere index
- Auto generate JSON Schema Validator
- HTTP/2
- Auto dark mode
Database status |
Find & sort with index |
Geo preview |
Document mode |
Edit with Monaco Editor |
Dragable multi-selection |
Documents export |
Indexes managment |
Analyse profiling |
Edit JSON Schema |
Dark mode |
yarn
yarn devcd go
export MONGO_URIS='[{"name":"name","uri":"mongodb://localhost:27017/"}]'
go run main.go headless.go- Role management
- Performance moniting
- VSCode plugin
Feel free to pull request or create a issue !











