Skip to content

Quick Start

Deploy your first application in under 5 minutes.

  • 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)

Go to zevcloud.net and sign in with your ZevID account. If you don’t have one, create one — it takes 30 seconds.

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.

Click “Add Service” inside your project. Choose what you want to deploy:

  1. Select “Web Application”
  2. Choose “Import from GitHub” (connect GitHub if prompted)
  3. Select your repository
  4. Choose the branch to deploy
  5. Set a deployment slug (e.g., my-app)
  6. Select a plan (Free tier available)
  7. Click Create

ZevCloud auto-detects your framework (Next.js, Express, Flask, etc.) and builds it using Nixpacks.

  1. Select “WordPress”
  2. Enter a site name and admin email
  3. Set a deployment slug
  4. Select a plan
  5. Click Create

WordPress is fully installed with MariaDB. Admin credentials are emailed to you.

  1. Select “Upload / Drag & Drop”
  2. Enter a site name
  3. Optionally upload a ZIP file (or upload later via SFTP)
  4. Click Create

A placeholder page is deployed immediately. Upload your files via the Files tab or SFTP.

Your app is live at:

https://your-slug.zevcloud.app

SSL is automatic via Let’s Encrypt (may take 1-2 minutes on first deploy).

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.