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

# Vercel

> Use Vercel to deploy your LangBear app.

## Install the Vercel CLI

Install the Vercel CLI globally:

```bash theme={null}
npm install -g vercel
```

## Deploy

Set up a new Vercel project or link your app to an existing project:

```bash theme={null}
vercel
```

After running the command above, you can deploy your app by running:

```bash theme={null}
vercel --prod
```

For more information, see the [Vercel documentation](https://vercel.com/docs/concepts/deployments/overview).
