Runs main.py or main.js in your project root as a real, always-on server (reads its port from the PORT env var).
Serves your project's files as-is, no server needed.
Encrypted API keys โ never shown back in full, decrypted only when your server deploys.
Add a worker.js instead of main.py/main.js for a Cloudflare-Workers-style handler, no HTTP boilerplate:
A snapshot is kept before every deploy (last 10). Roll back, then Deploy again to make it live.
Runs a command in your workspace on a repeating interval.
Describe what you want built โ it writes the files into your current project. Deploy it from the Deploy tab after.