Watch every region's health and version drift in one place. Rollbacks and promotions sit a click away — the same way for everyone on the team.
// Configure edge runtimeimport { edge } from "@beste/edge";// Region failover priority.const fn = await edge.create("checkout-handler");// Pin to closest healthy region.fn.regions(["iad1", "fra1", "sfo1"]);fn.timeout(8000);// Cold start optimization.fn.precompile({ warmups: 3 });export default fn;
Environments
1 deployingProduction
Healthyiad1 · fra1 · sfo1
deployed 2m ago by Lisa Park
Staging
Deployingiad1
build 14 of 18 · 38s remaining
Preview
Healthyiad1
preview-pr-142.beste.dev
Development
Degradedlocal · fra1
edge cache miss rate above SLA
Last promotion 4d ago
Browser-chrome card pairing a syntax-highlighted code editor with a deploy environments panel — health dots, version pills, and a promote-to-production footer. Every label is editable; no media props required.
showcase23
Browser-chrome card pairing a live button-variant preview on the left with a syntax-highlighted code editor on the right — dotted canvas background, size pill toggle. Every label is editable; no media props required.
showcase17
Browser-chrome card pairing a syntax-highlighted code editor with a live test-results panel — pass/fail rows, expandable failures, and a coverage footer. Every label is editable; no media props required.
showcase18
Browser-chrome card pairing a syntax-highlighted code editor with a live log stream — filter pills, color-coded levels, and a tail-mode footer. Every label is editable; no media props required.
showcase15
Browser-chrome card pairing a syntax-highlighted code editor with a live activity feed — pulsing status dot, color-coded events, and an open-log footer. Every label is editable; no media props required.