Serverless tools for developers who ship to the edge. No vendor lock-in, minimal dependencies, maximum flexibility.
Powerful drop-in rate limiting for any API. One HTTP call to protect your endpoints. Scale to millions of requests on Cloudflare Workers.
View plansAuthorization: Bearer bw_k3y...{
"result": "success",
"timeLeft": 60
}Measure API latency from every corner of the globe. One CLI command to get p50, p90, p99 percentiles across all 30+ regions.
Explore measurements Region p50 p90 p99
─────────────────────────────────────────
US East 12ms 18ms 34ms
EU West 24ms 31ms 52ms
Asia Pacific 89ms 112ms 156msValidate documentation codeblocks at build-time. Installs deps, executes the code, and catches broken examples before your users do.
Quick start```ts docval
import { limiter } from "@borrowdev/limiter";
const { success } = await limiter(
{ key: "demo", userId: "user_1" },
{ limiters: [{ type: "fixed",
maxRequests: 10, interval: "minute" }] }
);
```✓ 14 codeblocks validated
✓ 0 errors foundEvery line of code that powers our own APIs is public with MIT license. Fork it, self-host it, or contribute. Built in the open for developers who value transparency.
View on GitHub