Plane GitHub Repo

Plane is a distributed system for running stateful WebSocket backends at scale. Plane is heavily inspired by Figma’s multiplayer infrastructure (opens in a new tab), which dynamically spawns a process for each active document.

Use cases include:

Architecture Overview

See the architecture guide for a detailed explanation of each component.

Getting Started