Help · Getting started
You give us your code and we give you a web address. Here is what happens in between.
PicoCloud takes the thing you built and puts it on the internet at its own web address. There is no server to choose, nothing to configure, and no file you have to write first.
your-app.picocloud.app.That is genuinely all of it.
package.json, or even a single server.js file on its ownmain.pyYou do not have to tell us which of these you have. We look at the files and work it out.
Your app sleeps when nobody is using it. This is what keeps small apps nearly free to run. It wakes up on its own when someone visits. See why is my app asleep?
Your app is private until you decide otherwise. A newly deployed app can only be opened by you. See who can see my app?
You cannot get a surprise bill. The free plan has no card attached, and paid plans can have a spending cap. See never getting a surprise bill
You deploy again. The new version replaces the old one at the same address, and the previous version stays available so you can go back to it in one click. See changing your app after it is live
Last updated .
Did this not answer it? Ask us — we read every message.