Go from a Git repository to a live URL in under 5 minutes. No credit card required to get started.
Sign in to Deploxa and navigate to Settings → Integrations. Click Connect GitHub and authorize the Deploxa GitHub App. You can grant access to all repositories or select specific ones.
GitHub App authorization
From your dashboard, click New Project. Select your organization, then choose the repository you want to deploy.
Deploxa auto-detects your framework and pre-fills the build configuration. You can override any value before clicking Deploy.
If your app needs environment variables, add them in the Environment Variables section before the first deploy. They are encrypted with AES-256-GCM before storage.
Click Deploy. Deploxa queues a build, clones your repo, runs your build command, and uploads the output. You can watch the live build log stream in real-time.
Once the deployment status is Ready, your app is live on a Deploxa subdomain:
my-app-abc123.deploxa.appEvery push to your production branch triggers a new deployment automatically. Every pull request gets its own preview URL that updates with each commit.
Production branch
Preview deployments