Documentation

Overview

Welcome to EdgeLock! Globally distributed locking primitives designed for serverless and edge environments.

EdgeLock provides globally distributed locking primitives designed for serverless and edge environments. Build reliable distributed systems without worrying about complex lock management or infrastructure setup.

Key Features

  • Global Distribution: Locks are accessible and consistent across multiple geographic regions.
  • High Availability: Built for fault tolerance and resilience.
  • Low Latency: Optimized for performance at the edge.
  • Simple API: Easy-to-use SDKs and CLI for seamless integration.
  • Serverless Ready: Perfect for Vercel Edge Functions, Cloudflare Workers, AWS Lambda, and more.

Use Cases

  • Ensuring singleton execution of critical tasks (e.g., cron jobs).
  • Rate limiting across distributed instances.
  • Implementing leader election patterns.
  • Coordinating resource access in distributed systems.

Get Started