Deploy your Thulite project to Render, a platform for building sites with free TLS certificates, a global CDN, DDoS protection, private networks, and auto-deploys from Git.

How to deploy

  1. Create a render.com account and sign in
  2. In your dashboard, click New+ and select Static Site.
  3. Connect your GitHub or GitLab repository, or enter the URL of a public repository.
  4. Name your site, select the branch, and set the build command and publish directory:

    • build command: npm run build
    • publish directory: public
    • Environment variables (advanced): By default, Render uses Node.js 14.17.0, but Thulite requires a higher version. Add an environment variable with the key NODE_VERSION and a value of 24.0.4 or higher to use a compatible Node.js version. Alternatively, add a .node-version or .nvmrc file to specify a Node.js version.
  5. Click Create Static Site.

Learn more

Hugo
Host on Render

Official Hugo guide for deploying sites on Render.