Deployed on 330+ Cloudflare PoPs

Load balancers
& gateways
in 60 seconds.

Pick origins, pick a strategy. We deploy the Worker to your Cloudflare account. 7 routing strategies, 9 gateway features, health checks. Free to start.

Live stats API docs
gateways
balancers
origins
worker.js — failover strategy
export default {
  async fetch(request) {
    const origins = [
      { url: 'https://api1.example.com', weight: 80 },
      { url: 'https://api2.example.com', weight: 20 },
    ];

    const healthy = await checkHealth(origins);
    const selected = failover(healthy);

    return fetch(request, selected.url);
  }
}
330+
Cloudflare PoPs
~14ms
p50 latency
7
routing strategies
$0
free tier, 5 LBs
how it works

Three steps. No servers to manage.

01

Connect Cloudflare

Paste a scoped API token. We encrypt it with AES-256-GCM. Your account, your Workers.

02

Pick your setup

Choose a load balancer strategy or gateway features. Health checks, JWT, caching — all configurable.

03

Deploy

We push a Worker to your account on 330+ PoPs. Delete the token anytime — Workers keep running.

features

Everything you need. Nothing you don't.

Load Balancer

Round RobinEqual distribution
Weighted Round RobinProportional by weight
IP HashSame client, same origin
Sticky SessionsCookie-based affinity
Weighted StickyWeighted first, then sticky
FailoverAutomatic backup on failure
GeographicRoute by visitor location

API Gateway

JWT ValidationHS256/384/512
Response CachingWorkers Cache API
Canary SplittingPercentage-based
IP RulesAllow/deny by CIDR
Mock RoutesCanned JSON responses
Rate Limiting3-layer ladder
Path RoutingPrefix matching
CORSPreflight handling
Header TransformsRewrite at edge
All features →Strategies in detail →
mcp server

Your AI agent's load balancer API.

One endpoint. 15 tools. Create, update, pause, delete — your AI manages infrastructure like code.

https://apiedge.nexoral.in/mcp
list_load_balancers get_load_balancer create_load_balancer update_load_balancer delete_load_balancer pause_load_balancer resume_load_balancer list_gateways get_gateway create_gateway update_gateway delete_gateway pause_gateway resume_gateway list_zones
Claude Code
claude mcp add edgebalancer --transport http https://apiedge.nexoral.in/mcp
Cursor
"url": "https://apiedge.nexoral.in/mcp"
OpenCode
"type": "http", "url": "https://apiedge.nexoral.in/mcp"
Codex
url = "https://apiedge.nexoral.in/mcp"
MCP docs →
pricing

Simple. No surprises.

free
₹0
forever
Up to 5 load balancers
All 7 strategies
Health checks (2 LBs)
Deployment history
Pause / resume
student
₹49/mo
30 days
Up to 10 load balancers
All 7 strategies
Health checks (5 LBs)
Analytics & script download
Smart Placement
pro
₹299/mo
30 days
Unlimited load balancers
All 7 strategies
Unlimited health checks
AI Agent
Rate Limiting
Analytics & script download
Free trial available — no credit card required.
faq

Questions & Answers

How is this different from Cloudflare Load Balancing?
Cloudflare Load Balancing is DNS-based ($5/balancer + per-query). EdgeBalancer deploys as a Worker — request-level control, no per-query costs. 100k req/day free on Cloudflare.
What happens if EdgeBalancer goes down?
Your Workers keep running. Once deployed, the script lives in your Cloudflare account. We're only the control plane — the data plane runs on Cloudflare's edge.
Can I see the generated code?
Yes. Every Worker is visible in your Cloudflare dashboard. Generated from strategy-specific templates — download, review, modify.
How do updates work?
Cloudflare Worker Versions. New version deployed, old version kept as rollback. Zero-downtime.
Do you see my traffic?
No. We store only metadata (origins, weights, strategy) encrypted in MongoDB. Traffic flows directly from Cloudflare edge to your origins.

Start free. No credit card.

5 load balancers, all strategies, health checks. Deploy in 60 seconds.