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
Netlify
Deploy static sites, serverless functions, and full-stack applications
Vercel
Deploy Next.js, React, and other frontend frameworks
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:- A VibeHub project with code to deploy
- A platform account (Netlify or Vercel)
- Owner access to the VibeHub project
Only project owners can configure and trigger deployments.
Platform Connection
Connecting a platform is a one-time setup:- Go to VibeHub Settings (user settings, not project)
- Find Connected Platforms
- Click Connect next to Netlify or Vercel
- Authorize VibeHub in the platform’s OAuth flow
- You’re connected!
Deployment Configuration
Each project needs to be configured for deployment:| Setting | Description |
|---|---|
| Platform | Which service to deploy to |
| Site | Specific site/project on that platform |
| Build Command | Optional 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
Staging Environments
Staging Environments
Deploy feature branches to staging for testing before merging
Quick Fixes
Quick Fixes
Deploy hotfixes immediately without leaving VibeHub
Demo Deployments
Demo Deployments
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