Deploy to Vercel

Learn how to deploy your Geistdocs site to Vercel

Prerequisites

Before deploying, you need:

Deploy to Vercel

To deploy from the Vercel dashboard:

  1. Go to 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)
  5. Click "Deploy"

On this page