About Gameplan is a work communication tool for teams who mostly work remote and prefer having meaningful discussions in an async format. We built it for ourselves because we were finding it difficult to keep track of so many conversations in our chat tool. Chat forces you to be online all the time and doesn't really have any concept of threaded discussions. Gameplan allows you to categorize your discussions around projects and teams. It also doubles up as your team's knowledge archive. You can surface important information and conclusions from your discussions into the readme's of your projects and teams. Features Organize discussions into projects which in turn are part of a team ๐ Surface important information for your project and team in the Readme ๐ Simple layout that optimizes readability of discussions ๐ค Customize your Team and Project with emojis ๐ ๐ป People directory with each person's profile page ๐จโ๐ฉโ๐งโ๐ฆ Set cover image, profile photo, short bio and a "About me" section ๐ฆน๐ผโโ๏ธ Powerful search capabilities to find older discussions ๐ A common discussions feed that shows discussions from across projects and teams ๐ Delightful user-experience in overall usage โจ
Gameplan is an async-first discussions tool for remote teams. It encourages thoughtful communication and deep-thinking.
We've been remote first since day one, but as our team grew, chat tools like Telegram fell short. Missing out on crucial conversations became a major issue. We needed a better way to keep everyone connected and in sync. That's how Gameplan was born - to solve the problems of modern remote work!
Thread-first discussions: Gameplan lets you start a discussion and have people comment on it at their own pace, encouraging thoughtful conversation and deep thinking. No more feeling obligated to be online all the time.
Spaces for organization: Spaces help you categorize conversations by project, team, client, or topic โ whatever makes sense for your team's workflow. This keeps discussions tidy and easy to find.
Customizable profiles: Get a better picture of who's on your team with profiles that let everyone showcase their personality: cover images, short bios, and profile pictures.
Pages for note-taking: Use pages as digital notes to jot down meeting minutes, proposals, ideas โ whatever sparks creativity! They can be private by default or shared with just your team or specific spaces.
You can try Frappe Cloud, a simple, user-friendly and sophisticated open-source platform to host Frappe applications.
It takes care of installation, setup, upgrades, monitoring, maintenance and support of your Frappe deployments. It is a fully featured developer platform with an ability to manage and control multiple Frappe deployments.
You need Docker, docker-compose and git setup on your machine. Refer Docker documentation. After that, run the following commands:
git clone https://github.com/frappe/gameplan
cd gameplan/docker
docker-compose up
Wait for sometime until the setup script creates a site. After that you can
access http://localhost:8000
in your browser and Gameplan's login screen
should show up.
Use the following credentials to log in:
alex@example.com
123
Currently, this app depends on the develop
branch of frappe.
bench start
and keep it running. Open a new terminal session and cd into frappe-bench
directory.bench new-site gameplan.test
bench get-app gameplan
bench --site gameplan.test install-app gameplan
bench --site gameplan.test add-to-hosts
bench --site gameplan.test browse --user Administrator
frappe-bench/apps/gameplan
, and run the following commands:
yarn
yarn dev
http://gameplan.test:8080
No reviews yet, be the first to review.