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 an extension-host model. Land replaces those pieces with independent elements while preserving the VS Code extension API as the compatibility target. Browse individual elements in the Element section above, or explore the workspace 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