Deploy simple HTML websites and static site generators on Runway. Whether you’re using plain HTML/CSS or a generator like Hugo, mdBook, or Jekyll, deployment is straightforward.
Static sites are ideal for documentation, blogs, marketing pages, and portfolios. Runway detects your generator, runs the build, and serves the output with nginx — complete with automatic HTTPS and fast response times.
If your static site generator isn’t listed here, you can still deploy it. The pattern is always the same:
Runway’s buildpacks let you configure the build command, output path, and web server for any generator.
Check the language recipes for your stack, or add a Dockerfile for full control.