Release EdgeKit 2.0 Released
Active

EdgeKit

A lightweight edge-computing framework for building low-latency APIs on Cloudflare Workers and compatible runtimes.

TypeScript Apache-2.0 1290 stars 174 forks

EdgeKit gives you an ergonomic, batteries-included framework for building APIs that run at the edge — close to your users, with cold starts measured in milliseconds.

Features

  • Familiar routing and middleware API
  • Type-safe request and response handling
  • Built-in caching and rate limiting primitives
  • Runs on Cloudflare Workers and compatible runtimes

Quick start

npm create edgekit@latest my-api
cd my-api
npm run dev

EdgeKit stays deliberately small so your workers stay well within edge size limits.