Getting Started

Deploy your first application to CupaDev in minutes. This guide will walk you through the entire process from signup to deployment.

Quick Start

1

Create an Account

Sign up for a free account at CupaDev. No credit card required to get started.

Sign up now
2

Connect Your Git Repository

Link your GitHub, GitLab, or Bitbucket account. CupaDev will automatically detect your framework.

Supported: Next.js, React, Vue, Nuxt, Svelte, Vite, and more
3

Deploy

Click deploy and watch your application go live in seconds. Every push to your main branch triggers automatic deployments.

Deploy from Git

The recommended way to deploy on CupaDev is by connecting your Git repository. This enables automatic deployments on every push.

GitHub Integration

  1. Go to your dashboard and click "New Project"
  2. Select "Import from Git"
  3. Authorize CupaDev to access your repositories
  4. Select the repository you want to deploy
  5. Configure your build settings (usually auto-detected)
  6. Click "Deploy"

What happens during deployment?

  • CupaDev clones your repository
  • Installs dependencies automatically
  • Runs your build command
  • Optimizes and minifies assets
  • Deploys to edge network
  • Generates SSL certificate
  • Returns deployment URL

Deploy with CLI

For advanced users who prefer command-line deployment.

Install CLI

npm install -g cupadev-cli

Login

cupadev login

Deploy

cupadev deploy

Run this command from your project directory. CupaDev will automatically detect your framework and deploy.

Pro Tip

Use cupadev --prod to deploy directly to production, or cupadev --preview to create a preview deployment.

Framework-Specific Guides

CupaDev supports all major frameworks with zero configuration. Click on your framework for specific setup instructions.

Need Help?

Our support team is here to help you get started