Skip to main content

Overview

VibeHub integrates with popular deployment platforms so you can ship your projects with a single click. Connect to Netlify or Vercel and deploy directly from your project dashboard.

Supported Platforms

How It Works

1

Connect Platform

Link your Netlify or Vercel account to VibeHub
2

Configure Project

Select which site to deploy your project to
3

Deploy

Click the deploy button to ship your code
4

Monitor

View deployment status and history

Prerequisites

Before you can deploy, you need:
  1. A VibeHub project with code to deploy
  2. A platform account (Netlify or Vercel)
  3. Owner access to the VibeHub project
Only project owners can configure and trigger deployments.

Platform Connection

Connecting a platform is a one-time setup:
  1. Go to VibeHub Settings (user settings, not project)
  2. Find Connected Platforms
  3. Click Connect next to Netlify or Vercel
  4. Authorize VibeHub in the platform’s OAuth flow
  5. You’re connected!
Once connected, you can use that platform for any project you own.

Deployment Configuration

Each project needs to be configured for deployment:
SettingDescription
PlatformWhich service to deploy to
SiteSpecific site/project on that platform
Build CommandOptional command to run before deploy

Deployment Status

After deploying, you can track:
  • Deployment State - Building, deploying, success, or failed
  • Deployment URL - Link to the live site
  • Timestamp - When the deployment happened
  • Commit - Which commit was deployed

Deployment History

VibeHub keeps a history of your deployments so you can:
  • See past deployments
  • Identify which commits were deployed
  • Track deployment frequency
  • Debug failed deployments

Benefits of VibeHub Deployment

Single Dashboard

Manage code and deployments in one place. No need to switch between multiple tools.

Commit Tracking

See exactly which commit is deployed. Trace issues back to specific changes.

Quick Deploy

Deploy any commit with one click. Test specific versions easily.

When to Use VibeHub Deployment

Deploy feature branches to staging for testing before merging
Deploy hotfixes immediately without leaving VibeHub
Spin up demos for stakeholders from specific commits

Limitations

  • Deployments are triggered manually (no auto-deploy on push yet)
  • Build settings are basic (complex builds may need platform config)
  • One deployment target per project

Next Steps