SkillAgentSearch skills...

Parabol

Free online agile retrospective meeting tool

Install / Use

/learn @ParabolInc/Parabol
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Parabol

Overview

Parabol is an open-source application for knowledge management and running structured meetings such as team retrospectives or Sprint Poker™. You may try a single-player demo of Parabol (no login creation required) at: https://parabol.co/retro-demo

We endeavor to be a transparent organization and publish our company's history and SaaS metrics.

Dashboard Discuss

Stack Information

| Concern | Solution | | ---------------------- | --------------------------------------------------------------- | | Server | Node | | Server Framework | μWebSockets.js | | Database | PostgreSQL | | PubSub & Cache | Valkey | | Data Transport | GraphQL | | Real-time Connectivity | graphql-ws | | Client Cache | Relay | | UI Framework | React | | Styling (Legacy) | Emotion | | Styling | Tailwind CSS |

Setup

Prerequisites

Production

Development

📘 Notes on Docker Resources

Some of Parabol's container services can be resource intensive (I'm looking at you, text-embedding-inference!) You may need to increase Docker's resource limits (e.g. Docker Desktop -> Settings -> Resources) to increase the memory limit to ~16GB.

Installation

$ git clone https://github.com/ParabolInc/parabol.git
$ cd parabol
$ cp .env.example .env # Add your own vars here
$ pnpm i
$ pnpm db:start
$ pnpm dev
  • By default, the app will run at: http://localhost:3000/

  • If pnpm db:start failed and localhost:5050 isn't working, a docker container, volume, or image may be corrupted and need to be pruned.

Development

Deploy

# There's a pesky bug in pnpm if you don't have an SSH key: https://github.com/pnpm/pnpm/issues/7243
$ git config --global url."https://github.com/enahum/redux-offline.git".insteadOf git@github.com:enahum/redux-offline.git
$ pnpm i && pnpm build && pnpm predeploy && pnpm start

Getting Involved

Parabol offers equity for qualified contributions.

See CONTRIBUTING.md for more information on how to get involved and how to get compensated.

Have feedback, ideas or feature requests?

Please review our Discussions to see if there's already a similar suggestion, and if not please feel free to start a new one.

Releases

For details on all releases, refer to CHANGELOG.md.

Parabol Core Team

Parabol Maintainers

License

Copyright (c) 2016-present, Parabol, Inc.

This codebase is dual-licensed under the GNU AFFERO GENERAL PUBLIC LICENSE, Version 3.0 while holding, at Parabol's sole discretion, the right to create new licenses. For details please read LICENSE.

View on GitHub
GitHub Stars2.0k
CategoryProduct
Updated45m ago
Forks364

Languages

TypeScript

Security Score

85/100

Audited on Apr 1, 2026

No findings