🔥 🔥 🔥 Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
Go to file
guru_sainath 7eae6b4c9e
fix: user public authentication workflow updates (#1207)
* auth integration fixes

* auth integration fixes

* auth integration fixes

* auth integration fixes

* dev: update user api to return fallback workspace and improve the structure of the response

* dev: fix the issue keyerror and move onboarding logic to serializer method field

* dev: use-user-auth hook imlemented for route access validation and build issues resolved effected by user payload

* fix: global theme color fix

* style: new onboarding ui , fix: use-user-auth hook implemented

* fix: command palette, project invite modal and issue detail page mutation type fix

* fix: onboarding redirection fix

* dev: build isuue resolved

* fix: use user auth hook fix

* fix: sign in toast alert fix, sign out redirection fix and user theme error fix

* fix: user response fix

* fix: unAuthorizedStatus logic updated

* dev: Implemented SEO in app.tsx

* dev: User public auth workflow updates.

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
Co-authored-by: anmolsinghbhatia <anmolsinghbhatia@caravel.tech>
2023-06-05 17:48:29 +05:30
.github fix: docker setup (#987) 2023-05-03 13:36:55 +05:30
apiserver fix: project member role update (#1205) 2023-06-05 17:45:10 +05:30
apps/app fix: user public authentication workflow updates (#1207) 2023-06-05 17:48:29 +05:30
deploy/heroku chore: update single click deployments (#1141) 2023-05-26 14:04:15 +05:30
nginx chore: docker setup (#1136) 2023-05-26 11:09:59 +05:30
packages Feat: Dockerizing using nginx reverse proxy (#280) 2023-02-21 11:31:43 +05:30
.dockerignore build: create frontend and backend dockerfiles docker compose and scripts 2022-12-01 19:18:10 +05:30
.env.example feat: plane proxy setup (#1181) 2023-06-05 12:53:04 +05:30
.eslintrc.js Feat: Dockerizing using nginx reverse proxy (#280) 2023-02-21 11:31:43 +05:30
.gitignore Feat: Dockerizing using nginx reverse proxy (#280) 2023-02-21 11:31:43 +05:30
app.json chore: update single click deployments (#1141) 2023-05-26 14:04:15 +05:30
CODE_OF_CONDUCT.md dev: promote stage release to production (#155) 2023-01-10 23:55:47 +05:30
CONTRIBUTING.md dev: promote stage release to production (#155) 2023-01-10 23:55:47 +05:30
docker-compose-hub.yml feat: plane proxy setup (#1181) 2023-06-05 12:53:04 +05:30
docker-compose.yml feat: plane proxy setup (#1181) 2023-06-05 12:53:04 +05:30
Dockerfile chore: docker setup (#1136) 2023-05-26 11:09:59 +05:30
heroku.yml chore: update single click deployments (#1141) 2023-05-26 14:04:15 +05:30
LICENSE.txt dev: hello world 2022-11-19 19:51:26 +05:30
package.json Feat: Dockerizing using nginx reverse proxy (#280) 2023-02-21 11:31:43 +05:30
README.md Revert "Update README.md (#1189)" (#1193) 2023-06-04 15:51:06 +05:30
replace-env-vars.sh chore: speedup replace-env-vars.sh (#1146) 2023-05-28 10:04:54 +05:30
setup.sh chore: improve docker setup (#1150) 2023-05-29 12:11:16 +05:30
start.sh fix: single docker file (#999) 2023-05-03 16:48:04 +05:30
turbo.json fix: docker setup (#987) 2023-05-03 13:36:55 +05:30
yarn.lock Authentication Workflow fixes. Redirection fixes (#832) 2023-05-30 19:14:35 +05:30



Plane Logo

Plane

Open-source, self-hosted project planning tool

Discord Discord

Plane Screens Plane Screens

Meet Plane. An open-source software development tool to manage issues, sprints, and product roadmaps with peace of mind 🧘‍♀️.

Plane is still in its early days, not everything will be perfect yet, and hiccups may happen. Please let us know of any suggestions, ideas, or bugs that you encounter on our Discord or GitHub issues, and we will use your feedback to improve on our upcoming releases.

The easiest way to get started with Plane is by creating a Plane Cloud account. Plane Cloud offers a hosted solution for Plane. If you prefer to self-host Plane, please refer to our deployment documentation.

Quick start with Docker Compose

Docker Compose Setup

  • Clone the repository
git clone https://github.com/makeplane/plane
cd plane
chmod +x setup.sh
  • Run setup.sh
./setup.sh http://localhost 

If running in a cloud env replace localhost with public facing IP address of the VM

  • Export Environment Variables
set -a
source .env
set +a
  • Run Docker compose up
docker compose up -d

You can use the default email and password for your first login captain@plane.so and password123.

🚀 Features

  • Issue Planning and Tracking: Quickly create issues and add details using a powerful rich text editor that supports file uploads. Add sub-properties and references to issues for better organization and tracking.
  • Issue Attachments: Collaborate effectively by attaching files to issues, making it easy for your team to find and share important project-related documents.
  • Layouts: Customize your project view with your preferred layout - choose from List, Kanban, or Calendar to visualize your project in a way that makes sense to you.
  • Cycles: Plan sprints with Cycles to keep your team on track and productive. Gain insights into your project's progress with burn-down charts and other useful features.
  • Modules: Break down your large projects into smaller, more manageable modules. Assign modules between teams to easily track and plan your project's progress.
  • Views: Create custom filters to display only the issues that matter to you. Save and share your filters in just a few clicks.
  • Pages: Plane pages function as an AI-powered notepad, allowing you to easily document issues, cycle plans, and module details, and then synchronize them with your issues.
  • Command K: Enjoy a better user experience with the new Command + K menu. Easily manage and navigate through your projects from one convenient location.
  • GitHub Sync: Streamline your planning process by syncing your GitHub issues with Plane. Keep all your issues in one place for better tracking and collaboration.

📸 Screenshots

Plane Views

Plane Issue Details

Plane Cycles and Modules

Plane Analytics

Plane Pages

Plane Command Menu

📚Documentation

For full documentation, visit docs.plane.so

To see how to Contribute, visit here.

❤️ Community

The Plane community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.

To chat with other community members you can join the Plane Discord.

Our Code of Conduct applies to all Plane community channels.

⛓️ Security

If you believe you have found a security vulnerability in Plane, we encourage you to responsibly disclose this and not open a public issue. We will investigate all legitimate reports. Email security@plane.so to disclose any security vulnerabilities.