Vercel

Vercel

Deploy websites automatically

Easy5 min0% complete

What you need

  • A Vercel account (free)
  1. 1.Go to your Vercel dashboard
  2. 2.Click your profile picture → Settings
  3. 3.Go to "Tokens" in the left sidebar
  4. 4.Click "Create Token"
  5. 5.Name it "Bord" and set expiration to "No expiration"
  6. 6.Copy the token immediately (you won't see it again)
Vercel Tokens Page
⚠️Copy the token immediately! You can't see it again after closing.
# Add to your .env.local file:
VERCEL_TOKEN=your_token_here

Environment Variables

VariableDescriptionExample
VERCEL_TOKENYour Vercel API tokenvercel_...

Test Your Integration

After completing setup, try this prompt in Claude Code:

"Deploy my website to Vercel"