Deploy Next.js Supabase to sherpa.sh

This guide will help you deploy the Next.js SaaS boilerplate to sherpa.sh - a high performance, cost-effective platform for deploying Next.js applications.

Sherpa.sh is a cost-effective platform for dev teams who hate wasting time on infrastructure.

Deploying your Next.js app to sherpa.sh is easy, and you can deploy the Next.js SaaS boilerplate to sherpa.sh by following these steps:

Video Tutorial

Below you will find a video tutorial that will guide you through the process of deploying the Next.js SaaS boilerplate to sherpa.sh. You can also skip ahead and follow the written steps below.

Getting Started

Import Project

  1. Go to sherpa.sh and create a new account.
  2. Link the github account/organization that contains your Makerkit project repo.

Configure Build Settings

Configure your build settings for Makerkit.

As you can see in the image, please make sure to:

  1. use Next.js as the framework preset
  2. use pnpm for the install and build commands
  3. point the outpur directory to the apps/web folder
  4. point the root directory to the apps/web folder

Video tutorial: Build settings

Environment Variables

Please make sure to set all the environment variables required for the project to work correctly.

To generate the environment variables, please follow the steps in the Environment Variables guide.

A production deployment should be setting the below environment variables. Failure to set the environment variables will result in the project not working correctly.

If the build fails, deep dive into the logs to see what is the issue. Our Zod configuration will validate and report any missing environment variables. To find out which environment variables are missing, please check the logs.

Video tutorial: Environment Variables

I have more apps - how do I deploy them?

If you have multiple apps, customize the build command to point to the app being deployed.

Where app/web is set in the output directory and root directory, change that to the path of the app you want to deploy.

Getting Help & Requesting Features

Sherpa.sh is a bootstrapped startup with a responsive team. The founder of Sherpa.sh is in our discord server as user @Zach @ sherpa.sh. You can message him directly with feature requests, any questions, or issues.

Otherwise, you can find the sherpa.sh documentation here.