Sign in to continue
Don't have an account? Sign up
No file open

โš™๏ธ Compute Engine

Select a project
CPUโ€”
Memoryโ€”
Diskโ€”
Workspaceโ€”
Uptime: โ€” Proc uptime: โ€” Proc mem: โ€” Deploys: โ€”

๐Ÿš€ Deploy server

Runs main.py or main.js in your project root as a real, always-on server (reads its port from the PORT env var).

๐ŸŒ Share static files

Serves your project's files as-is, no server needed.

๐Ÿ”ง Environment variables

๐Ÿ”’ Secrets

Encrypted API keys โ€” never shown back in full, decrypted only when your server deploys.

โšก Worker (advanced)

Add a worker.js instead of main.py/main.js for a Cloudflare-Workers-style handler, no HTTP boilerplate:

module.exports = { async fetch(request) { return new Response("hello"); } };

๐Ÿ“œ Live logs

stopped
Deploy your server, then watch live to tail its output.

๐Ÿ“ฆ Deploy history

A snapshot is kept before every deploy (last 10). Roll back, then Deploy again to make it live.

No project selected.

โฐ Scheduled jobs

Runs a command in your workspace on a repeating interval.

Every min
No project selected.
โœฆ

AI Assistant

Describe what you want built โ€” it writes the files into your current project. Deploy it from the Deploy tab after.