Skip to main content

Documentation

Everything you need to install, build, and contribute to Land.

Start

Architecture

Usage

Development

Community

Support

Element

Technology

License

How Land Replaces VS Code's Electron Stack

VS Code runs on Electron: a Chromium browser, a Node.js runtime, and a single-threaded extension host. Land replaces each piece with an independent element that preserves the VS Code extension API while eliminating the architectural constraints. Browse individual elements in the Element section above, or explore all fifteen repositories on GitHub.

Backend Services

Four Cloudflare Workers power the Land backend infrastructure:

  • Auth - OAuth 2.0, JWT session tokens, and Auth0 integration
  • Download - Binary distribution, release metadata, and update checks
  • Status - Health checks and uptime monitoring
  • Analytics - Privacy-first usage telemetry routed through Cloudflare Analytics Engine

Live Deployments