https://github.com/yujuiting/brainstormer
Brainstormer is an open source brainstorming tools for online collaboration. It is designed to share different ideas between collaborators and keep iterate those ideas.
https://github.com/yujuiting/brainstormer
brainstorming collaboration design-thinking
Last synced: 8 months ago
JSON representation
Brainstormer is an open source brainstorming tools for online collaboration. It is designed to share different ideas between collaborators and keep iterate those ideas.
- Host: GitHub
- URL: https://github.com/yujuiting/brainstormer
- Owner: yujuiting
- License: gpl-3.0
- Created: 2021-02-16T05:59:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-20T06:28:15.000Z (over 5 years ago)
- Last Synced: 2025-05-21T19:17:52.694Z (about 1 year ago)
- Topics: brainstorming, collaboration, design-thinking
- Language: TypeScript
- Homepage: https://brainstormer.app
- Size: 887 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Brainstormer](https://brainstormer.app)
## Intro
Brainstormer is an open source brainstorming tools for online collaboration. It is designed to share different ideas between collaborators and keep iterate those ideas.
Brainstormer support 6 collaborators currently.

## Usage

1. Type in display name and invite collaborators.
2. Storm your brain individually.
3. Present ideas one by one.
4. Group similar ideas and go into next iteration!.
## Develop
Launch client
```
$ yarn workspace client start
```
And launch server
```
$ yarn workspace server start
```
Or launch server via vscode debugger.
## Project structure
Brainstormer is a mono repo containing server and client.
- `packages/core` contains types and actions shared between server and client.
- `packages/client`
- `packages/server`