// Define your deployimport { deploy } from "@beste/cloud";// Pick a region.const env = await deploy.create("production");// Set runtime defaults.env.set({ runtime: "node22" });env.scale({ min: 2, max: 50 });.// Wire env vars from secretsenv.secrets("vault://prod/api");export default env;
Upload your file
Drag and drop or choose file to upload.
Image format : JPG, PNG & SVG. Max 5.0 MB
Drag and drop or
Browser-chrome card pairing a syntax-highlighted code editor with a side upload drawer — folder asset, progress bar, and cancel/continue actions. Every label is editable; no media props required.
showcase24
Browser-chrome card pairing a changed-files list on the left with a syntax-highlighted code editor on the right — status icons, +/- stats, and an active row highlight. 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.
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.
showcase19
Browser-chrome card pairing a syntax-highlighted code editor with a pull-request review panel — branch arrow, check rows with statuses, reviewer initials, and a merge footer. Every label is editable; no media props required.