Official developer documentation for Plane - an open-source project management platform.
This repository contains comprehensive guides for REST API integration, self-hosting deployments, and building custom applications on the Plane platform.
- Self-Hosting - Deploy Plane on your own infrastructure with Docker, Kubernetes, or other platforms
- API Reference - Complete REST API documentation for integrating with Plane
- Developer Tools - Build custom apps, webhooks, and extensions
- VitePress - Static site generator
- Vue 3 - Custom components
- Tailwind CSS - Styling
- Node.js 18+
- pnpm
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm previewThe development server runs at http://localhost:5173 with hot reload enabled.
docs/
βββ .vitepress/
β βββ config.mts # VitePress configuration
β βββ theme/ # Custom Vue theme
β β βββ components/ # Custom Vue components
β β βββ style.css # Global styles
β βββ public/ # Static assets (images, logos)
βββ api-reference/ # REST API documentation
βββ self-hosting/ # Deployment and configuration guides
βββ dev-tools/ # Developer tools and extensions
βββ plane-one/ # Plane One (licensed edition) docs
See CONTRIBUTING.md for guidelines on contributing to this documentation.
This project is licensed under the Apache License 2.0.