Deploy your first application to CupaDev in minutes. This guide will walk you through the entire process from signup to deployment.
Sign up for a free account at CupaDev. No credit card required to get started.
Sign up nowLink your GitHub, GitLab, or Bitbucket account. CupaDev will automatically detect your framework.
Supported: Next.js, React, Vue, Nuxt, Svelte, Vite, and moreClick deploy and watch your application go live in seconds. Every push to your main branch triggers automatic deployments.
The recommended way to deploy on CupaDev is by connecting your Git repository. This enables automatic deployments on every push.
For advanced users who prefer command-line deployment.
npm install -g cupadev-clicupadev logincupadev deployRun 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.
CupaDev supports all major frameworks with zero configuration. Click on your framework for specific setup instructions.