Features How it Works Pricing Docs Sign in Get Started →
Now in Public Beta · Built on Cloudflare

Deploy code
globally in seconds.

EdgeOS runs your apps on Cloudflare's edge — 300+ locations, zero cold starts, zero ops. Push code and it's live worldwide instantly.

A
J
M
S
K
Join 2,400+ developers already on the edge
edgeos — bash
$ edgeos deploy my-app
Bundling app...
Uploading to edge ()
Activating
✓ Deployed to 300+ locations in 1.2s
↗ Live at https://my-app.edgeos.dev
$
1.2s
Deploy time
300+
Locations
<1ms
Latency
300+
Edge Locations
<1ms
P99 Latency
99.99%
SLA Uptime
0
Cold Starts

Everything you need.
Nothing you don't.

EdgeOS abstracts the complexity of global infrastructure into a single, powerful developer platform.

🛡️
API Gateway

Smart Routing & Security

Smart routing with built-in auth, rate limiting, and CORS. Handle millions of requests with a single configuration.

  • JWT & API key authentication
  • Configurable rate limits per route
  • Automatic CORS headers
  • DDoS protection at edge
🎛️
Control Plane

Unified Management API

Manage apps, deployments, and billing from one powerful REST API. Integrate EdgeOS into any CI/CD pipeline.

  • Full REST API for all operations
  • Real-time deployment status
  • Rollback to any version
  • Usage analytics & billing
⚙️
Build Engine

Automatic Bundle & Deploy

Push code and EdgeOS handles the rest — automatic bundle, optimization, upload, and activation with zero configuration.

  • ESM & CJS module support
  • Tree-shaking & minification
  • Instant cache invalidation
  • Source map generation
🌍
Edge Runtime

Truly Global Execution

Your code runs globally the instant it's deployed. Powered by V8 isolates — no containers, no VMs, no cold starts.

  • V8 isolate runtime (not Node.js)
  • Web-standard APIs built-in
  • Durable Objects for state
  • Auto-scaling to any load

From idea to global
in three steps.

The fastest path from code to production. No DevOps degree required.

01
✍️
1

Write

Write your Worker code or use one of our production-ready templates for APIs, webhooks, and more.

export default {
  fetch(req) {
    return new Response("hello");
  }
};
02
🚀
2

Deploy

Run edgeos deploy or POST to /api/deploy and EdgeOS handles bundling, upload, and activation automatically.

$ edgeos deploy my-app
Deployed in 1.2s
03
📈
3

Scale

Your app runs in 300+ locations automatically. EdgeOS scales from zero to millions of requests with no configuration.

// No config needed
300+ locations ✓
requests/sec ✓

Clean code.
Instant global reach.

Standard Web APIs. No proprietary SDKs. Write once, run everywhere on the edge.

worker.js
wrangler.toml
1 // Your app code — standard Web APIs
2 async function handleRequest(req) {
3   return new Response(JSON.stringify({
4     message: "Hello from the edge!",
5     location: req.cf?.city,
6     timestamp: Date.now(),
7     region: req.cf?.colo,
8   }), {
9     headers: {
10       "content-type": "application/json",
11       "x-powered-by": "EdgeOS",
12     }
13   });
14 }
15
16 export default {
17   async fetch(request, env, ctx) {
18     return handleRequest(request);
19   }
20 };

Simple, transparent pricing.
Start free forever.

No hidden fees, no per-seat costs. Pay for what you use at scale.

Free
$ 0 /mo

Perfect for side projects and experiments. No credit card required.

Get started free
  • 2 apps
  • 20 req / min · 5 deploys / day
  • 512 MB storage
  • edgeos.dev subdomain
  • Community support
  • Custom domains
  • SLA guarantee
Enterprise
$ 99 /mo

For teams that need guaranteed performance and dedicated support at scale.

Get Enterprise
  • Unlimited apps
  • Unlimited requests
  • Unlimited storage
  • Custom domains + SSL
  • Dedicated support + Slack
  • 99.99% SLA guarantee
  • SSO / SAML + audit logs

Built on Cloudflare

Workers
🗄️ D1 Database
📦 R2 Storage
🔑 KV Store
📨 Queues
🔒 Durable Objects
🌐 300+ PoPs
🛡️ Zero Trust

Ready to deploy
to the edge?

Get started for free — your first app live in under 2 minutes.

No credit card required · Free forever plan · Cancel anytime