Skip to content

Nimbus

Ship serverless functions to a 30-region edge network, straight from your terminal.

Deploy in seconds

Run nimbus deploy and your function is live on every edge region within seconds, with zero config.

Edge-native

Functions run close to your users on Nimbus’s edge network, cutting latency without you managing a single server.

Built-in observability

Every invocation is traced automatically. Dig into logs and latency breakdowns from the dashboard or the CLI.

Bring your own runtime

Write functions in JavaScript, TypeScript, or Python — Nimbus detects your runtime automatically.

functions/hello.ts
export default function handler(request: Request) {
return new Response('Hello from the edge!');
}
Terminal window
nimbus deploy
# ✔ Deployed hello to 30 regions in 1.8s
# https://hello-x7f2.nimbus.dev