Coolify

To deploy your Launchit application to Coolify, you need to make sure you follow these steps:

  1. Create a new project in Coolify. Choose private repositories and select your GitHub repository.
  2. Leave everything as default in your configuration. The package.json in your root directory will handle everything. Leave the base directory as /.
  3. Enter your environment variables. Make sure you check Build Variable for each variable, because otherwise the compiler will not be able to access them and your build will fail.

Vercel

Set your directory to /app in the Vercel configuration. Also make sure to select Next.JS, else the build will fail because of edge middleware issues.