VS CODE EXTENSION
The VS Code extension publishes a built folder
Pick the folder you just built, publish it without leaving the editor, and get the live address back in the panel. Works on every plan, free included.
Free plan, free SSL, no credit card.
Plan availability
Which plans include vS Code extension
The extension works on every plan, free included. It signs in with an emailed code rather than a raw API token, which is why it is not gated the way the API is.
- Free Included
- Starter Included
- Pro Included
- Business Included
- Enterprise Included
Read from the plan records this account is billed against, not from a page someone wrote, so it cannot disagree with what happens when you click the button. See every plan and its limits.
What it does
The last step of the build, inside the editor
Choose the output folder, publish, and the panel hands back the address. No terminal, no token, no browser tab.
You run your build the way you always do, then open the panel and pick the folder it wrote: dist, build, _site, whatever your toolchain produces. The extension packages that folder and publishes it through the same pipeline as everything else, then shows you the live link. Re-publishing the same site later keeps the same address, so the link you pasted into a message stays correct as you iterate.
Like the browser extension, it signs in with a code sent to your email and holds a credential scoped to publishing, which is why it works on every plan including free. If you would rather script it than click it, the API does the same job from a command line on the plans that include tokens. And if you are not sure which folder is the one to publish, the framework build guides name the build command and the output folder for each toolchain we support.
How to use it
Three steps
-
Install it from the Marketplace
The extension adds a panel to the sidebar. It works in VS Code and in the forks that load Marketplace extensions.
-
Sign in with an emailed code
Enter your account email and paste the code. There is also a token option if you prefer one and your plan includes tokens.
-
Choose the folder and publish
Pick your build output. The panel shows the live address when it is done, and re-publishing keeps the same one.
Where it earns its keep
When people reach for this
Showing a build to somebody before it is finished
Publish the output, send the link, keep working. Client website preview covers the review side, including how to keep it private.
A static site you rebuild often
A docs site or a portfolio that changes weekly. Build, publish from the panel, done, with the previous version still there if the new one is wrong.
Working on a machine you would rather not put a token on
The emailed code signs you in without a long-lived key in your settings file, and the credential can be revoked from the dashboard.
The alternative
Doing this without us
The alternatives are a terminal command or a trip to the browser. Both work; both are more steps.
| Droply | Zipping and uploading by hand | |
|---|---|---|
| Preparing the upload | Pick the folder in the panel. | Zip it yourself, and get the root right. |
| Leaving the editor | No. | A browser tab, every time. |
| Credentials on the machine | A scoped, revocable sign-in. | A browser session, or a token in a file. |
| Cost | Nothing, on every plan including free. | Nothing, plus the extra steps. |
Compared against zipping a build folder and uploading it through the dashboard, which is the same product and the honest baseline. Checked September 2026.
When this is not the right tool
It publishes a folder. It does not turn the editor into a build server.
- It does not run your build. Run it yourself, then publish the output folder.
- It publishes static output only, so a project that needs a server at runtime is out of scope whatever you point it at.
- Uploads over your plan's size cap are refused with an error rather than silently truncated.
- Site settings such as domains, passwords and expiry live in the dashboard, not in the panel.