Static site hosting after hugo, 11ty, or none of the above
Generators already did the hard part. Hosting should not introduce a second YAML dialect. Upload the output directory.
Hugo, Eleventy, Jekyll, Vite
Run the build where you already run it. Zip public/ or dist/. The host does not need to know which tool you used.
Hand-rolled is first-class
A site with three HTML files is not a lesser citizen. StaticHost is named for the output format, not for a fashion of tooling.
Questions
Is this Netlify/Vercel?
No. Those are build-and-edge platforms with functions and adapters. StaticHost is file hosting with HTTPS, domains, and deploys. Smaller on purpose.