Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
G

growi

> 前端框架
Open source

:anchor: GROWI - Team collaboration software using markdown

1.5K stars0 likes0 views
WebsiteGitHub

About

:anchor: GROWI - Team collaboration software using markdown

- [日本語 ](./README_JP.md)

Documentation / Demo

# GROWI ## Demonstration ## Table Of Contents - [Features](#features) - [Quick Start for Production](#quick-start-for-production) - [docker-compose](#docker-compose) - [Helm (Experimental)](#helm-experimental) - [On-premise](#on-premise) - [Environment Variables](#environment-variables) - [Documentation](#documentation) - [License](#license) # Features - **Features** - Create hierarchical pages with markdown -> [Try GROWI on the demo site](https://docs.growi.org/en/guide/getting-started/try_growi.html) - Simultaneously edit with multiple people - Support Authentication with LDAP / Active Directory, OAuth - SSO(Single Sign On) with SAML - Slack/Mattermost, IFTTT Integration - [GROWI Docs: Features](https://docs.growi.org/en/guide/features/page_layout.html) - **Pluggable** - You can find plugins from [npm](https://www.npmjs.com/browse/keyword/growi-plugin) or [github](https://github.com/search?q=topic%3Agrowi-plugin)! - **[Docker Ready][dockerhub]** - **[Docker Compose Ready][docker-compose]** - [GROWI Docs: Multiple sites](https://docs.growi.org/en/admin-guide/admin-cookbook/multi-app.html) - [GROWI Docs: HTTPS(with Let's Encrypt) proxy integration](https://docs.growi.org/en/admin-guide/admin-cookbook/lets-encrypt.html) # Quick Start for Production ### docker-compose - [GROWI Docs: Launch with docker-compose](https://docs.growi.org/en/admin-guide/getting-started/docker-compose.html) ([en](https://docs.growi.org/en/admin-guide/getting-started/docker-compose.html)/[ja](https://docs.growi.org/ja/admin-guide/getting-started/docker-compose.html)) ### Helm (Experimental) - [GROWI Helm Chart](https://github.com/weseek/helm-charts/tree/master/charts/growi) ### On-premise **[Migration Guide from Crowi](https://docs.growi.org/en/admin-guide/migration-guide/from-crowi-onpremise.html) ([en](https://docs.growi.org/en/admin-guide/migration-guide/from-crowi-onpremise.html)/[ja](https://docs.growi.org/ja/admin-guide/migration-guide/from-crowi-onpremise.html))** is here. - [GROWI Docs: Install on Ubuntu Server](https://docs.growi.org/en/admin-guide/getting-started/ubuntu-server.html) - [GROWI Docs: Install on CentOS](https://docs.growi.org/en/admin-guide/getting-started/centos.html) ## Configuration See [GROWI Docs: Admin Guide](https://docs.growi.org/en/admin-guide/) ([en](https://docs.growi.org/en/admin-guide/)/[ja](https://docs.growi.org/ja/admin-guide/)). ### Environment Variables See [GROWI Docs: Environment Variables](https://docs.growi.org/en/admin-guide/admin-cookbook/env-vars.html) ([en](https://docs.growi.org/en/admin-guide/admin-cookbook/env-vars.html)/[ja](https://docs.growi.org/ja/admin-guide/admin-cookbook/env-vars.html)). # Development ## Dependencies - Node.js v24.x - pnpm 10.x - [Turborepo](https://turbo.build/repo) - MongoDB v6.x or v8.x ### Optional Dependencies - Redis 3.x - ElasticSearch 7.x or 8.x or 9.x (needed when using Full-text search) - **CAUTION: Following plugins are required** - [Japanese (kuromoji) Analysis plugin](https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-kuromoji.html) - [ICU Analysis Plugin](https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-icu.html) ## Command details | command | desc | | --------------------- | ------------------------------------------------------- | | `npm run app:build` | Build GROWI app client | | `npm run app:server` | Launch GROWI app server | | `npm run start` | Invoke `npm run app:build` and `npm run app:server` | For more info, see [GROWI Docs: List of npm Scripts](https://docs.growi.org/en/dev/startup-v5/start-development.html#list-of-npm-scripts). # Documentation - [GROWI Docs](https://docs.growi.org/) - [GROWI Developers Wiki (ja)](https://dev.growi.org/) # Contribution ## Found a Bug? If you found a bug in the source code, you can help us by [submitting an issue][issues] to our [GitHub Repository][growi]. Even better, you can [submit a Pull Request][pulls] with a fix. ## Missing a Feature? You can _request_ a new feature by [submitting an issue][issues] to our GitHub Repository. If you would like to _implement_ a new feature, firstly please submit the issue with your proposal to make sure we can confirm it. Please clarify what kind of change you would like to propose. - For a **Major Feature**, firstly open an issue and outline your proposal so it can be discussed. It also allows us to coordinate better, prevent duplication of work and help you to create the change so it can be successfully accepted into the project. - **Small Features** can be created and directly [submitted as a Pull Request][pulls]. ## Translations Want to help translate GROWI into your language? No GitHub account is required. See [Contributing to GROWI translations](./docs/i18n-community-translation.md) for how to join and submit translations. ## Language on GitHub You can write issues and PRs in English or Japanese. ## Discussion If you have questions or suggestions, you can [join our Slack team](https://docs.growi.org/slack) and talk about anything, anytime. # License - The MIT License (MIT) - See [LICENSE](https://github.com/growilabs/growi/blob/master/LICENSE) and [THIRD-PARTY-NOTICES.md](https://github.com/growilabs/growi/blob/master/THIRD-PARTY-NOTICES.md). [crowi]: https://github.com/crowi/crowi [growi]: https://github.com/growilabs/growi [issues]: https://github.com/growilabs/growi/issues [pulls]: https://github.com/growilabs/growi/pulls [dockerhub]: https://hub.docker.com/r/growilabs/growi [docker-compose]: https://github.com/growilabs/growi-docker-compose

Issues· 86 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

TypeScriptaidockergrowijavascript

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category前端框架
PricingOpen source

> Related tools

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架