← All services

Sitehoster

Drop a folder, get an HTTPS site.

Author static sites as local folders named after their domains. A tiny stateless client runs on a timer, works out what changed from file metadata, and pushes only the differences to your own server, which serves each folder as its own HTTPS site and gets certificates automatically.

sites/
  example.com/        →  https://example.com
  blog.example.com/   →  https://blog.example.com
  shop.example.com/   →  https://shop.example.com
Visit sitehoster.org ↗ Usage ↗ Installation ↗ Reference ↗

Features

Folders are domains

A folder named example.com is served at example.com. Subdomains are folders too. www redirects to the bare domain unless a www. folder exists.

Automatic HTTPS

Caddy gets a real certificate for every domain whose DNS points at the server, renews it forever, and redirects plain HTTP straight to HTTPS, no configuration.

Stateless sync

A small client runs on a timer, compares metadata, and pushes only what changed. It keeps no state and never reads a file it needn't.