> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getlaunch.it/llms.txt
> Use this file to discover all available pages before exploring further.

# Deployment - App

> Learn how to deploy your Launchit application

## 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.
