# plane
**Repository Path**: data_factory/plane
## Basic Information
- **Project Name**: plane
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: AGPL-3.0
- **Default Branch**: preview
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-04-07
- **Last Updated**: 2025-04-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Open-source project management that unlocks customer value
Website • Releases • Twitter • Documentation
Meet [Plane](https://plane.so/), an open-source project management tool to track issues, run ~sprints~ cycles, and manage product roadmaps without the chaos of managing the tool itself. 🧘♀️ > Plane is evolving every day. Your suggestions, ideas, and reported bugs help us immensely. Do not hesitate to join in the conversation on [Discord](https://discord.com/invite/A92xrEGCge) or raise a GitHub issue. We read everything and respond to most. ## 🚀 Installation Getting started with Plane is simple. Choose the setup that works best for you: - **Plane Cloud** Sign up for a free account on [Plane Cloud](https://app.plane.so)—it's the fastest way to get up and running without worrying about infrastructure. - **Self-host Plane** Prefer full control over your data and infrastructure? Install and run Plane on your own servers. Follow our detailed [deployment guides](https://developers.plane.so/self-hosting/overview) to get started. | Installation methods | Docs link | | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | | Docker | [](https://developers.plane.so/self-hosting/methods/docker-compose) | | Kubernetes | [](https://developers.plane.so/self-hosting/methods/kubernetes) | `Instance admins` can configure instance settings with [God mode](https://developers.plane.so/self-hosting/govern/instance-admin). ## 🌟 Features - **Issues** Efficiently create and manage tasks with a robust rich text editor that supports file uploads. Enhance organization and tracking by adding sub-properties and referencing related issues. - **Cycles** Maintain your team’s momentum with Cycles. Track progress effortlessly using burn-down charts and other insightful tools. - **Modules** Simplify complex projects by dividing them into smaller, manageable modules. - **Views** Customize your workflow by creating filters to display only the most relevant issues. Save and share these views with ease. - **Pages** Capture and organize ideas using Plane Pages, complete with AI capabilities and a rich text editor. Format text, insert images, add hyperlinks, or convert your notes into actionable items. - **Analytics** Access real-time insights across all your Plane data. Visualize trends, remove blockers, and keep your projects moving forward. - **Drive** (_coming soon_): The drive helps you share documents, images, videos, or any other files that make sense to you or your team and align on the problem/solution. ## 🛠️ Local development ### Pre-requisites - Ensure Docker Engine is installed and running. ### Development setup Setting up your local environment is simple and straightforward. Follow these steps to get started: 1. Clone the repository: ``` git clone https://github.com/makeplane/plane.git ``` 2. Navigate to the project folder: ``` cd plane ``` 3. Create a new branch for your feature or fix: ``` git checkout -b