---
title: Deploy to Vercel
description: Learn how to deploy your Geistdocs site to Vercel
type: guide
summary: Deploy your Geistdocs site to Vercel from the dashboard with the correct project settings.
prerequisites:
  - /docs/getting-started
  - /docs/env
related:
  - /docs/configuration
---

# Deploy to Vercel



## Prerequisites

Before deploying, you need:

* A [GitHub account](https://github.com) with your Geistdocs repository
* A [Vercel account](https://vercel.com) (sign up at [vercel.com](https://vercel.com))
* Your Vercel account connected to your GitHub account
* Environment variables ready (see [Environment Variables](/docs/env))

## Deploy to Vercel

To deploy from the Vercel dashboard:

1. Go to [vercel.com/new](https://vercel.com/new)
2. Select your Geistdocs repository
3. Configure your project settings:
   * **Framework Preset**: Next.js (automatically detected)
   * **Build Command**: `pnpm build` or `npm run build`
   * **Output Directory**: `.next` (default)
   * **Install Command**: `pnpm install` or `npm install`
4. Add your environment variables (see [Environment Variables](/docs/env))
5. Click "Deploy"


---

For a semantic overview of all documentation, see [/sitemap.md](/sitemap.md)

For an index of all available documentation, see [/llms.txt](/llms.txt)