Deployment Guide
Connect GitHub to VibeDream, push your code, and deploy to production in minutes
Recommended: Use VibeDream's GitHub Integration
- Open your project in the VibeDream workspace
- Click the "Connect GitHub" button in the top toolbar
- Authorize VibeDream to access your GitHub account
- Your code will be automatically synced to a GitHub repository
- Review and manage your code directly through VibeDream's editor
Benefit: Push changes directly from VibeDream and keep your code in sync with GitHub automatically!
Alternative: Manual Export
You can also manually export files using the file explorer in the workspace if you prefer.
Once connected to GitHub, you can:
- Browse your project files in the code panel
- Edit files directly in VibeDream's code editor
- Preview changes in real-time
- Push updates to GitHub with a single click
- View your commit history
VibeDream automatically syncs your changes to GitHub, keeping your repository up-to-date!
- Go to vercel.com/new
- Sign in with your GitHub account
- Select your repository from the list
- Vercel will auto-detect Next.js settings
- Click "Deploy" and wait for the build to complete
Your app will be live at: your-project.vercel.app
Need environment variables?
Add them in Vercel's project settings under "Environment Variables" before deploying.
- Go to railway.app/new
- Sign in with GitHub
- Click "Deploy from GitHub repo"
- Select your repository
- Railway will auto-detect and deploy your app
Your app will be live at: your-project.up.railway.app
Custom domains
Both Vercel and Railway support custom domains. Add yours in the project settings after deployment.