Vercel Deployment
Learn about automated hosting and deployment via Vercel.
Vercel Deployment
Once code is stored on GitHub, ZeroPack integrates with Vercel to deploy that code to a live website.
# Deployment Modes
1. Auto-Deploy Mode (Recommended)
- Linking your Vercel account handles everything from project creation to domain connection at once.
- A live URL (e.g., project-name.vercel.app) is provided immediately upon completion.
2. Manual Deploy Mode
- Use this if you do not want to link Vercel or encounter issues.
- Only the GitHub repository is created, and you must manually deploy via 'Import Project' on the Vercel Dashboard.
# Auto-Deploy Process
1. Vercel Integration - Connect Vercel account via OAuth
2. Create Project - Create a new project linked to the GitHub repository
3. Inject Env Vars - Automatically set essential environment variables (API Key, Language, etc.)
4. Build & Launch - Build Next.js application and deploy to global CDN
# Post-Deploy Management
You can check the link and status of your deployed project anytime on the Dashboard.