Deploy4← Back to Homepage

Documentation

Platform guides & specs

Getting Started with Deploy4

Deploy4 is an AI-powered application deployment platform that automates framework detection, dependency provisioning, and global edge delivery.

Deployment in 3 Steps

Deploying your code to production takes less than 5 minutes. No infrastructure management or complex build configs required.

  1. Connect Repository: Link your GitHub repository or upload a ZIP archive of your source code.
  2. AI Analysis: Our deployment agents analyze your code, detect packages/dependencies, and automatically configure the correct build script.
  3. Live Globally: Your application is deployed to Germany and Finland edge nodes with automated SSL certificates.

Quick Start Command

To deploy locally from your command line terminal, use our secure ingestion mechanism:

terminal
curl -X POST https://cloud.deploy4.com/api/deployments/start \
  -F "file=@project.zip" \
  -F "teamId=my-team" \
  -F "projectName=acme-app"