Delv
Render
Getting Started Guide

How to Use Render

A practical guide to get you up and running with Render. Written by Delv Editorial, Delv Team.

Getting started with Render

After reading this guide, you’ll be able to set up a free static site on Render and deploy it with ease. You’ll also learn how to enhance your deployment process for better results.

Step 1: Sign up and set up

  1. Go to Render.com.
  2. Click on the "Sign Up" button in the top right corner.
  3. Choose to sign up using your GitHub or GitLab account for easy integration.
  4. Once signed in, you’ll be redirected to your dashboard.

Step 2: Your first static site

  1. On your dashboard, click on the "New" button and select "Static Site."
  2. In the "Name" field, enter a name for your site.
  3. Under "Branch," select the branch of your Git repository that contains your static site files.
  4. Specify the "Root Directory" where your site files are located (e.g., /public).
  5. Click on the "Create Static Site" button.
  6. Render will automatically deploy your site. You can view the progress in the dashboard.

Step 3: Get better results

  1. To improve your site’s performance, consider enabling the "Auto-Deploy" feature. This automatically deploys changes pushed to your selected branch.
  2. You can also set environment variables under the "Settings" tab for custom configurations.
  3. For faster load times, enable "CDN" (Content Delivery Network) in the settings to cache your static files.

Pro tip

Use the "Preview" feature to see changes before deploying them. This can save you time by allowing you to catch errors early.

Common mistake to avoid

Avoid skipping the "Root Directory" setup. If you don’t specify where your static files are, Render won’t know what to deploy, leading to a failed deployment.