LemonadeHost help Main site Pricing Status

For developers

Lemonade Host for developers

Static hosting at 99¢ a month. You give us files; we serve them at an address with a certificate. There is no build step, no server-side code, and nothing to configure.

Every site gets yourname.lemonhosted.com immediately and can take your own domain later. Publishing happens through whichever door suits you — all five put the same files in the same place.

What we do not do

Stated early, because finding out later is worse.

Forms, bookings and a shop are available as apps, and those do store data — but your pages stay static. See Forms, Bookings and Shop.

Publish in one command

npx lemonade-host@latest deploy ./dist

That zips the folder, sends it, and prints the live URL. The package is lemonade-hostthe CLI reference has every flag.

The five doors

DoorGood forReference
Drag and dropA one-off, or somebody who does not use a terminalUpload your own files
GitHub pushAnything with a repo — publish on every pushPublish from GitHub
Command lineScripts, CI, a build you already runCLI
HTTP APIYour own toolingAPI
MCPAn AI assistant publishing on your behalfMCP

Not sure? The decision table is shorter than this page.

How a publish works

Whatever door you use, the same thing happens.

  1. Your files arrive as a zip.
  2. They go through the checks — size, file count, path safety, no shortcut links.
  3. They are extracted to a new release directory.
  4. The live pointer flips to it. The switch is atomic: nobody sees a half-published site.
  5. The previous release stays restorable for 7 days.

A publish that is refused changes nothing — the old site keeps serving. Every refusal and its fix.

Still deciding whether this fits? The short version of what the hosting is covers it in a page.

Last checked against the product on 2026-09-04. Something wrong or missing? Tell us.