Static site hosting
Static sites run on a slim, fast Caddy-based container — quick cold starts and small images.
Static sites now run on a slim, Caddy-based container instead of the old nginx image. The result is fast cold starts and small images, with no server runtime to keep alive.
Plain HTML/CSS/JS — set runtime = "static" in percher.toml and Percher serves your files directly. No build step, nothing to configure.
Framework sites — Vite, Astro, Eleventy and friends ship as a multi-stage build: Percher builds your project, then serves the output through the same slim Caddy container. The bunx percher init templates for these frameworks are wired up this way out of the box, so init → publish just works.