All Projects → renzholy → mongood

renzholy / mongood

Licence: AGPL-3.0 license
A MongoDB GUI with Fluent Design

Programming Languages

typescript
32286 projects
go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to mongood

Mongood
A MongoDB GUI with Fluent Design
Stars: ✭ 540 (-19.88%)
Mutual labels:  dark-theme, database-management, monaco-editor
DiscordNight
An actual Dark/Nightmode Theme for Discord/BetterDiscord
Stars: ✭ 86 (-87.24%)
Mutual labels:  dark-theme, darkmode
slack-custom-controls
Dark Theme Mode and Sidebar Toggle For Slack
Stars: ✭ 12 (-98.22%)
Mutual labels:  dark-theme, darkmode
Turn-Off-the-Lights-Chrome-extension
Chrome extension
Stars: ✭ 81 (-87.98%)
Mutual labels:  dark-theme, darkmode
GithubDarkTheme
Dark Theme for Github
Stars: ✭ 60 (-91.1%)
Mutual labels:  dark-theme, darkmode
Turn-Off-the-Lights-Firefox-extension-WebExtensions
Firefox extension (WebExtensions)
Stars: ✭ 19 (-97.18%)
Mutual labels:  dark-theme, darkmode
AndroidMultiTheme
一个对安卓应用支持多种主题的库,并可以不用重新创建Activity来动态切换主题。Android library support multi theme for app, and change theme dynamically without recreation of Activity.
Stars: ✭ 24 (-96.44%)
Mutual labels:  dark-theme, darkmode
vite-vue3-lowcode
vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作、建站工具、可视化搭建工具
Stars: ✭ 1,309 (+94.21%)
Mutual labels:  monaco-editor, vite
Notemaster
NoteMaster is an smart minimalistic persistent note-taking app to help boost productivity.
Stars: ✭ 40 (-94.07%)
Mutual labels:  dark-theme, monaco-editor
dark
🌛 Dark themes / mode for Rambox, Franz or Ferdi messaging services
Stars: ✭ 93 (-86.2%)
Mutual labels:  dark-theme, darkmode
noir
Noir is a modern, responsive and customizable theme for Jekyll with dark mode support.
Stars: ✭ 68 (-89.91%)
Mutual labels:  dark-theme, darkmode
Windows Auto Night Mode
Automatically switches between the dark and light theme of Windows 10 and Windows 11
Stars: ✭ 3,375 (+400.74%)
Mutual labels:  dark-theme, darkmode
Darkreader
Dark Reader Chrome and Firefox extension
Stars: ✭ 12,052 (+1688.13%)
Mutual labels:  dark-theme, darkmode
Darkmode.js
🌓 Add a dark-mode / night-mode to your website in a few seconds
Stars: ✭ 2,339 (+247.03%)
Mutual labels:  dark-theme, darkmode
webpack-to-vite
Convert a webpack/vue-cli project to vite project. 将 webpack/vue-cli 项目转换为 vite 项目。
Stars: ✭ 603 (-10.53%)
Mutual labels:  vite
soybean-admin
A fresh and elegant admin template, based on Vue3,Vite3,TypeScript,NaiveUI and UnoCSS [一个基于Vue3、Vite3、TypeScript、NaiveUI 和 UnoCSS的清新优雅的中后台模版]
Stars: ✭ 2,322 (+244.51%)
Mutual labels:  vite
Night Pihole
🌙 A Dark theme for your Pi-hole Dashboard.
Stars: ✭ 64 (-90.5%)
Mutual labels:  dark-theme
vscode-dragon-theme
A VS Code dark theme for a cleaner and more streamlined interface. 😎
Stars: ✭ 29 (-95.7%)
Mutual labels:  dark-theme
vuepress-theme-default-prefers-color-scheme
add prefers-color-scheme for vuepress default theme
Stars: ✭ 51 (-92.43%)
Mutual labels:  dark-theme
fast-vite-nestjs-electron
Vite + Electron + Nestjs with esbuild, crazy fast! ⚡
Stars: ✭ 128 (-81.01%)
Mutual labels:  vite

Mongood

A MongoDB GUI with Fluent Design

License: AGPL 3.0 docker GitHub Actions Codacy Badge Maintainability

English | 简体中文

Download ⚡️

Feature 🔮

  • 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

Screenshot 📷

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

Development 👨‍💻

Frontend

yarn
yarn dev

Backend

cd go
export MONGO_URIS='[{"name":"name","uri":"mongodb://localhost:27017/"}]'
go run main.go headless.go

Roadmap 🚧

  • Role management
  • Performance moniting
  • VSCode plugin

Feel free to pull request or create a issue !

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].