Quick Start
Deploy your first application in under 5 minutes.
Prerequisites
Section titled “Prerequisites”- A ZevID account (free)
- A GitHub account (for app deployments)
- A phone number on your ZevID account (only required for free-tier deployments — paid plans skip this)
Step 1: Sign In
Section titled “Step 1: Sign In”Go to zevcloud.net and sign in with your ZevID account. If you don’t have one, create one — it takes 30 seconds.
Step 2: Create a Project
Section titled “Step 2: Create a Project”Click “New Project” from the dashboard. Give it a name like “My First App”.
A project is created with a Production environment by default. You can add Staging and Development environments later.
Step 3: Add a Service
Section titled “Step 3: Add a Service”Click “Add Service” inside your project. Choose what you want to deploy:
Option A: Web Application (from GitHub)
Section titled “Option A: Web Application (from GitHub)”- Select “Web Application”
- Choose “Import from GitHub” (connect GitHub if prompted)
- Select your repository
- Choose the branch to deploy
- Set a deployment slug (e.g.,
my-app) - Select a plan (Free tier available)
- Click Create
ZevCloud auto-detects your framework (Next.js, Express, Flask, etc.) and builds it using Nixpacks.
Option B: WordPress
Section titled “Option B: WordPress”- Select “WordPress”
- Enter a site name and admin email
- Set a deployment slug
- Select a plan
- Click Create
WordPress is fully installed with MariaDB. Admin credentials are emailed to you.
Option C: Static Site
Section titled “Option C: Static Site”- Select “Upload / Drag & Drop”
- Enter a site name
- Optionally upload a ZIP file (or upload later via SFTP)
- Click Create
A placeholder page is deployed immediately. Upload your files via the Files tab or SFTP.
Step 4: Visit Your App
Section titled “Step 4: Visit Your App”Your app is live at:
https://your-slug.zevcloud.appSSL is automatic via Let’s Encrypt (may take 1-2 minutes on first deploy).
Step 5: Set Up Auto-Deploy (Optional)
Section titled “Step 5: Set Up Auto-Deploy (Optional)”For Git-based apps, auto-deploy is enabled by default. Every push to your configured branch triggers a new deployment.
You can configure this in Service Settings → Build & Deploy.